标签:语法 select hand inf handle and handler color sel
1 $("p").hover(function(){ 2 $("p").css("background-color","yellow"); 3 },function(){ 4 $("p").css("background-color","pink"); 5 });
调用:
$( selector ).hover( handlerIn, handlerOut )
标签:语法 select hand inf handle and handler color sel
原文地址:http://www.cnblogs.com/y114113/p/6693812.html