Home › Forums › JavaScript › Tooltips on Anything Slider- Firefox bug › Re: Tooltips on Anything Slider- Firefox bug
March 8, 2012 at 12:15 pm
#98504
Member
Hi Mottie,
Yes, the error says: “Error: $(“a.tooltip”).tipsy is not a function”
Here’s what I did differently:
Replaced $.jatt(); with $(‘a.tooltip’).tipsy({ live: true }); – this fixed the Firefox bug but I lost all styling. So then, I copied the tipsy.css- added some scripts: ‘jquery-1.2.3.min.js,
‘jquery.tipsy.js’, js/projects.js and deleted the old ‘jquery.jatt.min.js’ script. All remains unchanged, the tooltips have no styling.