? 本文檔使用 php中文網(wǎng)手冊 發(fā)布
當(dāng)前執(zhí)行的處理器被綁定的時候,包含可選的數(shù)據(jù)傳遞給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); }); });