Navigation
HomeSearch
Submit A Resource
Contact Us
About Functionn
Subscription Options
Subscribe By Email (265+)
Lists
Archives
Jun 7, 2012
Author:
Hirvesh
Posted At: 6/07/2012
Tags:
Apache License v2.0,
Forms,
JavaScript,
JQuery,
select boxes,
UI
Select2 - A Better Way To Make Select Boxes Using jQuery
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. Look and feel of Select2 is based on the excellent Chosen library.
Requirements: jQuery
Demo: http://ivaynberg.github.com/select2/
License: Apache License v2.0
Features
- Multi-Value Select Boxes - Select2 also supports multi-value select boxes. The select below is declared with the multiple attribute.
- Placeholders - A placeholder value can be defined and will be displayed until a selection is made.
- Minimum Input - Select2 supports a minimum input setting which is useful for large remote datasets where short search terms are not very useful.
- Templating - Various display options of the Select2 component can be changed.
- Loading Data - Select2 uses a function to load result data.
- Loading Array Data - Select2 provides some shortcuts that make it easy to access local data stored in an array instead of having to write a query function as mentioned above.
- Loading Remote Data - Select2 comes with AJAX/JSONP support built in.
- Infinite Scroll with Remote Data - Select2 supports lazy-appending of results when the result list is scrolled to the end. In order to enable the remote service must support some sort of a paging mechanism and the query function given to Select2 must take advantage of it.
- Programmatic Access - Select2 supports methods that allow programmatic control of the component.
- Change Event - Select2 triggers the change event on the original element whenever its value is changed by the user.
- Tagging Support - Select2 can be used to quickly set up fields used for tagging.
- Reacting to external value changes - Select2 can react to external value changes and keep its selection in-sync. This feature allows Select2 to work seamlessly with front-end frameworks that use data binding between ui components and model values.
Requirements: jQuery
Demo: http://ivaynberg.github.com/select2/
License: Apache License v2.0
Trending Posts On Functionn This Week
Other Interesting Resources:
Subscribe to:
Post Comments (Atom)
Trending Posts
Popular Posts
- 20 Fresh, High-Quality Free WordPress Themes 2012
- 50 Fresh, High-Quality Free WordPress Themes 2012 - Edition #2
- The Most Comprehensive Index Of Free Icon Fonts/Iconic Web Fonts
- Timeline - A JavaScript Library For Beautifully Crafted Timelines That Are Easy, And Intuitive To Use
- BLUR.JS - A JQUERY PLUGIN PRODUCING PSUEDO-TRANSPARENT BLURRED ELEMENTS
- Selene - A Stunning & Sleek jQuery UI Theme
- jQuery UI Bootstrap Theme - Bootstrap v2.X's Theme For jQuery UI
Recent Posts
Popular Categories
- JavaScript (535)
- JQuery (275)
- Libraries (132)
- CSS (115)
- frameworks (113)
- Tools (112)
- html (86)
- Github (79)
- html5 (71)
- Node.js (58)
- mobile (52)
- Responsive (49)
- CSS3 (47)
- page effects (45)
- Web Design (41)
- Bootstrap (35)
- twitter (31)
- image effets (22)
- MVC (18)
- generators (18)
- CoffeeScript (16)
- graphics (10)
Popular Components
- icons (42)
- Graphs (22)
- popups (19)
- notifications (17)
- web fonts (17)
- visualizations (14)
- sliders (11)
- polyfills (10)
- localstorage (8)
- social media buttons (8)
Popular Licenses
- MIT License (493)
- free (144)
- GPL (64)
- Apache License v2.0 (48)
- CC Attribution 3.0 License (46)
- GPLv2 (20)
- GPLv3 (11)
- Custom License (7)
0 comments:
Post a Comment