<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'jQuery to prevent multiple submit on a form'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 07 Apr 2026 21:26:35 +0000</lastBuildDate>
    <item>
      <title>Jdub7 said on 13/Aug/2009</title>
      <link>https://snipplr.com/view/17800/jquery-to-prevent-multiple-submit-on-a-form</link>
      <description>&lt;p&gt;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. &#13;
&#13;
				$(this).clone().attr('type','hidden').insertBefore(this);&lt;/p&gt;</description>
      <pubDate>Thu, 13 Aug 2009 16:39:31 UTC</pubDate>
      <guid>https://snipplr.com/view/17800/jquery-to-prevent-multiple-submit-on-a-form</guid>
    </item>
  </channel>
</rss>
