For some reason the following line of javascript is giving me an error object doesn't support this action
in IE6:
item = ui.item.get(0);
Any ideas? I'm completely lost.
For some reason the following line of javascript is giving me an error object doesn't support this action
in IE6:
item = ui.item.get(0);
Any ideas? I'm completely lost.
Internet Explorer hates it when you use the word "item" as variable name. Change it to something else.