Displaying 1 result from an estimated 1 matches for "dragthisbox".
2005 Aug 12
0
OnDrag callback. Is there such a thing?
...tion, similar to the
startDrag, cancelDrag and endDrag callbacks available
in rico.js (www.openrico.org). If there is such a
callback, could you please show me a quick 2 line
implementation client side.
I''ve already tried this while creating the draggable
like so:
new Draggable(''dragthisBox'',{revert:true,
startDrag: function(element) {
//$(''dropText'').innerHTML += ''<br /> You moved.'' +
element.id;
alert(''activated.'');
}
});
but it doesnt work.
Any help would be appreciated.
Thanks!!
_______________________...