<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rickygri</title>
<link>http://snipplr.com/users/rickygri/tags/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 07:04:32 GMT</pubDate>
<item>
<title>(JavaScript) Really basic jquery plugin template - with callback</title>
<link>http://snipplr.com/view/71455/really-basic-jquery-plugin-template--with-callback/</link>
<description><![CDATA[ <p>This is a really basic skeleton template for jQuery plugins. It provides a callback function which can be called anywhere in your plugin with base.success(); This will return the current element, but you can pass anything you like back by changing the base.$el value passed to the function to whatever you like.</p> ]]></description>
<pubDate>Sat, 08 Jun 2013 01:35:44 GMT</pubDate>
<guid>http://snipplr.com/view/71455/really-basic-jquery-plugin-template--with-callback/</guid>
</item>
<item>
<title>(JavaScript) POST form with jQuery (Ajax)</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) POST form with javascript (Non-Ajax)</title>
<link>http://snipplr.com/view/66619/post-form-with-javascript-nonajax/</link>
<description><![CDATA[ <p>This javascript function takes the URL of the target page and an associative array of name/values paires and POSTs the data to the supplied URL by dynamically creating a form and then submitting it.</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 01:21:38 GMT</pubDate>
<guid>http://snipplr.com/view/66619/post-form-with-javascript-nonajax/</guid>
</item>
<item>
<title>(JavaScript) Embed flash with swfobject.js using arrays</title>
<link>http://snipplr.com/view/63520/embed-flash-with-swfobjectjs-using-arrays/</link>
<description><![CDATA[ <p>Shows how to use an array to embed swf objects with swfobject.js. This allows for multiple embeds (synced ad's etc.)</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 03:22:32 GMT</pubDate>
<guid>http://snipplr.com/view/63520/embed-flash-with-swfobjectjs-using-arrays/</guid>
</item>
</channel>
</rss>