How to show title attributes onfocus using jquery?

Posted by jitendra on Stack Overflow See other posts from Stack Overflow or by jitendra
Published on 2010-03-21T19:20:13Z Indexed on 2010/03/21 19:21 UTC
Read the original article Hit count: 363

Filed under:
|
|
|

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>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about XHTML