[jQuery] Selector broken with 1.3.1 vs 1.2.6
I was using 1.2.6 with the following line which worked perfectly.
row.find("select." + name + " option[value='" + value +
"']").attr('selected', true);
Now with 1.3.1 a javascript error is happening
A Runtime Error has occurred.
Do you wish to Debug?
Line: 4723
Error: Exception thrown and not caught
Any thoughts as to the cause?
--
View this message in context: http://www.nabble.com/Selector-broken-with-1.3.1-vs-1.2.6-tp22003660s27240p22003660.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.