站內搜尋

Friday, June 6, 2014

[jQuery][好文] 請透過 on() 來綁定事件 ( bind() 與 live() 應避免使用)

透過 on 來綁定事件

短摘:
.live() 已被棄用,請改用
$(document).on('click', '#my_selector', function(){
});

No comments:

Post a Comment