tools for finding errors in my jquery

7.5k Views Asked by At

Is there any sort of tool (online or DLable) that I could use to check my jquery code for syntax errors, unclosed {}, or other things that might cause it to not work as expected?

3

There are 3 best solutions below

0
On BEST ANSWER

You can try JSLint

0
On

You can try Eray's answer above, or jQuery Lint itself.

0
On

You can try JsHint or JsLint

The only difference is that JsLint will check for errors as you are typing the code