© 本文档使用 PHP中文网手册 发布
当前执行的处理器被绑定的时候,包含可选的数据传递给jQuery.fn.bind。
The description of the example.
$("a").each(function(i) { $(this).bind('click', {index:i}, function(e){ alert('my index is ' + e.data.index); }); });