Contents tagged with Ajax

  • jQuery.when() for Multiple Ajax Requests using jQuery 1.5

    Tags: jQuery, Ajax

    jQuery 1.5 has released a new method jQuery.when(deferreds) {deferreds One or more deffereds objects or plain JavaScript objects} using which multiple Ajax requests can be send at once.

    Lets see an … more