how to destroy myself(the div of dragging by me) when i droped.

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-03-11T11:41:27Z Indexed on 2010/04/11 0:03 UTC
Read the original article Hit count: 199

Filed under:
|
|
$("#b").draggable();
$("#map_canvas").droppable({
drop: function() { 
    //alert('dropped');

    aFn();
    }

thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui