Hacker News new | ask | show | jobs
by throwaway_ocr 2343 days ago
A multi-select box for this would be nice. Select2 should be easy enough to implement, as you're already using jquery.
1 comments

Even HTML 4.01 had <select multiple>, no jQuery required:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/se...