mousedown event on options in select with jquery .on
问题 I was reading the documentation of the .on event handler of jQuery and I started playing around with it. I have a simple <select> element with the multiple attribute set to true. However, I want the user to be able to select multiple items without having to press the ctrl or shift key(s) According to the .on documentation, if you specify a selector it will automatically add those event handlers to any new items added inside that container that match the selector specified. So in my case, I