javascript - JQuery Syntax Checker -
Does anyone know of any JQuery syntax validator or checkers? The braces are killing me.
JSLint and a live demo site JSFDial You will be able to ensure that something is valid and is running properly
As stated, most IDEs will validate your JavaScript. Eclipse, Netbeans, PHPEd and so on are all Javascript checkers.
Comments
Post a Comment