Forums

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

Home Forums JavaScript jQuery Help – .hover Event Isn’t Triggering Re: jQuery Help – .hover Event Isn’t Triggering

#98977
Senff
Participant

Ah, ok. I think it’s because your fatatom.js functions are not loaded on document.ready (in jsfiddle they are because that’s the default):

Try wrapping everything in this:

$(document).ready(function(){

// ALL YOUR FATATOM.JS CODE GOES HERE

});