lol! :o)
My dev box isn't accessible to the outside world. It's a shame. I've
asked several times that it be made accessible, but they won't do it. :o(
Lemme see if I can get a small example together that I could put in a
publicly accessible place. :o)
Chris
Jörn Zaefferer wrote:
Christopher Jordan schrieb:
Hi folks,
I'm using Sam Collett's plug-in to add and remove options from a
select list, and under jQuery 1.1a it breaks.
for(i = 0; i < ClientData.shifts.length; i++){
$("##Shift_ID").addOption(ClientData.shifts[i].shiftcode + "~" +
ClientData.shifts[i].shiftid + "~" + ClientData.shifts[i].shiftname,
ClientData.shifts[i].shiftname, false);
}
The above code used to work and now it doesn't. The specific error is
"object doesn't support this property or method".
Any ideas? Short enough, Jörn? ;o)
Great! You just forgot to add a link to an example page or at least to
the plugin.
--
http://www.cjordan.info
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/