<?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>遨遊飛翔 &#187; jQuery</title>
	<atom:link href="http://blog.shian.tw/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.shian.tw</link>
	<description>學習筆記 For php、jQuery、MySql、Centos、Suse、Server、CodeIgniter</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.shian.tw/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>ajax upload uploadify</title>
		<link>http://blog.shian.tw/ajax-upload-uploadify.html</link>
		<comments>http://blog.shian.tw/ajax-upload-uploadify.html#comments</comments>
		<pubDate>Sun, 17 May 2009 16:00:02 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=305</guid>
		<description><![CDATA[<p>uploadify是jQuery的一個 ajax upload plugin，並有檔案上傳進度條，非常簡單好用的一個 ajax upload plugin。</p>
<p> <a href="http://blog.shian.tw/ajax-upload-uploadify.html#more-305" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/ajax-upload-uploadify.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin Tabs</title>
		<link>http://blog.shian.tw/jquery-plugin-tabs.html</link>
		<comments>http://blog.shian.tw/jquery-plugin-tabs.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:30:22 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=280</guid>
		<description><![CDATA[<div align="right">
<script language="JavaScript" src="http://funp.com/tools/button.php?url=http%3A%2F%2Fblog.shian.tw%2Fjquery-plugin-tabs.html&s=8" type="text/javascript"></script>
</div>
<p>&nbsp;&nbsp;&nbsp; 最近需要使用tabs(頁籤)的功能，原本是使用 <a href="http://jqueryui.com/" target="_blank">jqueryUI</a> 裡面所提供的tabs，但是一直覺得它實在是太肥大了， 使用它必須載入 ui.core.js(14KB) 、ui.tabs.js(19KB)，我只是要tabs功能而已卻要載入好肥大的javascript， 雖然可以在官網選擇這二個檔案並<a href="http://jqueryui.com/download" target="_blank">壓縮過後下載</a>，但是也要19KB這麼大，所以...乾脆自己寫一個好囉  <a href="http://blog.shian.tw/jquery-plugin-tabs.html#more-280" class="more-link">繼續閱讀 &raquo;</a></p><h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-plugin-tabs.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery 手冊 &#8211; 選擇器(Selectors 1.2)</title>
		<link>http://blog.shian.tw/jquery-api-selectors.html</link>
		<comments>http://blog.shian.tw/jquery-api-selectors.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:31:09 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=223</guid>
		<description><![CDATA[<p><strong>把之前所寫的 Selectors 1.2 手冊，將它放進這blog裡，方便使用查詢</strong></p>
 <a href="http://blog.shian.tw/jquery-api-selectors.html#more-223" class="more-link">繼續閱讀 &raquo;</a><h2  class="related_post_title">隨選文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/jquery-selectors.html" title="jQuery Selectors 筆記">jQuery Selectors 筆記</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-delicious-api.html" title="CodeIgniter delicious api">CodeIgniter delicious api</a> (1)</li><li><a href="http://blog.shian.tw/codeigniter-layout.html" title="CodeIgniter layout">CodeIgniter layout</a> (0)</li><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-curl-library.html" title="CodeIgniter Curl library">CodeIgniter Curl library</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-api-selectors.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery plugin- ClickMenu</title>
		<link>http://blog.shian.tw/jquery-plugin-clickmenu.html</link>
		<comments>http://blog.shian.tw/jquery-plugin-clickmenu.html#comments</comments>
		<pubDate>Wed, 05 Nov 2008 09:11:43 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=190</guid>
		<description><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://mozshot.nemui.org/shot/large?http://p.sohei.org/jquery-plugins/clickmenu/" alt="" /></p>
<p><a href="http://p.sohei.org/jquery-plugins/clickmenu/" target="_blank">cliclmenu</a> 是 <a href="http://jquery.com/" target="_blank">jQuery</a> 的plugin，它是很簡單好用的menu階層選單，這是原作者的<a href="http://p.sohei.org/stuff/jquery/clickmenu/demo/demo.html" target="_blank"> demo</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-plugin-clickmenu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 手冊 &#8211; 選擇器(Selectors)</title>
		<link>http://blog.shian.tw/jquery-manual-selectors.html</link>
		<comments>http://blog.shian.tw/jquery-manual-selectors.html#comments</comments>
		<pubDate>Fri, 29 Aug 2008 12:55:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=161</guid>
		<description><![CDATA[<p><a href="http://jquery.com/" target="_self">jQuery</a>有個很好用也很強大的選擇器(selectors)‚<span class="yhl">利用它可以很簡單的抓取網頁上任何一個元素(element)來做一些dom動作</span>‚為了方便查詢我做了<a href="http://jquery.shian.tw/selectors.php" target="_self">手冊</a>方便查詢使用‚此手冊是根據官方網站的文件做成‚該<a href="http://jquery.shian.tw/selectors.php" target="_self">手冊</a>裡面說明<span style="font-family: 新細明體;">和範例都是我親手寫的</span>‚歡迎使用查詢•  <a href="http://jquery.shian.tw/selectors.php" target="_self"><span class="rhl">http://jquery.shian.tw/selectors.php</span></a></p>
<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery> <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery> <w:Compatibility> <w:SpaceForUL /> <w:BalanceSingleByteDoubleByteWidth /> <w:DoNotLeaveBackslashAlone /> <w:ULTrailSpace /> <w:DoNotExpandShiftReturn /> <w:AdjustLineHeightInTable /> <w:UseFELayout /> </w:Compatibility> <w:DoNotOptimizeForBrowser /> </w:WordDocument> </xml><![endif]--><!--  /* Font Definitions */ @font-face 	{font-family:新細明體; 	panose-1:2 2 3 0 0 0 0 0 0 0; 	mso-font-alt:PMingLiU; 	mso-font-charset:136; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:3 137232384 22 0 1048577 0;} @font-face 	{font-family:"\@新細明體"; 	panose-1:2 2 3 0 0 0 0 0 0 0; 	mso-font-charset:136; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:3 137232384 22 0 1048577 0;}  /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:none; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:新細明體; 	mso-font-kerning:1.0pt;}  /* Page Definitions */ @page 	{mso-page-border-surround-header:no; 	mso-page-border-surround-footer:no;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-manual-selectors.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[小技巧] jQuery serialize</title>
		<link>http://blog.shian.tw/jquery_serialize.html</link>
		<comments>http://blog.shian.tw/jquery_serialize.html#comments</comments>
		<pubDate>Tue, 10 Jun 2008 18:40:22 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=54</guid>
		<description><![CDATA[<p><strong>以往使用ajax傳值給php時,都需要將每一個 input 的值抓出來寫成 <span style="color: #ff8000;">&#8216;xxx=xxx&amp;xxx=xxx&#8217;</span>, 現在<span style="color: #800000;">jQuery 的 serialize </span>可以很簡單的達成,以下使用例子說明</strong></p>
<p> <a href="http://blog.shian.tw/jquery_serialize.html#more-54" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery_serialize.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Plugin] jQuery Autocomplete</title>
		<link>http://blog.shian.tw/plugin-jquery-autocomplete.html</link>
		<comments>http://blog.shian.tw/plugin-jquery-autocomplete.html#comments</comments>
		<pubDate>Mon, 05 May 2008 08:00:00 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=53</guid>
		<description><![CDATA[<p><strong><span style="font-size: small;">介紹: </span></strong></p>
<p>這 jQuery-Plugin 功能是自動完成,類似gmail的輸入mail的地方,並可以使用方向鍵來選擇,並可以自定需要幾個自動完成數,另外使用該Plugin也相當簡單 <a href="http://blog.shian.tw/plugin-jquery-autocomplete.html#more-53" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/plugin-jquery-autocomplete.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery 和 Prototype 同時使用</title>
		<link>http://blog.shian.tw/jquery-with-prototype.html</link>
		<comments>http://blog.shian.tw/jquery-with-prototype.html#comments</comments>
		<pubDate>Thu, 13 Sep 2007 08:00:00 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=40</guid>
		<description><![CDATA[<p><strong>本篇介紹如何將jQUery和Prototype同時並存使用,不過還是非常建議選一種使用比較好</strong></p>
<p> <a href="http://blog.shian.tw/jquery-with-prototype.html#more-40" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-with-prototype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Attributes 筆記</title>
		<link>http://blog.shian.tw/jquery-attributes.html</link>
		<comments>http://blog.shian.tw/jquery-attributes.html#comments</comments>
		<pubDate>Tue, 11 Sep 2007 08:19:09 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=38</guid>
		<description><![CDATA[<p>本篇文章是我在jquery官網看的說明文件的筆記,介紹如何用jquery取值的一些方法</p>
<p> <a href="http://blog.shian.tw/jquery-attributes.html#more-38" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-attributes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Selectors 筆記</title>
		<link>http://blog.shian.tw/jquery-selectors.html</link>
		<comments>http://blog.shian.tw/jquery-selectors.html#comments</comments>
		<pubDate>Thu, 06 Sep 2007 07:01:15 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=37</guid>
		<description><![CDATA[<p><strong>本篇文章是我在jQuery官網文件筆記,介紹幾個比較常用抓取物件節點的語法</strong></p>
<p> <a href="http://blog.shian.tw/jquery-selectors.html#more-37" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-selectors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Core 筆記</title>
		<link>http://blog.shian.tw/jquery-core.html</link>
		<comments>http://blog.shian.tw/jquery-core.html#comments</comments>
		<pubDate>Sun, 12 Aug 2007 19:30:43 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=25</guid>
		<description><![CDATA[<p><strong>本篇文章內容是我在jquery官網看的說明文件的筆記</strong></p>
<p> <a href="http://blog.shian.tw/jquery-core.html#more-25" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-core.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 基本介紹</title>
		<link>http://blog.shian.tw/jquery-base.html</link>
		<comments>http://blog.shian.tw/jquery-base.html#comments</comments>
		<pubDate>Sat, 04 Aug 2007 20:03:18 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=34</guid>
		<description><![CDATA[<p><span style="font-size: medium; color: #993300;"><strong>簡介:<br />
</strong></span> <a href="http://jquery.com/" target="_blank">jQuery</a>是一套強大的javascript lib,它可以利用簡單及簡短的語句做出很多效果,<br />
像是ajax dom css 都可以很簡單的使用</p>
<p> <a href="http://blog.shian.tw/jquery-base.html#more-34" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-base.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
