博客列表 >jq使用appded后事件无效处理方法

jq使用appded后事件无效处理方法

JasonKim的博客
JasonKim的博客原创
2019年04月10日 17:18:58938浏览
// 失去焦点事件 使用Append 添加数据后使用事件无效的方法
$(document).on('blur','.inputs',function(){
    console.log($(this).val())
    console.log($(this).attr('name'))
})


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议
JasonKim2019-04-10 17:19:351楼