still, it may work. just that I changed something regarding droppables. 
Onchange applies to the droppable and gets only one parameter, the 
dragged element. So you should do like this

onchanged : function(dragged){
    alert(this); //the droppable
    alert(dragged); //the draggable
}

I updaed the documentation too. Sorry for this.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to