$(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()已被弃用。有直接替换功能吗?
相关文章:1. node.js - 关于import React from ’react’;的一点问题2. android-studio - android 加载网络大图片不显示?3. node.js - nodejs redis 获取多个数据4. node.js - 为什么ghost的后台是node还要安装Nginx服务器?5. node.js - react native通过image-picker选择了图片并通过fetch上传,后端nodejs怎么接?6. node.js - nodejs中如何跳过登陆页直接进入某个页面?7. node.js - 求助!angular-cli项目不能监听代码更改,来自动刷新网页,怎么办?8. node.js - 电脑休眠本地 node 服务器可以保持运行状态吗?9. node.js - 使用sequelize查询出来的createdAt字段格式问题10. node.js - 如何用代码实现一个小端的16进制字符串(无符号大整数)转化为10进制整数
网公网安备:皖ICP备2020019022号-3 Copyright ¢ 2020-2025 Powered by V1.8 All Rights Reserved 技术支持:乐呵呵网
声明:本站所有资源以学习为主