Forums

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

Home Forums JavaScript simple jquery script…really need help Re: simple jquery script…really need help

#66817
cybershot
Participant

well i don’t know a lot about jquery, but one thing I do when the code isn’t working is use an alert box to find out if my code is working or not.

just

alert("it’s working");

throw that into your second script then load the page, if you see the alert box pop up then you know it’s reading the script, if not, then you know where the problem is.