Need help with tooltip plugin
Hi!
I use "tooltip" plugin by bassinstance.de, and have a small problem, can anyone help?
As we know, jquery.dimensions now included into jquery.js in current versions. So:
If i load last version (1.4.2) of jquery.js on my site, tooltips are displayed only in firefox and IE, but not in safari and opera.
If i use jquery 1.2.2 with added jquery.dimensions - all works fine.
I use, if it matters:
$('#my_id li').tooltip({
track: true,
delay: 0,
showURL: false,
showBody: " - ",
fade: 250
});
Ofcourse, i can simply leave old jquery, but if you have a solution with 1.4.2 - it would be more better ))
Thanx!