<?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 1.3 and SimpleModal</title>
	<atom:link href="http://www.ericmmartin.com/jquery-13-and-simplemodal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com/jquery-13-and-simplemodal/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 17:50:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: asolidom</title>
		<link>http://www.ericmmartin.com/jquery-13-and-simplemodal/#comment-9034</link>
		<dc:creator>asolidom</dc:creator>
		<pubDate>Mon, 24 Aug 2009 07:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=337#comment-9034</guid>
		<description>thank you..it&#039;s now working in ie8.... great job..</description>
		<content:encoded><![CDATA[<p>thank you..it's now working in ie8.... great job..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Chömpff</title>
		<link>http://www.ericmmartin.com/jquery-13-and-simplemodal/#comment-7858</link>
		<dc:creator>Joey Chömpff</dc:creator>
		<pubDate>Tue, 07 Apr 2009 14:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=337#comment-7858</guid>
		<description>Is it possible that some CSS proerties doesn&#039;t work in combination with jquery 1.3.2? I&#039;m trying to set the width TD in an table, but only thing what is changing is the font-weight.</description>
		<content:encoded><![CDATA[<p>Is it possible that some CSS proerties doesn't work in combination with jquery 1.3.2? I'm trying to set the width TD in an table, but only thing what is changing is the font-weight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/jquery-13-and-simplemodal/#comment-6581</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=337#comment-6581</guid>
		<description>@Juan - I think I found a fix. For some reason, in jQuery 1.3+, the &lt;code&gt;$.boxModal&lt;/code&gt; property is not defined when it is setting the &lt;code&gt;ieQuirks&lt;/code&gt; variable. To fix it, do the following in jquery.simplemodal.js:

Change:
&lt;pre&gt;&lt;code&gt;ieQuirks = $.browser.msie &amp;&amp; !$.boxModel,
&lt;/code&gt;&lt;/pre&gt;

To:
&lt;pre&gt;&lt;code&gt;ieQuirks = null,
&lt;/code&gt;&lt;/pre&gt;

Then in the &lt;code&gt;init&lt;/code&gt; function, after the &lt;code&gt;this.dialog.data&lt;/code&gt; check, add:

&lt;pre&gt;&lt;code&gt;// $.boxModel is undefined if checked earlier
ieQuirks = $.browser.msie &amp;&amp; !$.boxModel;
&lt;/code&gt;&lt;/pre&gt;

Let me know if that doesn&#039;t work for you.

@Backi - sure...I guess it depends on your actually implementation. Do you have any examples?</description>
		<content:encoded><![CDATA[<p>@Juan - I think I found a fix. For some reason, in jQuery 1.3+, the <code>$.boxModal</code> property is not defined when it is setting the <code>ieQuirks</code> variable. To fix it, do the following in jquery.simplemodal.js:</p>
<p>Change:</p>
<pre><code>ieQuirks = $.browser.msie &#038;& !$.boxModel,
</code></pre>
<p>To:</p>
<pre><code>ieQuirks = null,
</code></pre>
<p>Then in the <code>init</code> function, after the <code>this.dialog.data</code> check, add:</p>
<pre><code>// $.boxModel is undefined if checked earlier
ieQuirks = $.browser.msie &#038;& !$.boxModel;
</code></pre>
<p>Let me know if that doesn't work for you.</p>
<p>@Backi - sure...I guess it depends on your actually implementation. Do you have any examples?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backi</title>
		<link>http://www.ericmmartin.com/jquery-13-and-simplemodal/#comment-6579</link>
		<dc:creator>Backi</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=337#comment-6579</guid>
		<description>is it possible to use model box in while loop for data deletion process in php

Thanks</description>
		<content:encoded><![CDATA[<p>is it possible to use model box in while loop for data deletion process in php</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.ericmmartin.com/jquery-13-and-simplemodal/#comment-6459</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 04 Feb 2009 21:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=337#comment-6459</guid>
		<description>Hi Eric,

Your Basic Modal Dialog demo doesn&#039;t work with jQuery 1.3 in Internet Explorer 7. I just downloaded the demo, changed the jquery.js for the 1.3 version file, and the result is that the simplemodal-overlay div doesn&#039;t expand to fit the window. It takes the same container&#039;s height and the rest of the window appears white instead of shadowed.

If you fix it let me know, I would love to use jQuery-1.3 in all the pages of the website I&#039;m developing and know that I use your great plugin I can&#039;t.

Thanks, Juan</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Your Basic Modal Dialog demo doesn't work with jQuery 1.3 in Internet Explorer 7. I just downloaded the demo, changed the jquery.js for the 1.3 version file, and the result is that the simplemodal-overlay div doesn't expand to fit the window. It takes the same container's height and the rest of the window appears white instead of shadowed.</p>
<p>If you fix it let me know, I would love to use jQuery-1.3 in all the pages of the website I'm developing and know that I use your great plugin I can't.</p>
<p>Thanks, Juan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
