混水摸魚

[ JQUERY ] – live change to on

$(“.del”).live(“click”,function(){do something…});//jquery-1.7.2
$(document).on(“click”,”.del”,function(){do something…});//jquery-1.11.1

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *