码迷,mamicode.com
首页 > Web开发 > 详细

jQuery hover() 方法

时间:2017-04-11 17:18:05      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:语法   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(inFunction,outFunction)

调用:

$( selector ).hover( handlerIn, handlerOut )

jQuery hover() 方法

标签:语法   select   hand   inf   handle   and   handler   color   sel   

原文地址:http://www.cnblogs.com/y114113/p/6693812.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!