tooltip bodyHandler / external function
The code below returns:
$('td.de a', tr ).tooltip({track:true,extraClass:'de',showURL:false, bodyHandler: function() {showstuff();} });
function showstuff() {
return "hello world";
}
Am I missing something?
Thanks!