基于jquery的自定义鼠标提示效果 jquery.toolTip

时间:2024-02-09 13:14:23
【文件属性】:

文件名称:基于jquery的自定义鼠标提示效果 jquery.toolTip

文件大小:35KB

文件格式:PDF

更新时间:2024-02-09 13:14:23

ip jq jquery

IE下效果 Firefox或其它浏览器效果 代码 代码如下: //版权 酷车中国 www.kuchechina.com //作者 逐月 zhuyue.cnblogs.com //演示 http://www.kuchechina.com/carstools/Default.aspx jQuery.fn.toolTip = function() { this.unbind().hover( function(e) { this.t = this.title; this.title = ”; $(‘body’).append( ‘<p id=”p_toolTip” style=”display:


网友评论