Blogger Information
Blog 11
fans 0
comment 1
visits 15617
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
jq使用appded后事件无效处理方法
JasonKim的博客
Original
937 people have browsed it
// 失去焦点事件 使用Append 添加数据后使用事件无效的方法
$(document).on('blur','.inputs',function(){
    console.log($(this).val())
    console.log($(this).attr('name'))
})


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
JasonKim 2019-04-10 17:19:35
1 floor
Author's latest blog post