https://github.com/creativestyle/jquery-plugins
https://github.com/creativestyle/jquery-plugins
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/creativestyle/jquery-plugins
- Owner: creativestyle
- Created: 2014-10-03T15:43:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T09:28:19.000Z (about 11 years ago)
- Last Synced: 2025-03-01T03:23:47.673Z (over 1 year ago)
- Language: JavaScript
- Size: 4.25 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A collection of jQuery plugins
Each plugin has a readme in it's own directory.
Check the [examples](http://creativestyle.github.io/jquery-plugins/) out.
**bower** - `bower install creativestyle-jquery-plugins`
## [ajaxButton](ajaxButton/README.md)
Allows a button to perform an asynchronous action and then change state (label, icon).
## [ajaxModal](ajaxModal/README.md)
Displays partial views in popup using AJAX.
## [ajaxToggle](ajaxToggle/README.md)
A toggle button that does ajax calls.
## [charCountdown](charCountdown/README.md)
Displays remaining characters in a form field.
## [confirmize](confirmize/README.md)
Displays confirmation box for an action link or when
submitting a form.
## [dropdownSelect](dropdownSelect/README.md)
Turns a bootstrap's dropdown into a select for javascript use.