I am using jquery-ui-1.8.20.min.js.
I have a hyperlink on the page and am trying to do the following but doesn’t seem to work.
$('a').tooltip({
content: function () {
return 'This is a test';
}
});
Nothing shows up. What am I doing wrong.
The Tooltip widget was introduced in jQuery UI 1.9.0.
You have to upgrade to this release in order to use it.