<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brant Messenger &#187; html</title>
	<atom:link href="http://www.brantmessenger.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brantmessenger.com</link>
	<description>A virtual view into my life.</description>
	<lastBuildDate>Thu, 23 Jun 2011 01:11:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>IE select option disabled fix using jquery</title>
		<link>http://www.brantmessenger.com/2009/10/15/ie-select-option-disabled-fix-using-jquery/</link>
		<comments>http://www.brantmessenger.com/2009/10/15/ie-select-option-disabled-fix-using-jquery/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:47:22 +0000</pubDate>
		<dc:creator>Brant Messenger</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.brantmessenger.com/?p=14</guid>
		<description><![CDATA[I spent a good couple hours fighting with IE and finally found a solution to fix the disabled option issue. Hope it helps you out. 1 2 3 4 5 6 7 8 9 10 11 12 13 ieLessThan8OptionDisable = function&#40;&#41; &#123; if &#40;$.browser.msie &#38;&#38; parseFloat&#40;$.browser.version&#41; &#60; 8&#41; &#123; $&#40;&#34;select&#34;&#41;.find&#40;&#34;[disabled]&#34;&#41;.addClass&#40;&#34;disabled&#34;&#41;.removeAttr&#40;&#34;disabled&#34;&#41;; $&#40;&#34;select&#34;&#41;.change&#40;function&#40;&#41;&#123; var selected = $&#40;this&#41;.val&#40;&#41;; [...]]]></description>
		<wfw:commentRss>http://www.brantmessenger.com/2009/10/15/ie-select-option-disabled-fix-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.brantmessenger.com @ 2012-02-07 08:22:29 by W3 Total Cache -->
