nobleclem / jQuery-MultiSelect

Turn a multiselect list into a nice and easy to use list with checkboxes.
https://springstubbe.us/projects/jquery-multiselect/
MIT License
289 stars 216 forks source link

Was working but now not with jquery-1.7.2.min.js #160

Closed wmitc2375 closed 5 years ago

wmitc2375 commented 5 years ago

I am new to Javascript and jQuery. I love your control, thanks for offering it for use. It was working fine but a friend told me the reference to https://code.jquery.com/jquery-1.10.2.js was conflicting with another required version of jQuery my page needs for a different control. So I just removed the reference to the 1.10.2 version and also tried even leaving the line in but swapping to the 1.7.2.min.js version (already referenced at top of page) but that caused the control to render on the form but it has no choices and the standard dropdown continue to show with the choices. So something apparently needs version 1.10.2 or very possibly I need to do something different on my page. Any ideas how to fix and should your control work with 1.7.2? Thanks!

nobleclem commented 5 years ago

If you can't use a newer version of jQuery then you are probably running into the same issues as #159 I have a possible code adjustment that you could make listed in that issue.

wmitc2375 commented 5 years ago

Thanks for the quick reply! I will read over and see about making that adjustment.

wmitc2375 commented 5 years ago

That change fixed the issue, thanks!