Usable multiple-selection with checkbox lists and jQuery
There are two out-of-the-box methods for multiple selection in HTML: checkboxes and the <select> tag. Neither are perfect - I’ll be discussing why, and proposing a sort of mashup of the best aspects of both, using jQuery.