https://github.com/cleverage/ca.jquery.panels
A simple and elegant jQuery Panels plugin
https://github.com/cleverage/ca.jquery.panels
Last synced: about 1 year ago
JSON representation
A simple and elegant jQuery Panels plugin
- Host: GitHub
- URL: https://github.com/cleverage/ca.jquery.panels
- Owner: cleverage
- Created: 2014-06-26T16:40:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T16:40:38.000Z (over 11 years ago)
- Last Synced: 2025-01-17T01:46:33.431Z (about 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery Panels Plug-in
=====================
This plugin provides a simple and elegant abstraction level to your sliders / carousels / tabs / _whatevernameyouwant_. We simply call them **panels**. We observe that whatever their names are, those components have always the same logic: you can switch between their children. Maybe with a pagination, maybe with prev / next; sometimes with 3 items visible at once, sometimes only one. But the logic remains: you switch between panels.
So the plugin itself simply offers the API to deal with your panels, and is flexible and customizable throught its options. It does **not** do transitions by itself. You'll need to load a subengine that brings this behaviours. This is the killer-feature of this plugin: instead of loading a huge plugin with more options and capabilities, you only take the display engine(s) you need, and it's over.