Tag: AJAX

  • jQuery: JavaScript That Doesn’t Suck

    I hated JavaScript until jQuery let me select DOM elements with CSS syntax. In this post I cover selectors, toggles, Ajax requests, and appending content, with code for each.

  • De-Mystifying AJAX

    AJAX looks intimidating until someone cuts through the jargon. In this tutorial I explain what separates a real AJAX request from an ordinary JavaScript effect, then walk through processing a form with MooTools.