最赞回答 / 难得糊涂335338
从 jQuery 1.7 开始,不再建议使用 .live() 方法。请使用 .on() 来添加事件处理。使用旧版本的用户,应该优先使用 .delegate() 来替代 .live()。--源自w3school的说明
2014-11-04