Archives For AJAX

Load content using AJAX

December 13, 2010 — 2 Comments

Use the jQuery AJAX objects to call another page after a user action

One of the best elements of having a JavaScript framework such as jQuery available is the browser abstraction. No longer do web designers and developers have to worry about targeting specific browsers, and instead we can focus on enhancing the user experience. It’s generally a good idea to take a progressive enhancement approach despite the wide browser support offered by the framework, however, and this article does exactly that.
Continue Reading…