JQuery for Web Design using JQuery Web Broswer API
bind and unbind events with colored button.
function ClickMe() {
$("div").show().fadeOut("slow");
}
$("#bind").click(function () {
$("jejeje").live("click", ClickMe)
.text("Can Click!");
});
$("#unbind").click(function () {
$("jejeje").die("click", ClickMe)
.text("Does nothing...");
});
路過留言支持~~~..................................................................
ReplyDeletehello~來拜訪你囉~部落格很棒^^!..................................................................
ReplyDelete