This topic created in 4427 days ago, the information mentioned may be changed or developed.
找了一大圈,用了搜索到的方法,都不行
jQuery.data("events")["click"]
$("#id").data("events")
...
绑定事件的方式:
$("#id").click(function(){
//code
});
2 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
x6doooo Mar 24, 2014 1
$._data(document, "events")
|