<?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.linym.net/archives/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.linym.net</link>
	<description>我的學習心得、筆記</description>
	<lastBuildDate>Fri, 09 Dec 2011 12:33:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery Drag and Drop Demo</title>
		<link>http://blog.linym.net/archives/452</link>
		<comments>http://blog.linym.net/archives/452#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:54:47 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[程式筆記]]></category>
		<category><![CDATA[網頁設計]]></category>
		<category><![CDATA[Drag and Drop]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://blog.linym.net/?p=452</guid>
		<description><![CDATA[Drag &#038; Drop(拖放) 效果若是應用得當可以讓 UI 操作更直覺簡單，目前最常見的大概就是對項目作排序，或是像購物車將物體從某區塊移到另一區塊。 網路上雖然有很多 Drag &#038; Drop 的範例，但有些過於複雜或是不夠完整，前陣子為了交作業嘗試用 jQuery+jQuery UI 做了一個簡單的 Demo，果然快速、簡潔、流暢，不得不再次向大家推薦 jQuery 啊！ Demo 網址：http://blog.linym.net/demo/jquery/jquery_DragDrop.html]]></description>
			<content:encoded><![CDATA[<p>Drag &#038; Drop(拖放) 效果若是應用得當可以讓 UI 操作更直覺簡單，目前最常見的大概就是對項目作排序，或是像購物車將物體從某區塊移到另一區塊。</p>
<p>網路上雖然有很多 Drag &#038; Drop 的範例，但有些過於複雜或是不夠完整，前陣子為了交作業嘗試用 jQuery+jQuery UI 做了一個簡單的 Demo，果然快速、簡潔、流暢，不得不再次向大家推薦 jQuery 啊！</p>
<p><strong>Demo 網址</strong>：<a href="http://blog.linym.net/demo/jquery/jquery_DragDrop.html" target="_blank">http://blog.linym.net/demo/jquery/jquery_DragDrop.html</a></p>
<p><a href="http://blog.linym.net/wp-content/uploads/2009/03/dragdrop.jpg"><img src="http://blog.linym.net/wp-content/uploads/2009/03/dragdrop.jpg" alt="dragdrop" title="dragdrop" width="701" height="589" class="alignnone size-full wp-image-460" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/452/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin</title>
		<link>http://blog.linym.net/archives/135</link>
		<comments>http://blog.linym.net/archives/135#comments</comments>
		<pubDate>Wed, 09 May 2007 17:44:50 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[程式筆記]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/135</guid>
		<description><![CDATA[jQuery 是個不錯的 JavaScript library，可以省略不少繁瑣的細節，且檔案大小又不大，最近都用它來開發網頁。同時也注意到了一些好用的 Plugin，主要是應用在 Ajax 上，有現成又好用的就不用再自己寫囉！ Validation 可用來做即時欄位驗證 History 無法回上一頁算是 Ajax 的一項缺點，用這個 plugin 可以做出回上頁的效果 jEditable 提供就地編輯(Edit In Place)的功能 ajaxFileUpload 利用隱藏 iframe 達到不換頁上傳檔案 Ajax File Manager 加強 tinymce 這個線上編輯器，可瀏覽檔案及上傳檔案 Interface 提供非常大量的動態效果，必試。 Form 使用 Ajax 送出表單資料]]></description>
			<content:encoded><![CDATA[<p><a href="http://jquery.com/">jQuery</a> 是個不錯的 JavaScript library，可以省略不少繁瑣的細節，且檔案大小又不大，最近都用它來開發網頁。同時也注意到了一些好用的 Plugin，主要是應用在 Ajax 上，有現成又好用的就不用再自己寫囉！</p>
<ol>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">Validation</a><br />
可用來做即時欄位驗證</li>
<li><a href="http://www.mikage.to/jquery/jquery_history.html">History</a><br />
無法回上一頁算是 Ajax 的一項缺點，用這個 plugin 可以做出回上頁的效果</li>
<li><a href="http://www.appelsiini.net/~tuupola/javascript/jEditable/">jEditable</a><br />
提供就地編輯(Edit In Place)的功能</li>
<li><a href="http://www.phpletter.com/Demo/AjaxFileUpload-Demo/">ajaxFileUpload</a><br />
利用隱藏 iframe 達到不換頁上傳檔案</li>
<li><a href="http://www.phpletter.com/Demo/Ajax-File--Manager/">Ajax File Manager</a><br />
加強 tinymce 這個線上編輯器，可瀏覽檔案及上傳檔案</li>
<li><a href="http://interface.eyecon.ro/">Interface</a><br />
提供非常大量的動態效果，必試。</li>
<li><a href="http://www.malsup.com/jquery/form/">Form</a><br />
使用 Ajax 送出表單資料</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

