2008年12月16日 星期二

「jquery」 one 的用法

    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

【下列文章您可能也有興趣】

沒有留言: