首页>>Jquery文字>>clueTip 鼠标经过显示提示文字内容 ajax载入tips(2014-08-22)

clueTip 鼠标经过显示提示文字内容 ajax载入tips

弹出的内容既可以鼠标离开后自动消失也可以必须点击close关闭弹出的内容

clueTip 鼠标经过显示提示文字内容 ajax载入tips
赞赏支持
立刻微信赞赏支持 关闭

 

XML/HTML Code
  1. <li><strong>basic tip from title</strong><a class="title" href="#" title="This is the title|The first set of body content comes after the first delimiter in the title.|In this case, the delimiter is a pipe.">This example</a> pulls the clueTip's contents from the invoking element's title attribute via the "splitTitle" option.  
  2.             
  3.         </li>  
  4.         <li><strong>basic ajax</strong>, with no title attribute: This one <a class="basic" href="ajax.html" rel="ajax.html">requires no options</a>.  
  5.           <div><select style="width: 600px"><option>no bleed-thru</option><option>in IE6</option><option>when using bgiframe plugin</option></select> </div>  
  6.            
  7.         </li>  

本例用到的js文件请到演示页面源码查看

 


原文地址:http://www.freejs.net/article_jquerywenzi_402.html