For example :
<input type="text" title="Here is my title" value="smth"/>
if you just mouseover (without clicking) for 2 second, the title
will show up.
But how to force the title
to show up even if user clicks (doesnt wait for 2 seconds) in text field?
NOTES:
1) I am interested in pure approach, without libraries.
2) I am not interested in adding extra <html>
elements, because there is solution for that.