<?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>Dave Rowe's Blog &#187; forms</title>
	<atom:link href="http://blog.roweware.com/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roweware.com</link>
	<description>Ramblings about things I think I know...</description>
	<lastBuildDate>Wed, 14 Jul 2010 17:45:52 +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>jQuery .submit() won&#8217;t fire!</title>
		<link>http://blog.roweware.com/2010/03/01/jquery-submit-wont-fire/</link>
		<comments>http://blog.roweware.com/2010/03/01/jquery-submit-wont-fire/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:51:24 +0000</pubDate>
		<dc:creator>Dave Rowe</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.roweware.com/2010/03/01/jquery-submit-wont-fire/</guid>
		<description><![CDATA[FYI &#8211; If you&#8217;re using jQuery in your application, and you&#8217;re trying to submit a form programmatically (ie, $(&#8216;#myform&#8217;).submit(); ), you&#8217;ll want to make sure you don&#8217;t have a button with an ID/Name of &#8216;submit&#8217; &#8211; the code fails silently, with no indication of why. This is something that caught me today, and was somewhat [...]]]></description>
			<content:encoded><![CDATA[<p>FYI &#8211; If you&#8217;re using jQuery in your application, and you&#8217;re trying to submit a form programmatically (ie, $(&#8216;#myform&#8217;).submit(); ), you&#8217;ll want to make sure you don&#8217;t have a button with an ID/Name of &#8216;submit&#8217; &#8211; the code fails silently, with no indication of why.  This is something that caught me today, and was somewhat frustrating since it was such a basic concept of getting a form to fire.</p>
<p>Reference: <a href="http://api.jquery.com/submit/#comment-30950448" target="_blank">http://api.jquery.com/submit/#comment-30950448</a> &#8211;  Thanks Scotty!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.roweware.com/2010/03/01/jquery-submit-wont-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
