Friday, October 26, 2007

Debugging Javascript

Want to be able to step through your Javascript? There are two really easy steps...

1. Add: debugger to the top of the onload javbascript code



2. Enable the debugger in your browser...

(Uncheck the IE debug option)

No comments: