idrag, idrop, NestedSortables, error in jquery1.2.1 and 1.1.4 - Wrong files?
Hello, I've been using the fantastic NestedSortables plugin for a
couple months now and I have a need to use the standard draggable and
droppable functionality. So far I get an error from jQuery-1.2.1.js
when I should get an alert that the draggable has entered the
droppable.
E.expr[m[1]] has no properties
e("", [div#sortable], undefined)jquery-1.2.1.js (line 11)
e("..sortable", [div#sortable], undefined)jquery-1.2.1.js (line 11)
e("..sortable")jquery-1.2.1.js (line 11)
highlight(div#sortable)idrop.js (line 89)
dragstart(Object type=mousemove target=div#sortable)idrag.js (line
240)
dragmove(Object type=mousemove target=div#sortable)idrag.js (line 429)
e(Object type=mousemove target=div#sortable)jquery-1.2.1.js (line 11)
e()
I also get a similar error in jQuery-1.1.4.js.
Am I using the proper UI files? In the UI docs it says to initialize a
droppable like this:
$(".drop").droppable({options});
But when that didn't work I looked in the source for the idrop.js I
was using and it said to use (uppercase) .Droppable. The uppercase D
obviously creates the droppable, but then I get the bogus jQuery
error.
I suspect I'm just using a bizarre version of interface. If anyone
could point me in the right direction I'd be most greatful, the UI
docs are not nearly as excellent as those for standard jQuery and
they're causing me confusion.