Reputation: 103607
Is there a jquery plugin that when you hover over an icon etc. it displays a nice black bubble popup? (it doesn't require a click, just a hover).
Upvotes: 2
Views: 176
Reputation: 37144
There's try and true tooltip jQuery plugin that you can use for pretty much with any element that contains title
attribute. You can style it anyway you want and it also comes with pretty nice defaults
Upvotes: 2