Brian Buchalter
Results
13
comments of
Brian Buchalter
Have you had any success dealing with this issue?
I was able to add items to the select using the following script: $(function(){ ``` var selectValues = "10=one more test\n11=and another test" $("#land_land_utility_ids_").multiselect(); $("#land_land_utility_ids_").multiselect('addOptions', selectValues); ``` }); However, I...
Have you had any success dealing with this issue?