开发者

JQuery Syntax Checker [closed]

Closed. This question does not meet Stack Ov开发者_如何学JAVAerflow guidelines. It is not currently accepting answers.

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 question

Does 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜