Skip to content

alexbusu/jquery.dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.dropdown - jQuery Plugin

Basic usage:

Include the JS and CSS in your pages and call dropdown jQuery method to format your select inputs.

$('select').dropdown();

Note: Every select input must have an associated id attribute (otherwise you'll need the RandomUniqueID jQuery plugin)

Using options

$('select').dropdown({
  enableSearch: true, // will scroll to and highlight the row matching the key sequence you type (enabled by default)
  keyNav: true        // navigate through list items using the keyboard arrows (enabled by default)
});

Feel free to try it!

About

Customizable stylized dropdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published