Want to improve this question? Update the question so it can be answered with facts an开发者_如何学Pythond citations by editing this post.
Closed 5 years ago.
Improve this questionI want to use tooltip to show input instructions when a user fills out a form. Which simple tooltip code/component/plugin I should use?
I just want to show tips when a textbox receives focus and, and I'd like to be able to have multiple instructions in tip.
Although not specific for .NET. I use qTip (jquery plugin) with all my projects.
http://craigsworks.com/projects/qtip2/
Implementation is as simple as...
$('a[title]').qtip();
This is by far the most flexible tooltip plugin for jQuery.
http://craigsworks.com/projects/simpletip/
Also make sure it doesn't have anything to do with ASP.NET. It's all done at client-side.
jQueryTools looks good as well.
精彩评论