Forums

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

Home Forums JavaScript jQuery Tooltips in WordPress Re: jQuery Tooltips in WordPress

#117262
daclements
Member

Hmm, OK. We’re getting somewhere… I changed lines 72 to 76 as [following](http://pastebin.com/sMLz3xQj “jQuery function”). The tooltips do now appear, but they’re not showing in the right location. They’re quite far away from the item. Note that rather than just wrapping the function in jQuery(), I had to edit the original script to move the $ inside the function() (per your guiding syntax above), whereas previously it was outside – $(function() {

Do you think I need to make further modifications to tooltips.js, like I did to the lines above to get the function to work inside WordPress?