Skip to content

spatical/javascript-jquery.mobile.carousel

 
 

Repository files navigation

jQuery Mobile Carousel

This is currently a rough draft version of a carousel widget.

Optional Settings

  • padding
  • width
  • height
  • pagingLeft
  • pagingRight
  • pagingBullet
  • pagingCurrent
  • marginWidth
  • contentWidth
  • scrollToTop

TODO: Document the functionality of each of those settings

Example usage with optional settings

$(function(){
	$(".mobile-carousel").mobile_carousel({
		marginWidth: 0,
		height: 200,
		padding: 0,
		scrollToTop: false
	});
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%