Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

best tooltip to use with asp.net form? [closed]

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.

like image 238
user576510 Avatar asked Nov 22 '25 16:11

user576510


2 Answers

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();

like image 179
mscccc Avatar answered Nov 24 '25 08:11

mscccc


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.

like image 45
neebz Avatar answered Nov 24 '25 06:11

neebz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!