Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Tooltips on Anything Slider- Firefox bug Re: Tooltips on Anything Slider- Firefox bug

#98504
pattie13
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.