jquery浅谈input有哪些触发事件?下面web建站给大家介绍一下focus
、blur
等事件。
focus()获得焦点事件
$('input').focus(function(){ $(this).css('border-color','red'); });
blur()方法失去焦点事件
$('input').blur(function(){ if($(this).val().length < 5){ return } });
上面是“jquery浅谈input有哪些触发事件”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_2645.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!