<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'jQuery to prevent multiple submit on a form'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 00:44:14 GMT</pubDate>
<item>
<title>Jdub7 said on 8/13/09</title>
<link>http://snipplr.com/view/17800/jquery-to-prevent-multiple-submit-on-a-form/</link>
<description><![CDATA[ Add this above line 6. Disabled removes the values also. This allows for the value of the submit button to be passed along with the form. 

				$(this).clone().attr('type','hidden').insertBefore(this); ]]></description>
<pubDate>Thu, 13 Aug 2009 16:39:31 GMT</pubDate>
<guid>http://snipplr.com/view/17800/jquery-to-prevent-multiple-submit-on-a-form/</guid>
</item>
</channel>
</rss>