Response title
This is preview!
Last time I needed tooltips, I used the simpler CSS tooltips(examples all over the net). You could easily add another CSS rule to hide the tooltip when focused.
- $( document ).tooltip({
- track: true
- });
© 2013 jQuery Foundation
Sponsored by and others.