個人學習程式與網路收集資料BLOG,期待與大家教學相長... 「設計的核心是溝通」 「溝通的核心是故事」
var n = 0; $("div").one("click", function(){ var index = $("div").index(this); $(this).css({ borderStyle:"inset", cursor:"auto" }); $("p").text("Div at index #" + index + " clicked." + " That's " + ++n + " total clicks."); });DEMO
張貼留言
沒有留言:
張貼留言