<?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: Appending Grayed-Out Overlays with jQuery and CSS</title>
	<atom:link href="http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css/feed" rel="self" type="application/rss+xml" />
	<link>http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css</link>
	<description>All-inclusive interactive + creative website providing tutorials for jQuery, Flash and JavaScript</description>
	<lastBuildDate>Thu, 01 Jul 2010 17:47:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jwebber</title>
		<link>http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css/comment-page-1#comment-55</link>
		<dc:creator>jwebber</dc:creator>
		<pubDate>Mon, 03 May 2010 18:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css#comment-55</guid>
		<description>Thank you! And thank you Volvox - I&#039;ve been searching for an answer to the overlay hiding problem for ages and you&#039;ve sorted it - I was putting an alert() in there to try and slow the process but your idea is brilliant!</description>
		<content:encoded><![CDATA[<p>Thank you! And thank you Volvox &#8211; I&#8217;ve been searching for an answer to the overlay hiding problem for ages and you&#8217;ve sorted it &#8211; I was putting an alert() in there to try and slow the process but your idea is brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Price</title>
		<link>http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css/comment-page-1#comment-48</link>
		<dc:creator>Richard Price</dc:creator>
		<pubDate>Fri, 11 Dec 2009 13:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css#comment-48</guid>
		<description>This works very nicely.  I even managed to get it working in SharePoint which usually grumbles as soon as you even suggest using js!</description>
		<content:encoded><![CDATA[<p>This works very nicely.  I even managed to get it working in SharePoint which usually grumbles as soon as you even suggest using js!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montana Flynn</title>
		<link>http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css/comment-page-1#comment-47</link>
		<dc:creator>Montana Flynn</dc:creator>
		<pubDate>Mon, 30 Nov 2009 06:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css#comment-47</guid>
		<description>A bit complicated for me, and no demo!  Still, thanks for writing these!</description>
		<content:encoded><![CDATA[<p>A bit complicated for me, and no demo!  Still, thanks for writing these!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volvox</title>
		<link>http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css/comment-page-1#comment-44</link>
		<dc:creator>Volvox</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css#comment-44</guid>
		<description>This works nicely, but there is one problem. When you download content to overlay panel using AJAX, function which adds click event for &#039;close&#039; button (&#039;$(&#039;A.hide-overlay&#039;, $overlay_wrapper).click) is called before AJAX return results. Because of that object &#039;A.hide-overlay&#039; will not be found, and function for closing overlay will not be attached.
To make it work one can add:
$.ajaxSetup({async: false})
This will cause jQuery to wait with code execution till AJAX call is finished. (this is only of many ideas to make it work)</description>
		<content:encoded><![CDATA[<p>This works nicely, but there is one problem. When you download content to overlay panel using AJAX, function which adds click event for &#8216;close&#8217; button (&#8216;$(&#8216;A.hide-overlay&#8217;, $overlay_wrapper).click) is called before AJAX return results. Because of that object &#8216;A.hide-overlay&#8217; will not be found, and function for closing overlay will not be attached.<br />
To make it work one can add:<br />
$.ajaxSetup({async: false})<br />
This will cause jQuery to wait with code execution till AJAX call is finished. (this is only of many ideas to make it work)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css/comment-page-1#comment-28</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Fri, 29 May 2009 16:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://interactivevolcano.com/grayed-out-overlays-with-jquery-and-css#comment-28</guid>
		<description>Nice post, thanks.
But i want to ask a question: Is it possible to send a value from example.html to &quot;$overlay_panel.html&quot;?(like a hidden value)</description>
		<content:encoded><![CDATA[<p>Nice post, thanks.<br />
But i want to ask a question: Is it possible to send a value from example.html to &#8220;$overlay_panel.html&#8221;?(like a hidden value)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

