$(document).on(’event’, ’selector’, function() {});替换.live()。
$(’selector’).on(’event’, ’selector’, function() {});替换.delegate()。
$(’selector’).on(’event’, function() {});替换.bind()。
解决方法我在jquery文档中看到live()已被弃用。有直接替换功能吗?

$(document).on(’event’, ’selector’, function() {});替换.live()。
$(’selector’).on(’event’, ’selector’, function() {});替换.delegate()。
$(’selector’).on(’event’, function() {});替换.bind()。
解决方法我在jquery文档中看到live()已被弃用。有直接替换功能吗?
相关文章:

网公网安备:皖ICP备2020019022号-8 Copyright ¢ 2020-2025 Powered by V1.8 All Rights Reserved 技术支持:乐呵呵网
声明:本站所有资源以学习为主