亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

返回值:Anythingevent.data

V1.1概述

當(dāng)前執(zhí)行的處理器被綁定的時候,包含可選的數(shù)據(jù)傳遞給jQuery.fn.bind。

示例

描述:

The description of the example.

jQuery 代碼:
$("a").each(function(i) {
    $(this).bind('click', {index:i}, function(e){
       alert('my index is ' + e.data.index);
    });
  });