获得焦点时改变输入框样式_html

代码:

$(function(){

$("input").focus(function(){

$(this).css('border-color','#39a6ec');

}).blur(function(){

$(this).css('border-color','#ddd');

});

});

欢迎关注,有问题一起学习欢迎留言、评论。

你要保守你心,胜过保守一切。

作者:刘俊涛的博客​​