<?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: Very quick equal-height columns in jQuery</title>
	<atom:link href="http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/</link>
	<description>Thoughts on web development and technologies by Peter Gasston</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:50:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Andy</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-49985</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-49985</guid>
		<description>Yes, props to Justin Little the issue with safari and chrome was driving me crazy!</description>
		<content:encoded><![CDATA[<p>Yes, props to Justin Little the issue with safari and chrome was driving me crazy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crystal</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-49226</link>
		<dc:creator>Crystal</dc:creator>
		<pubDate>Tue, 01 Nov 2011 08:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-49226</guid>
		<description>I have spent an insane amount of time trying to figure out Chrome and Safari fix. I cannot thank you enough!!!</description>
		<content:encoded><![CDATA[<p>I have spent an insane amount of time trying to figure out Chrome and Safari fix. I cannot thank you enough!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton Green</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-46980</link>
		<dc:creator>Clinton Green</dc:creator>
		<pubDate>Thu, 01 Sep 2011 22:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-46980</guid>
		<description>Thanks Justin Little, I was trying lots of different equal-height scripts but still getting that same issue with chrome &amp; safari. $(window).load worked great. You are awesome, cheers</description>
		<content:encoded><![CDATA[<p>Thanks Justin Little, I was trying lots of different equal-height scripts but still getting that same issue with chrome &amp; safari. $(window).load worked great. You are awesome, cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-45957</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Thu, 21 Jul 2011 03:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-45957</guid>
		<description>if you&#039;re having trouble with google chrome, it could be because there are images or 1 image in the taller div or element. Without a width and height, chrome doesnt know the height correctly.</description>
		<content:encoded><![CDATA[<p>if you’re having trouble with google chrome, it could be because there are images or 1 image in the taller div or element. Without a width and height, chrome doesnt know the height correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi R</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-44882</link>
		<dc:creator>Ravi R</dc:creator>
		<pubDate>Fri, 10 Jun 2011 20:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-44882</guid>
		<description>Very Nice!...It really saved lots of my time and I didn&#039;t required redesign my DIV alignmnets!..

Thanks again.</description>
		<content:encoded><![CDATA[<p>Very Nice!…It really saved lots of my time and I didn’t required redesign my DIV alignmnets!..</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Little</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-44721</link>
		<dc:creator>Justin Little</dc:creator>
		<pubDate>Fri, 03 Jun 2011 20:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-44721</guid>
		<description>Use the jquery equal Heights plugin and use this script

		$(window).load(function() {
			$(&#039;.equal&#039;).equalHeights();	
		});

$(window).load is the fix for safari and chrome. Without using it this way it&#039;s really inconsistent.</description>
		<content:encoded><![CDATA[<p>Use the jquery equal Heights plugin and use this script</p>
<p>		$(window).load(function() {<br />
			$(‘.equal’).equalHeights();<br />
		});</p>
<p>$(window).load is the fix for safari and chrome. Without using it this way it’s really inconsistent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamir Afridi</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-42265</link>
		<dc:creator>Aamir Afridi</dc:creator>
		<pubDate>Thu, 17 Mar 2011 16:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-42265</guid>
		<description>Thats way simple :)

I tried something here: http://aamirafridi.com/jquery/jquery-equal-columns-height-plugin</description>
		<content:encoded><![CDATA[<p>Thats way simple :)</p>
<p>I tried something here: <a href="http://aamirafridi.com/jquery/jquery-equal-columns-height-plugin" rel="nofollow">http://aamirafridi.com/jquery/jquery-equal-columns-height-plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: junaid lone</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-41458</link>
		<dc:creator>junaid lone</dc:creator>
		<pubDate>Thu, 20 Jan 2011 11:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-41458</guid>
		<description>thank you very much
i wrote another code which worked fine in firefox and chrome but  
IE was sucking me .and your code worked there</description>
		<content:encoded><![CDATA[<p>thank you very much<br />
i wrote another code which worked fine in firefox and chrome but<br />
IE was sucking me .and your code worked there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-39134</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 30 Aug 2010 20:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-39134</guid>
		<description>i like Paul Irish code!

$.fn.setAllToMaxHeight = function(){
return this.height( Math.max.apply(this, $.map( this , function(e){ return $(e).height() }) ) );
}

// usage: $(‘div.unevenheights’).setAllToMaxHeight()</description>
		<content:encoded><![CDATA[<p>i like Paul Irish code!</p>
<p>$.fn.setAllToMaxHeight = function(){<br />
return this.height( Math.max.apply(this, $.map( this , function(e){ return $(e).height() }) ) );<br />
}</p>
<p>// usage: $(‘div.unevenheights’).setAllToMaxHeight()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monit</title>
		<link>http://www.broken-links.com/2009/01/20/very-quick-equal-height-columns-in-jquery/#comment-39010</link>
		<dc:creator>Monit</dc:creator>
		<pubDate>Wed, 18 Aug 2010 04:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/?p=320#comment-39010</guid>
		<description>Wow thats awesome. Really short way to equalize heights.</description>
		<content:encoded><![CDATA[<p>Wow thats awesome. Really short way to equalize heights.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

