© 이 문서에서는 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); }); });