תיאור: מכיל נתונים נוספים, שנשלחים ל- jQuery.fn.bind, כאשר מטפל הפעלה מקושר.
$("a").each(function(i) { $(this).bind('click', {index:i}, function(e){ alert('my index is ' + e.data.index); }); });