html */ link /* js */ $(this).attr("data-id") // returns string "123" $(this).data("id") // returns number 123 (jQuery >= 1.4.3 only)
確定! 回上一頁