Hover Over Tool Tip For Buttons

Hi Community,

How do I add Tool Tip text when I hover over a button?

Many thanks!

it's all right, I found the code!

Use this:

$('.img1tooltip').attr('title', 'This is a map of the world!');

1 Like