<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/ajax</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 23:16:58 GMT</pubDate>
<item>
<title>(JavaScript) Using Ajax in JavaScript and jQuery - codingforever99</title>
<link>http://snipplr.com/view/70718/using-ajax-in-javascript-and-jquery/</link>
<description><![CDATA[ <p>simple code of using Ajax by JavaScript or jQuery</p> ]]></description>
<pubDate>Tue, 09 Apr 2013 09:41:04 GMT</pubDate>
<guid>http://snipplr.com/view/70718/using-ajax-in-javascript-and-jquery/</guid>
</item>
<item>
<title>(JavaScript) POST form with jQuery (Ajax) - rickygri</title>
<link>http://snipplr.com/view/66642/post-form-with-jquery-ajax/</link>
<description><![CDATA[ <p>This send any value via POST to a PHP page. It is done with AJAX, so the POST return can be used on the same page as the submit</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 18:48:15 GMT</pubDate>
<guid>http://snipplr.com/view/66642/post-form-with-jquery-ajax/</guid>
</item>
<item>
<title>(JavaScript) ajaxRequest - maceblue</title>
<link>http://snipplr.com/view/66419/ajaxrequest/</link>
<description><![CDATA[ <p>ajax</p> ]]></description>
<pubDate>Mon, 30 Jul 2012 17:21:54 GMT</pubDate>
<guid>http://snipplr.com/view/66419/ajaxrequest/</guid>
</item>
<item>
<title>(JavaScript) Ajax HTML to document - devnull69</title>
<link>http://snipplr.com/view/56269/ajax-html-to-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Jul 2011 00:33:00 GMT</pubDate>
<guid>http://snipplr.com/view/56269/ajax-html-to-document/</guid>
</item>
<item>
<title>(JavaScript) Ajax POST Request - devnull69</title>
<link>http://snipplr.com/view/56006/ajax-post-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 22:10:50 GMT</pubDate>
<guid>http://snipplr.com/view/56006/ajax-post-request/</guid>
</item>
<item>
<title>(JavaScript) Ajax GET Request - devnull69</title>
<link>http://snipplr.com/view/56005/ajax-get-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 22:08:16 GMT</pubDate>
<guid>http://snipplr.com/view/56005/ajax-get-request/</guid>
</item>
<item>
<title>(JavaScript) Jquery and SWF Address 1.3.2 - jafar</title>
<link>http://snipplr.com/view/52635/jquery-and-swf-address-132/</link>
<description><![CDATA[ <p>Use the rel attribute to specify which "html"  file to load. In this case the link is set to the "About" page and will load the about.html file with AJAX and update the site's title and address.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 11:44:33 GMT</pubDate>
<guid>http://snipplr.com/view/52635/jquery-and-swf-address-132/</guid>
</item>
<item>
<title>(JavaScript) Injecting HTML from a file into an Ext.Panel - LeeProbert</title>
<link>http://snipplr.com/view/51361/injecting-html-from-a-file-into-an-extpanel/</link>
<description><![CDATA[ <p>Sometimes you have a load of HTML that is difficult to write up as a String from within a javascript function so this is an example of a simple Panel with an event for after rendering that injects it with content from a file.</p> ]]></description>
<pubDate>Thu, 31 Mar 2011 07:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/51361/injecting-html-from-a-file-into-an-extpanel/</guid>
</item>
<item>
<title>(JavaScript) Checking of duplicated userid using XMLHTTP (or AJAX) - kangcom</title>
<link>http://snipplr.com/view/50970/checking-of-duplicated-userid-using-xmlhttp-or-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Mar 2011 22:56:59 GMT</pubDate>
<guid>http://snipplr.com/view/50970/checking-of-duplicated-userid-using-xmlhttp-or-ajax/</guid>
</item>
<item>
<title>(JavaScript) SimpleAjax Object - freelancephp</title>
<link>http://snipplr.com/view/49002/simpleajax-object/</link>
<description><![CDATA[ <p>Simple ajax object for creating ajax calls.

Why use SimpleAjax?
 - Very small, only 2kb minified
 - Make a asynchrone or synchrone ajax call ( AJAX / SJAX )
 - Use quick methods get() and post() for GET and POST calls
 - Use load() method for loading html content and set to given element
 - Set general settings that will be used by default for every ajax call</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 22:38:51 GMT</pubDate>
<guid>http://snipplr.com/view/49002/simpleajax-object/</guid>
</item>
<item>
<title>(JavaScript) WordPress AJAX Pagination using jQuery - joshvermaire</title>
<link>http://snipplr.com/view/47707/wordpress-ajax-pagination-using-jquery/</link>
<description><![CDATA[ <p>You may need to change the IDs around.</p> ]]></description>
<pubDate>Sat, 22 Jan 2011 11:50:29 GMT</pubDate>
<guid>http://snipplr.com/view/47707/wordpress-ajax-pagination-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) AJAX MySQL Query - danhanly</title>
<link>http://snipplr.com/view/47603/ajax-mysql-query/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Jan 2011 20:48:06 GMT</pubDate>
<guid>http://snipplr.com/view/47603/ajax-mysql-query/</guid>
</item>
<item>
<title>(JavaScript) proxy.js - bcmoney</title>
<link>http://snipplr.com/view/45555/proxyjs/</link>
<description><![CDATA[ <p>Several useful resources for JSONp:
http://www.west-wind.com/weblog/posts/107136.aspx

http://insideria.com/2009/03/what-in-the-heck-is-jsonp-and.html

http://remysharp.com/2007/10/08/what-is-jsonp/

http://www.ibm.com/developerworks/library/wa-aj-jsonp1/

http://jpgmr.wordpress.com/2010/07/28/tutorial-implementing-a-servlet-filter-for-jsonp-callback-with-springs-delegatingfilterproxy/

http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/</p> ]]></description>
<pubDate>Fri, 10 Dec 2010 09:51:42 GMT</pubDate>
<guid>http://snipplr.com/view/45555/proxyjs/</guid>
</item>
<item>
<title>(JavaScript) Simple AJAX Library - jatkins</title>
<link>http://snipplr.com/view/44956/simple-ajax-library/</link>
<description><![CDATA[ <p>Public domain. To create an AJAX object: `myAJAXObject = new ajax;`. To submit and/or retrieve data: `myAJAXObject.sendRequest('GET', 'search_results.php', false, 'query=test&amp;per_page=9', 'divSearchResults');`. **Updated 1/28/11 to fix bug preventing POST data from being sent.**</p> ]]></description>
<pubDate>Sat, 27 Nov 2010 07:02:14 GMT</pubDate>
<guid>http://snipplr.com/view/44956/simple-ajax-library/</guid>
</item>
<item>
<title>(JavaScript) AJAX form autosubmit - FatFolderDesigner</title>
<link>http://snipplr.com/view/44799/ajax-form-autosubmit/</link>
<description><![CDATA[ <p>I was working on this for a new site ideal I have, though it might be useful for others. What this does it sent a AJAX POST request every time the as() function is called. Setting the form to run as() onkeyup will essentially make the form submit itself whenever updated. I play to use this as part of an auto submit save system.

You could also eave the method and action of a form blank and have it run this with an onclick on the submit button, submitting the form only when they want to but keeping them on the page.

UPDATE: demo of this working available at the URL.</p> ]]></description>
<pubDate>Wed, 24 Nov 2010 17:14:37 GMT</pubDate>
<guid>http://snipplr.com/view/44799/ajax-form-autosubmit/</guid>
</item>
<item>
<title>(JavaScript) Display Justin Bieber Tweets with Asynchronous Recursion - Nettuts</title>
<link>http://snipplr.com/view/41350/display-justin-bieber-tweets-with-asynchronous-recursion/</link>
<description><![CDATA[ <p>Just a fun and silly way to asynchronously update tweets about Justin Bieber.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 14:32:54 GMT</pubDate>
<guid>http://snipplr.com/view/41350/display-justin-bieber-tweets-with-asynchronous-recursion/</guid>
</item>
<item>
<title>(JavaScript) AJAX Page Load - kopeo</title>
<link>http://snipplr.com/view/39155/ajax-page-load/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Aug 2010 04:04:36 GMT</pubDate>
<guid>http://snipplr.com/view/39155/ajax-page-load/</guid>
</item>
<item>
<title>(JavaScript) Google Ajax search - marzsman</title>
<link>http://snipplr.com/view/36108/google-ajax-search/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jun 2010 20:11:51 GMT</pubDate>
<guid>http://snipplr.com/view/36108/google-ajax-search/</guid>
</item>
<item>
<title>(JavaScript) Sharepoint Ajax List Data populater Example - rumremix</title>
<link>http://snipplr.com/view/35898/sharepoint-ajax-list-data-populater-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jun 2010 03:36:51 GMT</pubDate>
<guid>http://snipplr.com/view/35898/sharepoint-ajax-list-data-populater-example/</guid>
</item>
<item>
<title>(JavaScript) Simple Ajax Class - Piotrek290</title>
<link>http://snipplr.com/view/30805/simple-ajax-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 02 Apr 2010 13:48:17 GMT</pubDate>
<guid>http://snipplr.com/view/30805/simple-ajax-class/</guid>
</item>
</channel>
</rss>