Blog Articles

Must have tools for jQuery development

I've been looking into jQuery development. I was never much of a JavaScript developer, most of my js code was form validation, or rounded corners. My current learning approach is to extend jQuery plugins and scripts to get a better feel for how real JavaScript developers would do things. Here's my necessary tools list

It's sad, but true, even in 2009 with a great library like jQuery, things that should work across browsers don't, (my current battle is XML parsing). So make sure that you have multiple browsers to test on with a JavaScript debugger in each.

In addition, there are several websites that have jQuery tools to speed development along. These are



Article Tags