[jQuery] draggable plugin problem
Hi,
well i used and still use the draggable plugin in a script. it worked
fine 'till they changed the site a bit. after i changed my script
firebug says:
$[namespace][name] is not a constructor
[Break on this error] return this.each(function(){var
instance...==undefined){return this._getData(key);}
and it somehow clones all the time the image and buttons in every
browser.
i don't know whats wrong.
the script works fine without the draggable.
that is the only drag thing:
$(this).draggable(
{
handle:'#move'
});
if i remove this everything works (except the dragging).
i was searching for the mistake for so long. i hope someone can help
me.
thanks a lot.
-weidc