We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this questionDoes anyone know of any JQuery syntax validators or checkers? The braces are killing me.
Check out JSLint for validating JS code:
http://www.jslint.com/
Warning: JSLint will hurt your feelings
JSLint and a live demo site JSFiddle will give you the ability to make sure something is valid and runs properly.
As said, most IDE's will validate your Javascript. Eclipse, Netbeans, PHPEd and so on all have javascript checkers.
It's JavaScript. Any IDE with JavaScript syntax checker should do. NetBeans has one.
精彩评论