jquery click事件的可选参数data的作用

$("#ID").click({x:"value"},function (e) {
alert(e.data.x);
});

原文地址:https://www.cnblogs.com/something/p/3143915.html