I 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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With