mysociety / jquery-multi-select

Converts <select multiple> elements into dropdown menus with checkboxes
https://www.mysociety.org/
Other
24 stars 18 forks source link

$.trim is deprecated in jQuery 3.5 #21

Open dracos opened 4 years ago

dracos commented 4 years ago

If you're using that jQuery, you're presumably using a browser with built in trim support. Not sure what browsers this library supports.

Also :first should be first()