5

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?

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
aslum
  • 11,774
  • 16
  • 49
  • 70

3 Answers3

1

You can try JsHint or JsLint

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

FlipFloop
  • 1,233
  • 1
  • 14
  • 25
1

You can try JSLint

Eray
  • 7,038
  • 16
  • 70
  • 120
1

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

Richard Neil Ilagan
  • 14,627
  • 5
  • 48
  • 66