Hey guys,
I have a jQuery script within my template. Originally it wasn't loading correctly at all (just blank) but after research I realized I needed the literal tags around the script.
Now with the literal tags around my script, it's appearing correctly but doesn't actually appear to execute the code after initially starting.
Basically it's a slider, it loads the first slide and stays there. I'm unable to get it to move with the navigation. Please note the exact same code works perfect on a static HTML/PHP page.
Any help would be appreciated
Thanks!


Reply With Quote