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 进行参考;
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 进行参考;
相关文章: