<?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>Coding Recipes &#187; AJAX</title>
	<atom:link href="http://codingrecipes.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 17:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>&#8220;Form Submit is not a function&#8221; error message</title>
		<link>http://codingrecipes.com/submit-is-not-a-function-error-message</link>
		<comments>http://codingrecipes.com/submit-is-not-a-function-error-message#comments</comments>
		<pubDate>Thu, 14 Aug 2008 23:21:18 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=44</guid>
		<description><![CDATA[If you try to submit a form with JavaScript and keep getting &#8220;Submit is not a function&#8221; then you probably have a field in your form named &#8220;submit&#8221;. Take a look at your form maybe a hidden field: &#60;input type="text" name="submit" value="true" /&#62; Or your submit button&#8217;s name: &#60;input type="submit" name="submit" /&#62; Change the name [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/submit-is-not-a-function-error-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

