Skip to main content

Home/ lzby's group/ Group items tagged form

Rss Feed Group items tagged

boho .net

jQuery MultiSelect - 0 views

  •  
    In it's simplest form, you can create a MultiSelect form control using the following code: $(document).ready( function() { $("#control_id").multiSelect(); } where #control_id is the ID of the select element that exists on your page. You can use any valid jQuery selector as the ID, but make sure you only use select elements with the multiple="multiple" attribute to get the expected results.
1 - 19 of 19
Showing 20 items per page