i am trying to use the JQuery tool tip in asp.net application
but no where i would find how to call this tool tip if i move my mouse over a label or textbox in asp.net
any solution on this would be great t
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way to do this is to decorate your ASP.NET controls with CSS classes, say
has-tooltip, then use a jQuery selector on the class to invoke the plugin.Then in your scripts — either injected or in mark up.