2011-08-12 7 views

答えて

1

var ele = $("#web"); // Replace with specified element 

ele.click(function(){}); 
ele.mouseover(function(){}); 

$.each(ele.data("events"), function(i, e) {  
    alert(i); 
}); 

の作業例:http://jsfiddle.net/7HEuW/

+0

グレート - 感謝。 – Journeyman

関連する問題