// 失去焦点事件 使用Append 添加数据后使用事件无效的方法 $(document).on('blur','.inputs',function(){ console.log($(this).val()) console.log($(this).attr('name')) })
博客列表 >jq使用appded后事件无效处理方法
// 失去焦点事件 使用Append 添加数据后使用事件无效的方法 $(document).on('blur','.inputs',function(){ console.log($(this).val()) console.log($(this).attr('name')) })