开发者

Is there a jQuery plugin that display like 'title' in an HTML tag

开发者 https://www.devze.com 2023-04-03 08:55 出处:网络
I use jQuery to implement a result. when I hover a <td> tag that will show some info, and when blur the tag should hide the info. 开发者_StackOverflow社区How can I achieve this effect?http://doc

I use jQuery to implement a result. when I hover a <td> tag that will show some info, and when blur the tag should hide the info. 开发者_StackOverflow社区How can I achieve this effect?


http://docs.jquery.com/Plugins/tooltip is most likely what you are looking for. demo


What you are looking for is a tooltip.

There are lot of plugins available

  1. http://craigsworks.com/projects/qtip2/download
  2. http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
  3. http://docs.jquery.com/Plugins/tooltip

This article summarized some 30+ plugins:

http://www.1stwebdesigner.com/css/stylish-jquery-tooltip-plugins-webdesign/

0

精彩评论

暂无评论...
验证码 换一张
取 消