1. 首页
  2. 数据库
  3. 其它
  4. jQuery文字提示与图片提示效果实现方法

jQuery文字提示与图片提示效果实现方法

上传者: 2021-01-30 23:32:25上传 PDF文件 74KB 热度 28次
本文实例讲述了jQuery文字提示与图片提示效果实现方法。分享给大家供大家参考,具体如下: 1.效果如图: 2.文字提示代码: [removed] //<![CDATA[ $(function(){ var x = 10; var y = 20; $(a.tooltip).mouseover(function(e){ this.myTitle = this.title; this.title = ; var tooltip = + this.myTitle +<\/div>;
下载地址
用户评论