Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i need to display a popup message when a mouse is rolled over the textbox.

So if any examples or links suggested would be of a great help..



Thanks
Posted

You should use the property "title" like in the next example:

<input id="username" name="Username" title="Input the user name!" type="text" value="" />
 
Share this answer
 
Refer this:-

http://creativeindividual.co.uk/2011/02/create-a-pop-up-div-in-jquery/
http://www.codeasp.net/blogs/raghav_khunger/microsoft-net/1005/jquery-how-to-make-a-simple-tool-tip-plugin
http://plugins.learningjquery.com/cluetip/demo/#
http://www.forclimadapt.eu/sites/all/themes/climadapt/bubblejs/examples.html
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900