<?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>ux optimization Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/ux-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/ux-optimization/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Fri, 29 Jul 2016 12:06:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Preventing double form submissions with Parsley form validation</title>
		<link>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/</link>
					<comments>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 29 Jul 2016 12:06:35 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[parsley]]></category>
		<category><![CDATA[ux optimization]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1067</guid>

					<description><![CDATA[<p>Thanks to Jon Leigh for this snippet!  If you use Parsley form validation, a reliable form validation library, here&#8217;s an easy way to prevent double submissions of forms.  This disables the form submission button only once the form passes Parsley&#8217;s form validation. $.listen('parsley:form:validated', function(e){ if (e.validationResult) { /* Validation has passed, prevent double submissions */ [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/">Preventing double form submissions with Parsley form validation</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1067</post-id>	</item>
	</channel>
</rss>
