The JavaScript Verifier! JSLint can help you to significantly improve the quality of your code. It accepts .js or .html or .kon files. Warning: JSLint will hurt your feelings.
I'm missing an explanation to strange errors it displays.
for example for the line "onKeyPress="someFunction();" I'm getting a "missing semicolons error. and for every time I send a function as a parameter I get an error saying Emlied global.
Although it mite be clear to the writer of the widget what these error means it is not clear to the user. It looks like it is giving error messages for legal lines.
Thank you for making this! i know this will help a lot of people, including me. I have a few things though.
This widget isnt the best looking widget. It would more appealing to maybe make the graphics a little better.
i wish there was a button that you could navigate to the file you want to use. It is kind of annoying to have to find my file to drag it in.
I wish, maybe there is?, there could be a way to automatically fix all of the errors. Maybe instead of opening the page to show the er…rors, you automatically fix it, and then open a page that shows the errors that are fixed for the user to see.More
I've been using jslint.com to check my JavaScript, but it's a pain: Copy the code, switch to the browser, call up jslint.com, paste the code, make certain your preferences are set, click the button to check ... sigh. With this widget, I have in one corner of my screen a drag-n-drop window that short-cuts most of these steps, and gives the same great information. Thanks to Mr. Crockford for this wonderful utility (and for all his other great information on JavaScript).