blur()方法

可以快速上手的开发文档

#blur()方法

jQuery事件blur()方法的使用实例讲解

实例当输入域失去焦点(blur)时改变其颜色:$("input").blur(function(){$("input").css("background-color","#..