// 失去焦点事件 使用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!