Closed Antera closed 10 years ago
I think it has to do with the version of the jQueryUI Widget Factory you are using. Try updating the code to call SelectBoxIt methods like this:
$("#bedrooms").selectBoxIt('selectOption', '1');
It's working again, thank you so much
Hello,
.selectOption() is not working anymore for me, i have no idea why : On the homepage http://bit.ly/ILSDby , I select something like "bedrooms" or "price", then click "Go" JS is on line 3973 : $("#bedrooms").data("selectBox-selectBoxIt").selectOption("1");
I got this error and the option is not selected : TypeError: Cannot read property 'selectOption' of undefined
Many thanks