<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GreatWebGuy &#187; submit</title>
	<atom:link href="http://greatwebguy.com/tag/submit/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatwebguy.com</link>
	<description>Self-proclaimed greatness is a hard thing to prove.</description>
	<lastBuildDate>Thu, 25 Feb 2010 21:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Prevent double submit with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 00:58:44 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=70</guid>
		<description><![CDATA[Another great &#8220;little&#8221; solution with jQuery. Needed a simple way to protect all the forms on our site from being double submitted. There was an attempted solution in place on our app, that added an onsubmit to every form with a function above it called ignoreDoubleSubmit that tried to trap the event of the button]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Default html button submit on enter with JQuery</title>
		<link>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 14:43:45 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=47</guid>
		<description><![CDATA[I basically needed the update button to be the default action on clicking enter in the form, but there were multiple submit buttons in my form and they weren&#8217;t in the order I needed due to UI design. This was a quick and dirty solution to select an html submit button and make it the]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
