Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airhorns/jquery-chained-select
Another jQuery chained select plugin with support for data attributes and page wide caching
https://github.com/airhorns/jquery-chained-select
Last synced: 25 days ago
JSON representation
Another jQuery chained select plugin with support for data attributes and page wide caching
- Host: GitHub
- URL: https://github.com/airhorns/jquery-chained-select
- Owner: airhorns
- Created: 2010-06-22T02:33:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-22T02:40:39.000Z (over 14 years ago)
- Last Synced: 2024-06-11T17:22:03.845Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
h1. jQuery Chained Select plugin
Some small enhancements to Stanislaus Madueke's super existing jQuery chained select plugin found at : http://elo80ka.wordpress.com/2009/10/14/jquery-plugin-chained-select-lists/,
which is an enhancement to Remy Sharp's also great plugin fount at : http://remysharp.com/2007/09/18/auto-populate-multiple-select-boxes/h2. Added Features
* Page wide ajax and on-page result caching. If it appears on the page on load or is fetched once via ajax, it won't be again. Speedy.
* Attachment and preservation of handy unobtrusive non-validating "data" attributes on options in the selects. Allows for advanced logic and or data to be built upon the chained selects.
This is separate from the jQuery metadata plugin which can be used to configure the plugin.
* General bug fixes and enhancements, jQuery 1.4 compatibility.