<?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/jquery/tags/ajax</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 04:37:56 GMT</pubDate>
<item>
<title>(jQuery) Post form by AJAX and jQuery - khaled__mahmoud</title>
<link>http://snipplr.com/view/70989/post-form-by-ajax-and-jquery/</link>
<description><![CDATA[ <p>This code shows how we post HTML form by AJAX and jQuery.</p> ]]></description>
<pubDate>Wed, 01 May 2013 06:27:04 GMT</pubDate>
<guid>http://snipplr.com/view/70989/post-form-by-ajax-and-jquery/</guid>
</item>
<item>
<title>(jQuery) Drupal views ajax complete - apmartins</title>
<link>http://snipplr.com/view/70502/drupal-views-ajax-complete/</link>
<description><![CDATA[ <p>Get the ajax complete event after filtering a view content in drupal</p> ]]></description>
<pubDate>Fri, 22 Mar 2013 02:39:44 GMT</pubDate>
<guid>http://snipplr.com/view/70502/drupal-views-ajax-complete/</guid>
</item>
<item>
<title>(jQuery) [jQuery Mobile] Refresh DOM after AJAX Call - goo</title>
<link>http://snipplr.com/view/69377/jquery-mobile-refresh-dom-after-ajax-call/</link>
<description><![CDATA[ <p>in jquery mobile, .html() not refresh DOM. Execute this function after any DOM change.</p> ]]></description>
<pubDate>Mon, 07 Jan 2013 18:45:30 GMT</pubDate>
<guid>http://snipplr.com/view/69377/jquery-mobile-refresh-dom-after-ajax-call/</guid>
</item>
<item>
<title>(jQuery) Document Ready with Global Ajax Listener and Status Indicator - halk</title>
<link>http://snipplr.com/view/67740/document-ready-with-global-ajax-listener-and-status-indicator/</link>
<description><![CDATA[ <p>This will monitor the status of all ajax calls on the page.  When ajax starts i show an animated spinner gif and display a message that ajax has been requested.  On completion of a call the status returned is displayed and the spinner is hidden to indicate the process is complete.  This is without an extra line of code in any of the functions that call ajax, and applies globaly to all functions that make ajax calls on the page.</p> ]]></description>
<pubDate>Mon, 15 Oct 2012 09:19:52 GMT</pubDate>
<guid>http://snipplr.com/view/67740/document-ready-with-global-ajax-listener-and-status-indicator/</guid>
</item>
<item>
<title>(jQuery) Jquery Ajax example submit - artaserse</title>
<link>http://snipplr.com/view/63719/jquery-ajax-example-submit/</link>
<description><![CDATA[ <p>simple ajax submit (example is from jquery doc)</p> ]]></description>
<pubDate>Mon, 05 Mar 2012 22:16:52 GMT</pubDate>
<guid>http://snipplr.com/view/63719/jquery-ajax-example-submit/</guid>
</item>
<item>
<title>(jQuery) jQuery Basic Setup - adrianparr</title>
<link>http://snipplr.com/view/62912/jquery-basic-setup/</link>
<description><![CDATA[ <p>Basic setup code for jQuery, linking to Google APIs for the jQuery library.</p> ]]></description>
<pubDate>Tue, 31 Jan 2012 02:58:06 GMT</pubDate>
<guid>http://snipplr.com/view/62912/jquery-basic-setup/</guid>
</item>
<item>
<title>(jQuery) jQuery Ajax Error Handling - vitorbari</title>
<link>http://snipplr.com/view/59893/jquery-ajax-error-handling/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Oct 2011 03:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/59893/jquery-ajax-error-handling/</guid>
</item>
<item>
<title>(jQuery) Ajax non load cash - Tyde</title>
<link>http://snipplr.com/view/59534/ajax-non-load-cash/</link>
<description><![CDATA[ <p>From time to time I need a Ajax function to not cashe the template it load. I only have notest this problem in IE.</p> ]]></description>
<pubDate>Fri, 07 Oct 2011 20:58:19 GMT</pubDate>
<guid>http://snipplr.com/view/59534/ajax-non-load-cash/</guid>
</item>
<item>
<title>(jQuery) jQuery ajax loading wrapper (realy simple :)) - graceman9</title>
<link>http://snipplr.com/view/58763/jquery-ajax-loading-wrapper-realy-simple-/</link>
<description><![CDATA[ <p>And how you do this?</p> ]]></description>
<pubDate>Sun, 18 Sep 2011 05:07:26 GMT</pubDate>
<guid>http://snipplr.com/view/58763/jquery-ajax-loading-wrapper-realy-simple-/</guid>
</item>
<item>
<title>(jQuery) jQuery Ajax Get - kyabas</title>
<link>http://snipplr.com/view/57336/jquery-ajax-get/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jul 2011 19:36:01 GMT</pubDate>
<guid>http://snipplr.com/view/57336/jquery-ajax-get/</guid>
</item>
<item>
<title>(jQuery) Ajax básico con jQuery - n19ht</title>
<link>http://snipplr.com/view/57219/ajax-bsico-con-jquery/</link>
<description><![CDATA[ <p>Operación Ajax básica con jQuery</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 03:10:34 GMT</pubDate>
<guid>http://snipplr.com/view/57219/ajax-bsico-con-jquery/</guid>
</item>
<item>
<title>(jQuery) ajax jQuery - cemundo</title>
<link>http://snipplr.com/view/55831/ajax-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Jun 2011 20:40:03 GMT</pubDate>
<guid>http://snipplr.com/view/55831/ajax-jquery/</guid>
</item>
<item>
<title>(jQuery) jQuery Ui Autocomplete, Custom ajax data - Cwerther</title>
<link>http://snipplr.com/view/55406/jquery-ui-autocomplete-custom-ajax-data/</link>
<description><![CDATA[ <p>This is made for a webservice that outputs varaiable data according to user input, ajax is called each time there is a change on the input.</p> ]]></description>
<pubDate>Fri, 17 Jun 2011 18:15:02 GMT</pubDate>
<guid>http://snipplr.com/view/55406/jquery-ui-autocomplete-custom-ajax-data/</guid>
</item>
<item>
<title>(jQuery) CARGAR CONTENIDO,FUNCION, ETC CON AJAX, JQUERY Y PHP - serialk89</title>
<link>http://snipplr.com/view/55333/cargar-contenidofuncion-etc-con-ajax-jquery-y-php/</link>
<description><![CDATA[ <p>Enviar datos por medio de $.ajax, propidad de jquery que permite ocupar ajax con php en jquery, se puede ocupar para cualquier cosa</p> ]]></description>
<pubDate>Fri, 17 Jun 2011 01:22:24 GMT</pubDate>
<guid>http://snipplr.com/view/55333/cargar-contenidofuncion-etc-con-ajax-jquery-y-php/</guid>
</item>
<item>
<title>(jQuery) Close a fancybox ON form submit and BEFORE processing with ajax. - dropthenerd</title>
<link>http://snipplr.com/view/55158/close-a-fancybox-on-form-submit-and-before-processing-with-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Jun 2011 11:35:53 GMT</pubDate>
<guid>http://snipplr.com/view/55158/close-a-fancybox-on-form-submit-and-before-processing-with-ajax/</guid>
</item>
<item>
<title>(jQuery) Head JS - Smart external scripts on demand - kevinlearynet</title>
<link>http://snipplr.com/view/53025/head-js--smart-external-scripts-on-demand/</link>
<description><![CDATA[ <p>Loading external scripts on demand the smart way with Head JS</p> ]]></description>
<pubDate>Thu, 05 May 2011 03:53:17 GMT</pubDate>
<guid>http://snipplr.com/view/53025/head-js--smart-external-scripts-on-demand/</guid>
</item>
<item>
<title>(jQuery) Show Thumbnail of Image Upload AJAX/PHP - jquery4u</title>
<link>http://snipplr.com/view/52067/show-thumbnail-of-image-upload-ajaxphp/</link>
<description><![CDATA[ <p>This is how you can add a file/image upload tool to your forms and have AJAX store the file with PHP and return a thumbnailed version to the user for display on the form. Nice.</p> ]]></description>
<pubDate>Thu, 14 Apr 2011 16:54:50 GMT</pubDate>
<guid>http://snipplr.com/view/52067/show-thumbnail-of-image-upload-ajaxphp/</guid>
</item>
<item>
<title>(jQuery) Dynamically BOX using AJAX - jquery4u</title>
<link>http://snipplr.com/view/52065/dynamically-box-using-ajax/</link>
<description><![CDATA[ <p>This is how you can create page box elements that are loaded via AJAX and can be refreshed instantly without a whole page reload.</p> ]]></description>
<pubDate>Thu, 14 Apr 2011 16:51:35 GMT</pubDate>
<guid>http://snipplr.com/view/52065/dynamically-box-using-ajax/</guid>
</item>
<item>
<title>(jQuery) Returning results with ajax - digitalink</title>
<link>http://snipplr.com/view/49299/returning-results-with-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Feb 2011 04:18:48 GMT</pubDate>
<guid>http://snipplr.com/view/49299/returning-results-with-ajax/</guid>
</item>
<item>
<title>(jQuery) jQuery.getScript() does not cache – Jamie Thompson - lamebollock</title>
<link>http://snipplr.com/view/49050/jquerygetscript-does-not-cache--jamie-thompson/</link>
<description><![CDATA[ <p>Cache control when pulling in scripts, redefined "getScript" function</p> ]]></description>
<pubDate>Tue, 15 Feb 2011 21:18:57 GMT</pubDate>
<guid>http://snipplr.com/view/49050/jquerygetscript-does-not-cache--jamie-thompson/</guid>
</item>
</channel>
</rss>