<?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>DreamersLab &#187; width</title>
	<atom:link href="http://dreamerslab.com/blog/tag/width/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamerslab.com/blog</link>
	<description>No Boundaries No Limitation</description>
	<lastBuildDate>Thu, 18 Sep 2014 04:36:32 +0000</lastBuildDate>
	<language>tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>用 jQuery 取得隱藏元素的真正長寬</title>
		<link>http://dreamerslab.com/blog/tw/get-hidden-elements-width-and-height-with-jquery/</link>
		<comments>http://dreamerslab.com/blog/tw/get-hidden-elements-width-and-height-with-jquery/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 09:38:50 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[隱藏元素]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery plugin]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://dreamerslab/blog/?p=78</guid>
		<description><![CDATA[一個讓你取得隱藏元素的實際長寬的 jQuery 插件 說明 舊版的 jQuery 在擷取隱藏的DOM元素的長寬時常常會出問題. 當目標元素或是它的父元素的 css property &#8216;display&#8217; 設成 &#8216;none&#8217; 時. $('#someElement').width(); 傳回的往往是 0 而不是該元素的真正寬度. 這個時候試試看 $('#someElement').actual('width'); 吧! Demo 按 這裡 檢視這個 demo 如果你有使用 css3pie 也許你你會想看看 這個 demo( demo/css3pie.html ) 原始碼裡也包含了這些 demo 頁面 下載 從 Github 下載原始碼 &#8230; <a href="http://dreamerslab.com/blog/tw/get-hidden-elements-width-and-height-with-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/get-hidden-elements-width-and-height-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
