<?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: JQuery UI dialog close</title>
	<atom:link href="http://feelitfresh.com/web20/jquery-ui-dialog-close/feed/" rel="self" type="application/rss+xml" />
	<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/</link>
	<description>shameer&#039;s blog</description>
	<lastBuildDate>Fri, 05 Mar 2010 13:25:08 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lene</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-5687</link>
		<dc:creator>Lene</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-5687</guid>
		<description>thanks guys, that&#039;s very helpful!</description>
		<content:encoded><![CDATA[<p>thanks guys, that&#8217;s very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indialike</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-5407</link>
		<dc:creator>indialike</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-5407</guid>
		<description>Very nice and useful tutorials for web designers,
Thanks for posting.</description>
		<content:encoded><![CDATA[<p>Very nice and useful tutorials for web designers,<br />
Thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Flynn</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-4307</link>
		<dc:creator>Mike Flynn</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-4307</guid>
		<description>Even simpler solution

function CloseModal() {
    $(&#039;.modal&#039;).dialog(&#039;close&#039;);
}

&lt;a href=&quot;void(0);&quot; title=&quot;Cancel&quot; rel=&quot;nofollow&quot;&gt;
                cancel&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Even simpler solution</p>
<p>function CloseModal() {<br />
    $(&#8217;.modal&#8217;).dialog(&#8217;close&#8217;);<br />
}</p>
<p><a href="void(0);" title="Cancel" rel="nofollow"><br />
                cancel</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonatan</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-4145</link>
		<dc:creator>Jonatan</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-4145</guid>
		<description>Congratulations very simple solution</description>
		<content:encoded><![CDATA[<p>Congratulations very simple solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jquery UI Dialog Close within iframe &#171; ????</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-3790</link>
		<dc:creator>Jquery UI Dialog Close within iframe &#171; ????</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-3790</guid>
		<description>[...] UI Dialog Close within&#160;iframe In 02 ??? on ?? 29, 2009 at 7:26 ??  JQuery UI dialog close  December 17th, 2008 Posted in Web [...]</description>
		<content:encoded><![CDATA[<p>[...] UI Dialog Close within&nbsp;iframe In 02 ??? on ?? 29, 2009 at 7:26 ??  JQuery UI dialog close  December 17th, 2008 Posted in Web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: israel</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-1558</link>
		<dc:creator>israel</dc:creator>
		<pubDate>Thu, 05 Mar 2009 20:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-1558</guid>
		<description>thanks! there is another solution, try out:
(code in dialog window)

$(&quot;#linkCancelar&quot;).click(function(){
$(this).parents(&quot;.ui-dialog:first&quot;).find(&#039;.ui-dialog-titlebar-close&#039;).trigger(&#039;click&#039;);
});</description>
		<content:encoded><![CDATA[<p>thanks! there is another solution, try out:<br />
(code in dialog window)</p>
<p>$(&#8221;#linkCancelar&#8221;).click(function(){<br />
$(this).parents(&#8221;.ui-dialog:first&#8221;).find(&#8217;.ui-dialog-titlebar-close&#8217;).trigger(&#8217;click&#8217;);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pettrie</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-1488</link>
		<dc:creator>Pettrie</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-1488</guid>
		<description>hmm do not use a type=&quot;submit&quot; but just type=&quot;hidden&quot;</description>
		<content:encoded><![CDATA[<p>hmm do not use a type=&#8221;submit&#8221; but just type=&#8221;hidden&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limpan</title>
		<link>http://feelitfresh.com/web20/jquery-ui-dialog-close/comment-page-1/#comment-1485</link>
		<dc:creator>Limpan</dc:creator>
		<pubDate>Mon, 19 Jan 2009 15:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://feelitfresh.com/?p=52#comment-1485</guid>
		<description>Cheers!</description>
		<content:encoded><![CDATA[<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
