multiselect
multiselect copied to clipboard
add new attribute "selected" for option,multiselect doesn't change
I add an attribute for one of option by "$("#countries option[value='CAN']").attr("selected",true);" But the multiselect doesn't change,the left box have not "CAN" item. How can I refresh It.
Have you had any success dealing with this issue?