An open API service indexing awesome lists of open source software.

https://github.com/creativestyle/jquery-plugins


https://github.com/creativestyle/jquery-plugins

Last synced: over 1 year ago
JSON representation

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.