Sravanti
Sravanti

Reputation: 1407

How can I set the ToolTip for a TextBox when the cursor focuses on the TextBox?

I want to set a tooltip for a TextBox In ASP.NET so that when the user focuses the cursor in the textbox, the tooltip is displayed. I don't want to set the typing text as the tooltip. I want to display my own message as the tooltip.

Upvotes: 1

Views: 1156

Answers (1)

codingbadger
codingbadger

Reputation: 43974

You should be able to achieve this by using qTip - a plug-in used in conjunction with the jQuery library.

UPDATE:

This plugin has been updated to a new version.

Upvotes: 1

Related Questions