<?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>FAQ Book &#187; jQuery</title>
	<atom:link href="https://blog.faq-book.com/?cat=106&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://blog.faq-book.com</link>
	<description>Some SOP,Note,Learned Article of IT  關於IT資訊界的筆記和學習紀錄</description>
	<lastBuildDate>Sun, 27 Mar 2022 12:25:43 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom:link rel='hub' href='https://blog.faq-book.com/?pushpress=hub'/>
		<item>
		<title>[Javascript] click &amp; dbclick 實作 與 setTimeout ?</title>
		<link>https://blog.faq-book.com/?p=3567</link>
		<comments>https://blog.faq-book.com/?p=3567#comments</comments>
		<pubDate>Fri, 28 Oct 2011 01:19:15 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[dbclick]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[setTimeout]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=3567</guid>
		<description><![CDATA[<p>&nbsp;</p>
<div><span style="font-family:trebuchet ms,helvetica,sans-serif;">今天因為一個實作需</span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "><span style="font-family:trebuchet ms,helvetica,sans-serif;">要</span>把 </span><span style="font-size: 9pt; font-family: 'Courier New'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">click</span><span style="font-size: 9pt; font-family: 'Times New Roman'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;</span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">和 </span><span style="font-size: 9pt; font-family: 'Courier New'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">dblclick</span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> 事件綁定到同一個 </span><span style="font-size: 9pt; font-family: 'Courier New'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">element </span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">記得印象中在看[jQuery開發範</span><span style="font-family: 'Trebuchet MS'; font-size: 9pt; white-space: pre-wrap; ">例大全] 一書時上面說如果無法避免以不同的方式來回應單擊和雙擊那麼就應該用 click 處理常式來模擬 </span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; vertical-align: baseline; white-space: pre-wrap; ">dblclick 。</span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; vertical-align: baseline; white-space: pre-wrap; ">不寫沒事，一寫下去相關問題就跑出來。首先，我在 </span><span style="font-size: 9pt; font-family: 'Courier New'; vertical-align: baseline; white-space: pre-wrap; ">StackOverFlow </span><span style="font-size: 9pt; font-family: 'Trebuchet MS'; vertical-align: baseline; white-space: pre-wrap; ">找到</span><a href="http://stackoverflow.com/questions/2532966/different-function-for-same-class-on-click-dblclick"><span style="font-size: 9pt; font-family: 'Trebuchet MS'; color: rgb(0, 0, 153); vertical-align: baseline; white-space: pre-wrap; ">這篇</span></a><span style="font-size: 9pt; font-family: 'Trebuchet MS'; vertical-align: baseline; white-space: pre-wrap; ">答案。底下這段</span><span style="font-family: 'Trebuchet MS'; font-size: 9pt; white-space: pre-wrap; ">程式碼的的確確解決了問題，但我無法清楚的理解他。所以開始了以下這篇解說：</span></div>
<div>
	<span style="color:#696969;"><span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">var clickTimeout = false;</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">$(&#39;#element&#39;).click(function() {</span></p>
<p>	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;if(clickTimeout !== false) {</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// I&#39;m doubleclick!</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clearTimeout(clickTimeout);</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clickTimeout = false;</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;} else { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clickTimeout = setTimeout(function() {</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// I&#39;m click!</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clickTimeout = false;</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, 400);</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "> &nbsp;&nbsp;&nbsp;}</span><br />
	<span style="font-size: 9pt; font-family: 'Courier New'; background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; ">});</span></span><span style="font-size: 9pt; font-family: 'Courier New'; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap; "><br class="kix-line-break" /><br />
	 <a href="https://blog.faq-book.com/?p=3567#more-3567" class="more-link">繼續閱讀 &raquo;</a></span></div>

<div class="wp_rp_wrap  wp_rp_pinterest" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-4055" data-post-type="none" ><a href="https://blog.faq-book.com/?p=4055" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/05/backbone.png" alt="Backbone 簡介" /></a><a href="https://blog.faq-book.com/?p=4055" class="wp_rp_title">Backbone 簡介</a></li><li data-position="1" data-poid="in-3456" data-post-type="none" ><a href="https://blog.faq-book.com/?p=3456" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/140.jpg" alt="Knockout.js基礎手冊" /></a><a href="https://blog.faq-book.com/?p=3456" class="wp_rp_title">Knockout.js基礎手冊</a></li><li data-position="2" data-poid="in-1768" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1768" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="jQuery Formly 註冊表單" /></a><a href="https://blog.faq-book.com/?p=1768" class="wp_rp_title">jQuery Formly 註冊表單</a></li><li data-position="3" data-poid="in-694" data-post-type="none" ><a href="https://blog.faq-book.com/?p=694" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[分享]jQuery mobile Alpha 4.1 釋放" /></a><a href="https://blog.faq-book.com/?p=694" class="wp_rp_title">[分享]jQuery mobile Alpha 4.1 釋放</a></li><li data-position="4" data-poid="in-2473" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2473" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt=".htaccess 簡單的用法" /></a><a href="https://blog.faq-book.com/?p=2473" class="wp_rp_title">.htaccess 簡單的用法</a></li><li data-position="5" data-poid="in-4329" data-post-type="none" ><a href="https://blog.faq-book.com/?p=4329" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/01/10.jpg" alt="VMware vSphere Client 5.0下載安裝" /></a><a href="https://blog.faq-book.com/?p=4329" class="wp_rp_title">VMware vSphere Client 5.0下載安裝</a></li><li data-position="6" data-poid="in-4037" data-post-type="none" ><a href="https://blog.faq-book.com/?p=4037" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/01/Update-4.1-to-5.0.jpg" alt="VMware ESXi4.1輕鬆升級ESXi5.0" /></a><a href="https://blog.faq-book.com/?p=4037" class="wp_rp_title">VMware ESXi4.1輕鬆升級ESXi5.0</a></li><li data-position="7" data-poid="in-846" data-post-type="none" ><a href="https://blog.faq-book.com/?p=846" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Linux常見的壓縮打包指令" /></a><a href="https://blog.faq-book.com/?p=846" class="wp_rp_title">Linux常見的壓縮打包指令</a></li><li data-position="8" data-poid="in-1943" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1943" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="ASP NET 匯出PDF" /></a><a href="https://blog.faq-book.com/?p=1943" class="wp_rp_title">ASP NET 匯出PDF</a></li><li data-position="9" data-poid="in-276" data-post-type="none" ><a href="https://blog.faq-book.com/?p=276" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/118.jpg" alt="vmware設定外連" /></a><a href="https://blog.faq-book.com/?p=276" class="wp_rp_title">vmware設定外連</a></li></ul></div></div>
<div class='yarpp-related-rss'>
<h3>相關文章:</h3>
<div class="yarpp-thumbnails-horizontal">
<a class='yarpp-thumbnail' href='https://blog.faq-book.com/?p=1768' title='jQuery Formly 註冊表單'>
<span class="yarpp-thumbnail-default"><img src="http://blog.faq-book.com/wp-content/plugins/yet-another-related-posts-plugin/default.png"/></span><span class="yarpp-thumbnail-title">jQuery Formly 註冊表單</span></a>
</div>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=3567</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Formly 註冊表單</title>
		<link>https://blog.faq-book.com/?p=1768</link>
		<comments>https://blog.faq-book.com/?p=1768#comments</comments>
		<pubDate>Thu, 02 Jun 2011 05:49:41 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Formly]]></category>
		<category><![CDATA[註冊表單]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=1768</guid>
		<description><![CDATA[<p>今天在逛網站時剛好發現這個還不錯的表單jQuery 花了一點時間把JS 中文化(提示等相關訊息) &nbsp;分享出來</p>
<p><a href="http://thrivingkings.com/formly/">原</a><a href="http://thrivingkings.com/formly/">教學</a></p>
<p><a href="http://download.faq-book.com/Formly/Formly/">DEMO</a></p>
<p><a href="http://download.faq-book.com/Formly/Formly.zip">下載完整範例</a></p>
<p> <a href="https://blog.faq-book.com/?p=1768#more-1768" class="more-link">繼續閱讀 &raquo;</a></p>

<div class="wp_rp_wrap  wp_rp_pinterest" ><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-694" data-post-type="none" ><a href="https://blog.faq-book.com/?p=694" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[分享]jQuery mobile Alpha 4.1 釋放" /></a><a href="https://blog.faq-book.com/?p=694" class="wp_rp_title">[分享]jQuery mobile Alpha 4.1 釋放</a></li><li data-position="1" data-poid="in-3567" data-post-type="none" ><a href="https://blog.faq-book.com/?p=3567" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[Javascript] click &amp; dbclick 實作 與 setTimeout ?" /></a><a href="https://blog.faq-book.com/?p=3567" class="wp_rp_title">[Javascript] click &#038; dbclick 實作 與 setTimeout ?</a></li><li data-position="2" data-poid="in-2692" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2692" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="CKeditor in ASP.NET" /></a><a href="https://blog.faq-book.com/?p=2692" class="wp_rp_title">CKeditor in ASP.NET</a></li><li data-position="3" data-poid="in-2214" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2214" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="開啟Virtual Box 外連服務" /></a><a href="https://blog.faq-book.com/?p=2214" class="wp_rp_title">開啟Virtual Box 外連服務</a></li><li data-position="4" data-poid="in-5447" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5447" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/08/JAWStats.jpg" alt="AWStats 另一種呈現方式 JAWStats" /></a><a href="https://blog.faq-book.com/?p=5447" class="wp_rp_title">AWStats 另一種呈現方式 JAWStats</a></li><li data-position="5" data-poid="in-68" data-post-type="none" ><a href="https://blog.faq-book.com/?p=68" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="防火牆設法" /></a><a href="https://blog.faq-book.com/?p=68" class="wp_rp_title">防火牆設法</a></li><li data-position="6" data-poid="in-4055" data-post-type="none" ><a href="https://blog.faq-book.com/?p=4055" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/05/backbone.png" alt="Backbone 簡介" /></a><a href="https://blog.faq-book.com/?p=4055" class="wp_rp_title">Backbone 簡介</a></li><li data-position="7" data-poid="in-19" data-post-type="none" ><a href="https://blog.faq-book.com/?p=19" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Meta範例+註解" /></a><a href="https://blog.faq-book.com/?p=19" class="wp_rp_title">Meta範例+註解</a></li><li data-position="8" data-poid="in-2077" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2077" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[問題紀錄]安裝 ImageMagick Error" /></a><a href="https://blog.faq-book.com/?p=2077" class="wp_rp_title">[問題紀錄]安裝 ImageMagick Error</a></li><li data-position="9" data-poid="in-1712" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1712" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[問題紀錄]Ruby安裝dbi錯誤 on Mac" /></a><a href="https://blog.faq-book.com/?p=1712" class="wp_rp_title">[問題紀錄]Ruby安裝dbi錯誤 on Mac</a></li></ul></div></div>
<div class='yarpp-related-rss'>
<h3>相關文章:</h3>
<div class="yarpp-thumbnails-horizontal">
<a class='yarpp-thumbnail' href='https://blog.faq-book.com/?p=694' title='[分享]jQuery mobile Alpha 4.1 釋放'>
<span class="yarpp-thumbnail-default"><img src="http://blog.faq-book.com/wp-content/plugins/yet-another-related-posts-plugin/default.png"/></span><span class="yarpp-thumbnail-title">[分享]jQuery mobile Alpha 4.1 釋放</span></a>
</div>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=1768</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[分享]jQuery mobile Alpha 4.1 釋放</title>
		<link>https://blog.faq-book.com/?p=694</link>
		<comments>https://blog.faq-book.com/?p=694#comments</comments>
		<pubDate>Sat, 16 Apr 2011 04:29:49 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery mobile Alpha 4.1]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=694</guid>
		<description><![CDATA[<p><img alt="" height="267" src="http://androidandme.com/wp-content/uploads/2010/08/jquerymobile.jpg" width="540" /></p>
<p><a href="http://jquerymobile.com/">jQuery mobile </a>是一個跨所有流行的智慧手機平台的使用者介面系統，使用jQuery和jQuery UI 為基礎開發的。</p>
<p>簡而言之就是讓jQuery 可以在手持裝置上運作。在2011-3-31時已經釋出Alpha 4版本，官方指出這是Alpha最後一個版本了</p>
<p>將會進入Beta。</p>
<p>4.0時提出以下改善：</p>
<div style="page-break-after: always;"><span style="display: none;">&nbsp;</span></div>
<p>1. 支援WP7。但由於WP7上的瀏覽器幾乎跟IE7一樣所以在CSS 圓角和陰影目前仍不支援。</p>
<p>2. 針對資料屬性的部份和HTML5上的一些衝突提出解決方案：可增加命名空間也同時新增一些方法（method）和選擇器。</p>
<p>3. 標準化 觸控/滑鼠 事件系統（Fastclick）。處理關於用手機瀏覽網頁時，輸入欄位和複製的解決方案。</p>
<p>4. 修正PhoneGap的一些Bug &nbsp;註：PhoneGap為將網頁程式轉成手機原生軟體的開放源碼。</p>
<p>5. 強化listviews使用表單（Form）的部份。</p>
<p>6. 提供組態化的文字設定。提供需要處理各國語系，在地化時程式的界面文字等的一個解決方案。</p>
<p>7. 自動更新頁面的Title。</p>
<p>8. BUG的修復和相關改善，例如自動產生返回按鈕等等。</p>
<p><a href="http://jquerymobile.com/demos/1.0a4.1/">DEMO</a></p>
<p><meta charset="utf-8" /></p>
<p>4.1：</p>
<p>已 支援IE8 和9 並針對點擊系統做了部份微調，PhoneGap部份的問題修正。</p>

<div class="wp_rp_wrap  wp_rp_pinterest" ><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-1768" data-post-type="none" ><a href="https://blog.faq-book.com/?p=1768" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="jQuery Formly 註冊表單" /></a><a href="https://blog.faq-book.com/?p=1768" class="wp_rp_title">jQuery Formly 註冊表單</a></li><li data-position="1" data-poid="in-3567" data-post-type="none" ><a href="https://blog.faq-book.com/?p=3567" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="[Javascript] click &amp; dbclick 實作 與 setTimeout ?" /></a><a href="https://blog.faq-book.com/?p=3567" class="wp_rp_title">[Javascript] click &#038; dbclick 實作 與 setTimeout ?</a></li><li data-position="2" data-poid="in-4055" data-post-type="none" ><a href="https://blog.faq-book.com/?p=4055" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/05/backbone.png" alt="Backbone 簡介" /></a><a href="https://blog.faq-book.com/?p=4055" class="wp_rp_title">Backbone 簡介</a></li><li data-position="3" data-poid="in-2578" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2578" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/blog.png" alt="我的第一個蠢點子！夜店實用APP" /></a><a href="https://blog.faq-book.com/?p=2578" class="wp_rp_title">我的第一個蠢點子！夜店實用APP</a></li><li data-position="4" data-poid="in-2429" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2429" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/google%2B1.png" alt="Google今日無敵。其他功能實測。" /></a><a href="https://blog.faq-book.com/?p=2429" class="wp_rp_title">Google今日無敵。其他功能實測。</a></li><li data-position="5" data-poid="in-5447" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5447" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/08/JAWStats.jpg" alt="AWStats 另一種呈現方式 JAWStats" /></a><a href="https://blog.faq-book.com/?p=5447" class="wp_rp_title">AWStats 另一種呈現方式 JAWStats</a></li><li data-position="6" data-poid="in-846" data-post-type="none" ><a href="https://blog.faq-book.com/?p=846" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Linux常見的壓縮打包指令" /></a><a href="https://blog.faq-book.com/?p=846" class="wp_rp_title">Linux常見的壓縮打包指令</a></li><li data-position="7" data-poid="in-6981" data-post-type="none" ><a href="https://blog.faq-book.com/?p=6981" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/04/Xming.jpg" alt="Xming安裝 + X11-Forwarding使用" /></a><a href="https://blog.faq-book.com/?p=6981" class="wp_rp_title">Xming安裝 + X11-Forwarding使用</a></li><li data-position="8" data-poid="in-7293" data-post-type="none" ><a href="https://blog.faq-book.com/?p=7293" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/08/Alfresco-Community.jpg" alt="Install Alfresco 4.2.d CMS on Centos 6.4" /></a><a href="https://blog.faq-book.com/?p=7293" class="wp_rp_title">Install Alfresco 4.2.d CMS on Centos 6.4</a></li><li data-position="9" data-poid="in-6874" data-post-type="none" ><a href="https://blog.faq-book.com/?p=6874" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/01/Splunk-.jpg" alt="Splunk 5.0.1 安裝和基本設定" /></a><a href="https://blog.faq-book.com/?p=6874" class="wp_rp_title">Splunk 5.0.1 安裝和基本設定</a></li></ul></div></div>
<div class='yarpp-related-rss yarpp-related-none'>
<h3>相關文章:</h3>
<p>沒有相關文章</p>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=694</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
