<?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: Creating a popup window with jQuery</title>
	<atom:link href="http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/</link>
	<description>Blog&#039;s Archives</description>
	<lastBuildDate>Sun, 12 Dec 2010 12:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1349</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 08:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1349</guid>
		<description>How to you get it to not load right away when the page loads. I need it to only function when  a user clicks on a link?</description>
		<content:encoded><![CDATA[<p>How to you get it to not load right away when the page loads. I need it to only function when  a user clicks on a link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1348</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1348</guid>
		<description>Anna, I included a demo on top of the page so that you can see how it looks like now.</description>
		<content:encoded><![CDATA[<p>Anna, I included a demo on top of the page so that you can see how it looks like now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1347</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1347</guid>
		<description>Yes, I will try to include a demo for this.</description>
		<content:encoded><![CDATA[<p>Yes, I will try to include a demo for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1346</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1346</guid>
		<description>With the code I provided, it will not load right away but only when the function Show_Popup is called</description>
		<content:encoded><![CDATA[<p>With the code I provided, it will not load right away but only when the function Show_Popup is called</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1345</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1345</guid>
		<description>A demo would be nice.</description>
		<content:encoded><![CDATA[<p>A demo would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1344</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 18 Nov 2009 04:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1344</guid>
		<description>How to you get it to not load right away when the page loads. I need it to only function when  a user clicks on a link?</description>
		<content:encoded><![CDATA[<p>How to you get it to not load right away when the page loads. I need it to only function when  a user clicks on a link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arbingersys</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1343</link>
		<dc:creator>arbingersys</dc:creator>
		<pubDate>Tue, 29 Sep 2009 16:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1343</guid>
		<description>You can remove all the opacity stuff in the CSS and let jQuery handle it for you, by replacing the first line of Show_Popup() with this one:

$(&#039;#popup&#039;).css(&#039;opacity&#039;,0.75).fadeIn(&#039;fast&#039;);

You&#039;re using jQuery anyway, so letting it handle the X-browser stuff makes sense.</description>
		<content:encoded><![CDATA[<p>You can remove all the opacity stuff in the CSS and let jQuery handle it for you, by replacing the first line of Show_Popup() with this one:</p>
<p>$(&#8216;#popup&#8217;).css(&#8216;opacity&#8217;,0.75).fadeIn(&#8216;fast&#8217;);</p>
<p>You&#8217;re using jQuery anyway, so letting it handle the X-browser stuff makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Job Abijah</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1342</link>
		<dc:creator>Job Abijah</dc:creator>
		<pubDate>Wed, 23 Sep 2009 15:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1342</guid>
		<description>Nice one mate! cheers :)

I&#039;ve been meaning to work out how to do this for ages and have also wanted to break the ice on using JQuery so to do both at the same time was a real double whammy :)

Thanks very much indeed, very nice clear instructions

thanks

i was using jquery 1.2.6 and it worked just fine for me btw</description>
		<content:encoded><![CDATA[<p>Nice one mate! cheers <img src='http://blog.zen-dreams.com/blog-en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been meaning to work out how to do this for ages and have also wanted to break the ice on using JQuery so to do both at the same time was a real double whammy <img src='http://blog.zen-dreams.com/blog-en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks very much indeed, very nice clear instructions</p>
<p>thanks</p>
<p>i was using jquery 1.2.6 and it worked just fine for me btw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1341</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1341</guid>
		<description>Works great in the latest jQuery.</description>
		<content:encoded><![CDATA[<p>Works great in the latest jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonesy</title>
		<link>http://blog.zen-dreams.com/blog-en/2009/06/09/creating-a-popup-window-with-jquery/#comment-1340</link>
		<dc:creator>jonesy</dc:creator>
		<pubDate>Wed, 02 Sep 2009 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zen-dreams.com/en/?p=602#comment-1340</guid>
		<description>Hey anthony,
is there a way to make this dynamic for wordpress? say i have a post and i want to make a link from within this post popping up an image and some text... is this possible? what would be the actual calls to the jquery engine?</description>
		<content:encoded><![CDATA[<p>Hey anthony,<br />
is there a way to make this dynamic for wordpress? say i have a post and i want to make a link from within this post popping up an image and some text&#8230; is this possible? what would be the actual calls to the jquery engine?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

