Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tools for finding errors in my jquery

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?

like image 298
aslum Avatar asked Oct 11 '22 08:10

aslum


2 Answers

You can try JSLint

like image 183
Eray Avatar answered Oct 14 '22 12:10

Eray


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

like image 22
Richard Neil Ilagan Avatar answered Oct 14 '22 12:10

Richard Neil Ilagan