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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -