Ajax with jQuery: A Beginner's Guide

Discussion in 'Design & Development' started by Samuel, Mar 6, 2012.

  1. Samuel

    Samuel
    Expand Collapse
    Admin

    Joined:
    Dec 20, 2011
    Messages:
    5,576
    Likes Received:
    71
    Published in jQuery

    [​IMG]

    Many modern websites - and practically all web apps - use a technique called Ajax to provide a smooth, fast experience for the user. From apps like Gmail and Google Maps through to JavaScript frameworks like jQuery Mobile, Ajax is a popular way to fetch data from a server in the background and update the page dynamically.

    Writing Ajax JavaScript code from the ground up can be fiddly. However, many JavaScript libraries, including jQuery, have excellent high-level support for Ajax, making it easy for you to build Ajax-driven websites and apps with minimal hassle.

    In this tutorial, you'll learn the basics of making Ajax requests using jQuery.

    Enjoy![​IMG]

    Continue reading...
     

Share This Page