Ajax

Since XMLHttpRequest ,or the equivalent, object is returned by jQuery, so you can simply use abort function. To cancel ajax requests you have to follow below code. var myRequest= $.ajax({ type: “POST”, url: “file.php”, data: “name=you&class=10”, success: function(e){ alert( “Awesome : “...

More
  • May 9, 2014

Many web apps , these days, modify or change URL without refreshing web page. Facebook is a great example. This seems quite fast and index-able too. This is supported by Chrome, Safari, FF4+, and IE10 & above. function processAjaxData(answer, url){ document.getElementById(“mycontainer”).innerHTML =...

More
  • May 3, 2014

If you know XML, HTML and JavaScript, you can learn AJAX quickly and can start designing with it. Here are latest 15 unique techniques and tutorials to learn AJAX. These are best AJAX Techniques and Tutorials that you will ever get. AJAX...

More
  • April 4, 2014

AJAX, which is an acronym that stands for Asynchronous Javascript Technology and XML, is a collection of different technologies combined to produce a more user friendly web experience for web visitors. The technologies include javascript, XML and cascading style sheets (CSS) as...

More
  • March 25, 2011

Today working on a simple ajax jquery call, I was searching for setting context in ajax function suddenly one my javascript master came and wrote a code below, and it was done. Its look like this: $(‘#click_me’).function(){ $.ajax({ type: ‘POST’, data: ‘value=34’,...

More
  • September 11, 2010
8 Best Free Stock Video Websites for Tiktok, Reels, and Shorts Top 5 PHP Frameworks: Fast and Secure