clueTip 鼠标经过显示提示文字内容 ajax载入tips
弹出的内容既可以鼠标离开后自动消失也可以必须点击close关闭弹出的内容
XML/HTML Code
- <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.
- </li>
- <li><strong>basic ajax</strong>, with no title attribute: This one <a class="basic" href="ajax.html" rel="ajax.html">requires no options</a>.
- <div><select style="width: 600px"><option>no bleed-thru</option><option>in IE6</option><option>when using bgiframe plugin</option></select> </div>
- </li>
本例用到的js文件请到演示页面源码查看
原文地址:http://www.freejs.net/article_jquerywenzi_402.html