Using the latest Jquery UI Multiselect it works fine in firefox, chrome
but in IE8 the options are blank as shown here
I am using the following libraries
jquery-1.7.2.min.js
jquery-ui-1.8.20.custom.min.js
Any ideas, would be much appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Solved it,
There is an issue with the way you add the options to a list in JQuery in IE 8
I was using
when I should be doing the following which IE 8 likes