2009-07-22 41 views

回答

1
$("#container div").draggable({ 
    stop:function(e, ui) { 
     alert("id=" + $(this).attr("id"); 
    }}); 
0

你试过:

$(this) // this should be the current element 
相关问题