$(function(){
$("input").focus(function(){
$(this).css("background","#b3eaef");
}).blur(function(){
$(this).css("background","#fff");
});
});
$("input").focus(function(){
$(this).css("background","#b3eaef");
}).blur(function(){
$(this).css("background","#fff");
});
});
【jQuery】inputにfocusされた時と外れた時の処理 - Qiita
http://qiita.com/konweb/items/b086116eebf2bb349633
http://qiita.com/konweb/items/b086116eebf2bb349633
0 件のコメント:
コメントを投稿