How to show title attributes onfocus using jquery?
- by jitendra
By default in all browser title attributes only shows on mouse over. I want to show on keyboard focus also. I know this is not possible through only HTML and CSS.
JavaScript will be need. so i jquery in almost all projects. so i need a jquery solution to show title on onfocus.
<a title="this is title" href="#">Websites</a>