返回列表 發帖
$(this) 是在 jQuery 的 callback function 裡面用的
$("#a > img").click(function () {
  alert($(this).attr("id"));
});
To infinity and beyond!

TOP

返回列表 回復 發帖