February 10, 2011

Debugging jQuery

1 comment    |   Related thoughts: ,

If you’ve ever knocked your head against your keyboard wondering why your jQuery code isn’t working, then you have to check out this online presentation: Fixing These jQuery. Adam Sontag, a prolific and well-known jQuery developer, discusses how to troubleshoot your jQuery code, including a list of the most common errors people make as well as instruction on how to use the JavaScript debugging tools available for Firefox, Opera, Chrome and Safari.

  1. Dan G says:

    I am learning JavaScript and just started going through the exercises in “JavaScript The Missing Manual”. Chapter one lesson 1.3,html uses an example to JavaScript to change the background of every other row in a table. This works for IE 7,8, Chrome and FF 3.5 etc.. but I have noticed that IE 9 RC it does not work. I realize that IE 9 is not release but coming and I want to learn how to develop for it also as by the time I am really using JavaScript in my websites IE 9 will be released.