




Notice : As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

具体的例子可以查看jquery文档 http://docs.jquery.com/Main_Page 进行参考;
本文介绍了从jQuery 1.7版本开始,live()方法被弃用的原因及如何使用.on()方法替代。同时提供了详细的示例及链接,帮助开发者了解并实践新的事件绑定方式。





Notice : As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

具体的例子可以查看jquery文档 http://docs.jquery.com/Main_Page 进行参考;
1856
467

被折叠的 条评论
为什么被折叠?