首页 > 网站 > WEB开发 > 正文

Bootstrap学习js插件篇之提示框

2024-04-27 14:18:06
字体:
来源:转载
供稿:网友

Bootstrap学习js插件篇之提示框

案例

受到Jason Frame开发的jQuery.tipsy插件的启发,我们才把这个工具提示插件做的更好,而且此插件不依赖图片,只是使用CSS3来实现动画效果,并使用data属性存储标题。

将鼠标悬停到下面的链接上就可以看到工具提示了:

代码段:

[javascript]view plaincopy在CODE上查看代码片<scripttype="text/Javascript">$(function(){$('.tooltip-demo').tooltip({selector:"[data-toggle=tooltip]",container:"body"})$("#testt").tooltip({})$('a').tooltip()})</script>[html]view%20plaincopy派生到我的代码片
  1. <divclass="bs-exampletooltip-demo">
  2. <pclass="muted"style="margin-bottom:0;">Tightpantsnextlevelkeffiyeh
  3. <ahref="#"data-toggle="tooltip"title="Defaulttooltip">youPRobably</a>
  4. haven'theardofthem.Photoboothbeardrawdenimletterpressveganmessengerbagstumptown.
  5. Farm-to-tableseitan,mcsweeney'sfixiesustainablequinoa8-bitamericanapparel
  6. <ahref="#"data-toggle="tooltip"title="Anothertooltip">havea</a>
  7. terryrichardsonvinylchambray.Beardstumptown,cardigansbanhmilomothundercats.
  8. Tofubiodieselwilliamsburgmarfa,fourlokomcsweeney'scleanseveganchambray.Areallyironicartisan
  9. <ahref="#"data-toggle="tooltip"title="Anotheroneheretoo">whateverkeytar</a>
  10. ,scenesterfarm-to-tablebanksyAustin
  11. <ahref="#"data-toggle="tooltip"title="Thelasttip!">twitterhandle</a>
  12. freegancredrawdenimsingle-origincoffeeviral.
  13. </p>
  14. </div>

预览:

图片无法上传了。。。。。。。。我去去去去去去去。。。。。!!

四个展示方位

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表