Home › Forums › JavaScript › simple jquery script…really need help › Re: simple jquery script…really need help
November 19, 2009 at 10:08 pm
#66817
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.