vote up 1 vote down star
1

I have jQuery code which works offline in Safari and Opera, but neither in Firefox 3.1 nor 3.08.

How can you use Firefox's JavaScript engine in offline debugging?

flag

3 Answers

vote up 3 vote down check

You can install SpiderMonkey and play around with that.

Or you can use Firebug which has a JavaScript debugger.

link|flag
vote up 1 vote down

If you jQuery isn't running when using a localhost you probably need to make sure that your paths match up. Different browsers handle relative paths differently when running off the harddrive. I suggest using static paths. Also you probably want to checkout FireBug, which is a FireFox plug-in that allows you to inspect the JavaScript.

link|flag
vote up 3 vote down

Both Safari and Opera come with JavaScript debuggers. For Firefox, the weapon of choice is to install Firebug.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.