// 失去焦点事件 使用Append 添加数据后使用事件无效的方法
$(document).on('blur','.inputs',function(){
console.log($(this).val())
console.log($(this).attr('name'))
})
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号