Thread Starter
jefcre
(@jefcre)
I got it. It wasn’t anything to do with how jquery was loading!
after firing up firebug and checking my local version against my remote version, i could see that the hoverIntent plug in I was using wasn’t affecting the objects i had it set to target on mouse over.
further inspection showed the reason for the above being that my permissions for that file and that file only were set to “600” instead of “640”. How that happened? who knows. I’m just glad it’s sorted.
Thread Starter
jefcre
(@jefcre)
JQuery Lives alert worked no problem. I switched the scripts to call up jquery via wp_enqueue_script and still no luck. Thanks for offering the the suggestions though. This is so strange.