Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

27 Commits

Repository files navigation

Karousel

A simple jQuery carousel plugin by Jon Alport

Demo

http://jonalport.github.com/karousel/example/

Quick start

These are the things you need to have in place to get started:

  • Include jQuery
  • Include Karousel
  • Initialise Karousel
  • Markup

In the head

<!-- Include jQuery --><scriptsrc="http://code.jquery.com/jquery-latest.js"></script><!-- Include Karousel --><scriptsrc="../jquery.karousel.js"></script><!-- Initialise Karousel --><scripttype="text/javascript">$(document).ready(function(){$('#slides').karousel({firstSlide: 2});});</script>

In the body

<ulid="slides"><li><p>Slide 1</p></li><li><p>Slide 2</p></li><li><p>Slide 3</p></li></ul>

About

A simple jQuery carousel plugin

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages