January 19th, 2009 - Categories: Frontend, jQuery
Multiselectable jQuery Plugin
We all now that the <select> tag gives us an option to select multiple values. Well, while it’s really easy to do it, u can’t count especially on public web applications that everyone knows how to do it (yes, by pressing the CTRL key and selecting the values) and Multiselectable jQuery Plugin solves this problem in a really nice way by using 2 select lists. One with the available options and one for the options that we need to select. It’s been used before but if you are jQuery fan then this is nice (and clean) implementation of the technique. For more info visit its official page.




























Loading...