<?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: SimpleModal 1.3.4 Released</title>
	<atom:link href="http://www.ericmmartin.com/simplemodal-1-3-4-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com/simplemodal-1-3-4-released/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 00:34:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andrey Gayvoronsky</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-4-released/#comment-11871</link>
		<dc:creator>Andrey Gayvoronsky</dc:creator>
		<pubDate>Wed, 14 Apr 2010 10:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=967#comment-11871</guid>
		<description>Yes, &#039;transient&#039; is a reserved word in Javascript, but you can use that name in quotes. like
{
&#039;transient&#039;: true
}

It&#039;s also the only way to use numbers as keys:
{
&#039;0&#039;: true,
&#039;9&#039;: false
}</description>
		<content:encoded><![CDATA[<p>Yes, 'transient' is a reserved word in Javascript, but you can use that name in quotes. like<br />
{<br />
'transient': true<br />
}</p>
<p>It's also the only way to use numbers as keys:<br />
{<br />
'0': true,<br />
'9': false<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivasan C</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-4-released/#comment-11792</link>
		<dc:creator>Srinivasan C</dc:creator>
		<pubDate>Wed, 31 Mar 2010 03:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=967#comment-11792</guid>
		<description>I want send data/value to &quot;form hidden field&quot; from the link.

for example: in my link href=&quot;#xxx&quot;
after click the link, I need to set the &#039;xxx&#039; into the forms hidden field within the popup.

Is it posible?</description>
		<content:encoded><![CDATA[<p>I want send data/value to "form hidden field" from the link.</p>
<p>for example: in my link href="#xxx"<br />
after click the link, I need to set the 'xxx' into the forms hidden field within the popup.</p>
<p>Is it posible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Pearce</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-4-released/#comment-11725</link>
		<dc:creator>James Pearce</dc:creator>
		<pubDate>Sat, 20 Mar 2010 01:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=967#comment-11725</guid>
		<description>&#039;transient&#039; is a reserved word in Javascript. I chucked a ticket into the Google Code group too... but you should consider a different option name.</description>
		<content:encoded><![CDATA[<p>'transient' is a reserved word in Javascript. I chucked a ticket into the Google Code group too... but you should consider a different option name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gherasim</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-4-released/#comment-11716</link>
		<dc:creator>Andrei Gherasim</dc:creator>
		<pubDate>Thu, 18 Mar 2010 14:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=967#comment-11716</guid>
		<description>The issue with the overlay not spanning across the window&#039;s height could be solved setting the top css property of the overlay to be $(window).scrollTop(). I think this should be the solution instead of setting the body height to be 100% - consider the case of a javascript embed, where you would not want to change the client&#039;s website css properties. Let me know what you think about this solution, and if you need any help with this.

&lt;code&gt;this.dialog.overlay = $(&#039;&#039;)
				.attr(&#039;id&#039;, this.opts.overlayId)
				.addClass(&#039;simplemodal-overlay&#039;)
				.css($.extend(this.opts.overlayCss, {
					display: &#039;none&#039;,
					opacity: this.opts.opacity / 100,
					height: w[0],
					width: w[1],
					position: &#039;absolute&#039;,
					left: 0,
					top: $(window).scrollTop(),
					zIndex: this.opts.zIndex + 1
				}))
				.appendTo(&#039;body&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The issue with the overlay not spanning across the window's height could be solved setting the top css property of the overlay to be $(window).scrollTop(). I think this should be the solution instead of setting the body height to be 100% - consider the case of a javascript embed, where you would not want to change the client's website css properties. Let me know what you think about this solution, and if you need any help with this.</p>
<p><code>this.dialog.overlay = $('')<br />
				.attr('id', this.opts.overlayId)<br />
				.addClass('simplemodal-overlay')<br />
				.css($.extend(this.opts.overlayCss, {<br />
					display: 'none',<br />
					opacity: this.opts.opacity / 100,<br />
					height: w[0],<br />
					width: w[1],<br />
					position: 'absolute',<br />
					left: 0,<br />
					top: $(window).scrollTop(),<br />
					zIndex: this.opts.zIndex + 1<br />
				}))<br />
				.appendTo('body');</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
