Posts Tagged ‘jQuery’

Managing Ajax Errors

by David Joly | Wednesday, May 5th, 2010

Ajax is an incredibly powerful asset in the world of web development. Developers can create web applications that no longer need to load a new page for every request. This can make using the web application faster and more enjoyable. Read More…

Discovering jQuery’s data() function

by David Joly | Tuesday, March 23rd, 2010

If you have programmed an Ajax web app, you know that manipulating the DOM from a callback function is easy. Manipulating data can be a little bit tricky though, because previously declared javascript variables are not available to the callback function. Read More…