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

#66824
Robin
Member

Or, if you want to do things more sophisticated, you can ad lots of

Code:
console.log(“Message here.”+variable);

to your code to debug it line by line using the Firebug plugin (console view) in Firefox.