jQuery-Selectric
jQuery-Selectric copied to clipboard
Multiple Select
Sir,
Did you provide sample snippets for multiple select? Also please include background color for the multiple select. Thanks :)
Maybe i'm later.
For the multiple select, you can simply add a multiple attribute at the html element:
<select ... multiple> <option>a</option> <option>b</option> <option>c</option> </select>