<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Preventing the User from Navigating Away from a Dirty Page</title>
	<atom:link href="http://www.jameswampler.com/index.php/2009/08/31/preventing-the-user-from-navigating-away-from-a-dirty-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jameswampler.com/index.php/2009/08/31/preventing-the-user-from-navigating-away-from-a-dirty-page/</link>
	<description>Where Caffeine and Software Developement Converge</description>
	<lastBuildDate>Tue, 28 Jun 2011 09:43:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kwlott</title>
		<link>http://www.jameswampler.com/index.php/2009/08/31/preventing-the-user-from-navigating-away-from-a-dirty-page/comment-page-1/#comment-851</link>
		<dc:creator>Kwlott</dc:creator>
		<pubDate>Wed, 20 Apr 2011 21:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=84#comment-851</guid>
		<description>I tried using     
$(&quot;.form select[type=&#039;select-one&#039;]&quot;).change(function () { isDirty = true; });
$(&quot;.form select[type=&#039;select-multiple&#039;]&quot;).change(function () { isDirty = true; });

for select boxes but it did not work.  Any idea on how to get it to work.  I googled it but found nothing.</description>
		<content:encoded><![CDATA[<p>I tried using<br />
$(&#8220;.form select[type='select-one']&#8220;).change(function () { isDirty = true; });<br />
$(&#8220;.form select[type='select-multiple']&#8220;).change(function () { isDirty = true; });</p>
<p>for select boxes but it did not work.  Any idea on how to get it to work.  I googled it but found nothing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

