Select

Menutron - A jQuery plugin for responsive navigation menus

Menutron is a jQuery plugin for responsive navigation menus. It transforms your navigation menus from a list to a select menu when resizing your browser. On mobile devices, the select menu pulls up a native control, making it easier to pick an item.   Menutron - Features: concise – When implemented in a responsive design, your menu becomes consolidated in to a single control, saving you horizontal and/or vertical real-estate. convenient – On mobile devices, the select controls will activate

jQuery ReSmenu - Select based responsive menu

jQuery ReSmenu is a very simple and lightweight (~1Kb) jQuery plugin that collapse <ul> menus into <select> on responsive layouts.  

Bootstrap Form Helpers - a set of javascript to help you create user friendly forms

Bootstrap Form Helpers is a collection of jQuery plugins to help you build better forms. The plugins can be used individually but some of them work together like Countries and States. The collection includes: A custom select element A slider A color picker A country picker A state picker A currency picker A phone input A number input A language picker A timezone picker A Google font picker A date picker A time picker A font picker A font size picker  

Iconpicker for Bootstrap

Iconpicker for Bootstrap is a simple icon picker.   It's very simple to use. You can have a beautiful icon picker by just adding role="iconpicker" to initialize the iconpicker. Like the following code:  <button class="btn btn-default" role="iconpicker"></button>          

Selectik - easy use, cross-browser selects

Selectik is jQuery plugin, easy use, cross-browser alternative to the standard select form element which can be customised with CSS. Selectik - Features: TAB key control original select key control mouse wheel control search by first letter custom/default scroll smart positioning auto/cutsom width  

jQuery Selectify - turns the select element into a stylable and customizable element

jQuery Selectify turns the select element into a stylable and customizable element. The element can receive focus and blur. When focussed, all key strokes for selecting elements will work including browsing by pressing the up and down keys.  

jTable - A JQuery plugin to create AJAX based CRUD tables

jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript.   It has several features including: Automatically creates HTML table and loads records from server using AJAX. Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page. Creates 'edit record' jQueryUI dialog form. When user edits a record, it updates server using AJAX and updates a

SelectBoxIt - A jQuery Select Box Plugin for Mobile, Tablet, and Desktop

SelectBoxIt is a jQuery plugin that progressively enhances an HTML Select Box into a single option dropdown list. The dropdown list can be optionally styled with Twitter Bootstrap, jQueryUI ThemeRoller, or jQuery Mobile, optionally animated with jQueryUI show/hide effects, and works on Desktop, Tablet, and Mobile browsers.   SelectBoxIt - Features: Styleable with Twitter Bootstrap, jQueryUI Themeroller, and jQuery Mobile Supports Desktop, Tablet, and Mobile browsers Supports all jQuery and

Minimalect - Minimal select replacement for jQuery

Minimalect is a select replacement plugin for jQuery.   Minimalect - Features: Replace select elements with a nicer styled control Support for optgroups Filtering choices by typing Keyboard navigation Support for themes  

Chained Selects Plugin - for chained selects

Chained is simple plugin for chained selects. It works with both jQuery and Zepto. You can choose from two different versions. Use class based version if you do not want to make external queries. It uses HTML class names of select options to decide content. To create selects from AJAX queries use remote version instead. This version makes an external AJAX query and uses the returned JSON to build child selects.