jquery的方便

$(function(){ 

    $("input:text,input:password,textarea").focus(function(){$(this).css("background","#CBFE9F");}).blur(function(){$(this).css("background","#FFF");}); 

}); 

posted @ 2011-08-24 14:14  一个土豆一棵青菜  阅读(120)  评论(0编辑  收藏  举报