My html:
<input id="Text2" type="text" title="nepal" name="text" />
when I run this.My out put is:
In real project title attr holds imp id’s which should hard to change.I just want remove tool tip part means don’t want to show nepal which is appear comes from title attribute.I search a lot but unable to handle it.Any suggestion.Thanks.
You can prevent the tooltip from appearing by removing the attribute whenever the mouse is over it. This is easy to achieve in jQuery.