Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

A jQuery plugin for responsive carousels that work with touch and mouse events

Notifications You must be signed in to change notification settings

deBijenkorf/responsive-carousel

Repository files navigation

Responsive carousel

A jQuery plugin for responsive carousels that work with touch and mouse events

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="modernizr.js"></script>
<script src="dist/responsive-carousel.min.js"></script>
<script>
	_$('[data-dbk-carousel]').carousel();
</script>

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!

Release History

(Nothing yet)

License

Copyright (c) 2015 de Bijenkorf. Licensed under the MIT, GPL licenses.

de Bijenkorf

About

A jQuery plugin for responsive carousels that work with touch and mouse events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published