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
- http://craigsworks.com/projects/qtip2/download
- http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
- http://docs.jquery.com/Plugins/tooltip
This article summarized some 30+ plugins:
http://www.1stwebdesigner.com/css/stylish-jquery-tooltip-plugins-webdesign/
精彩评论