shunner / jQuery.Switchable

Home Page:http://switchable.mrzhang.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why jQuery.Switchable?

  • Tabs, Slide, Scrollable & Accordion, 4 in 1.
  • CSS3 Transitions with jQuery fallbacks, progressive enhancement.
  • Highly customizable configurations.
  • Possible to create the triggers automatically.
  • Intelligently trigger.
  • Supported in all major browsers, include ie6.
  • Ultra lightweight (4kb, minified & gzipped).
  • Free to use under the MIT license.

Basic Markup Structure

<div id="container">
  <div>First Panel</div>
  <div>Second Panel</div>
  <div>Third Panel</div>
</div>

Initialize Switchable

<script>
$(function(){
  $('#container').switchable();
});
</script>

License

Licensed under the MIT License.

Changelog

2.0