https://github.com/wenzhixin/multiple-select
<head> <link href="multiple-select.css" rel="stylesheet"/> </head> <body> <select multiple="multiple"> <option value="1">January</option> ... <option value="12">December</option> </select><script src="multiple-select.js"></script> <script> $('select').multipleSelect(); </script> </body>
i love jqueryi love jquery multiple selectthank you very much
Sunday, October 29, 2017
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment