jquery鼠标按上或经过事件

来源:互联网 发布:tcl网络电视u盘网卡 编辑:程序博客网 时间:2024/04/30 09:58
<span style="font-size:32px;">        var divHot = $("#ItemsTree");        divHot.hover(function () {            //鼠标按上事件        }, function () {            //鼠标经过事件            divHot.slideUp("slow");        });</span>

1 0
原创粉丝点击