<?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; JavaScript</title>
	<atom:link href="http://paranimage.com/category/dede/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://paranimage.com</link>
	<description>PARANDROID＝PARANOID+ANDROID</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:58:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery 1.4官方文档中文版</title>
		<link>http://paranimage.com/jquery-1-4-chinese-version-of-official-documentation/</link>
		<comments>http://paranimage.com/jquery-1-4-chinese-version-of-official-documentation/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 04:16:46 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://paranimage.com/?p=11598</guid>
		<description><![CDATA[jquery 1.4已于一月多前发布，下面是来自coolnalu翻译的一份jQuery官方文档中文版，14 Days of  jQuery的Day One, 详细介绍了jQuery 1.4各种更新和新特性。为了庆祝jQuery的四周岁生日, jQuery的团队荣幸的发布了jQuery javascript库的最新主要版本! 这个版本包含了大量的编程，测试，和记录文档的工作，我们为此感到很骄傲。
我要以个人的名义感谢 Brandon Aaron, Ben Alman, Louis-Rémi Babe, Ariel Flesler, Paul Irish, Robert Kati?, Yehuda Katz, Dave Methvin, Justin Meyer, Karl Swedberg, and Aaron Quint。谢谢他们在修复BUG和完成这次发布上所做的工作。
下载(Downloading)
按照惯例，我们提供了两份jQuery的拷贝，一份是最小化的(我们现在采用Google Closure作为默认的压缩工具了)，一份是未压缩的(供纠错或阅读)。

jQuery压缩 (23kb Gzipped)
jQuery常规 (154kb)

另外，Google也在他们的服务器上放置了一份jQuery的拷贝。这份拷贝会自动的最小化然后压缩 – 并且放在Google最快的缓存服务器上。

http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js

你可以在你的站点上直接引用上面的URL，这样就可以享受迅速加载jQuery的性能优势了。
就jQuery1.4来说，我们努力的减少大规模升级中的麻烦 – 通过保持所有public函数的签名。即使如此，还请下面可能会造成问题的变更列表，这样能够了解哪些变更可能会给你的应用造成问题。
(功能) Features
下面的内容概括了jQuery1.4里加入的变更和功能。另外所有的变更都已经在jQuery 1.4 的文档里记录了。
热门方法经过了性能上的大”检修”
不少比较热门的和常用的jQuery方法在1.4里被重写了。(译注:重写了方法的内部，外部调用没有大幅度改变) 我们分析源码的时候发现我们能够获得大幅的性能提升，通过把jQuery和自己比较: 查看内部函数被调用了多少次，然后努力降低源码的复杂度(译注:计算机算法中的Complexity)
在1.4版里我们显著的降低了大部分热门jQuery方法的的复杂度。(...)继续阅读 jQuery 1.4官方文档中文版

转载请注明: 来源于 jQuery 1.4官方文档中文版 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://paranimage.com/tag/jquery/'>jquery</a> 1.4已于一月多前发布，下面是来自coolnalu翻译的一份<strong>jQuery官方文档中文版</strong>，<a href="http://jquery14.com/day-01" target="_blank">14 Days of  jQuery的Day One</a>, 详细介绍了jQuery 1.4各种更新和新特性。为了庆祝jQuery的四周岁生日, jQuery的团队荣幸的发布了jQuery <a href='http://paranimage.com/category/dede/javascript/'>javascript</a>库的最新主要版本! 这个版本包含了大量的编程，测试，和记录文档的工作，我们为此感到很骄傲。</p>
<p>我要以个人的名义感谢 Brandon Aaron, Ben Alman, Louis-Rémi Babe, Ariel Flesler, Paul Irish, Robert Kati?, Yehuda Katz, Dave Methvin, Justin Meyer, Karl Swedberg, and Aaron Quint。谢谢他们在修复BUG和完成这次发布上所做的工作。</p>
<h2>下载(Downloading)</h2>
<p>按照惯例，我们提供了两份jQuery的拷贝，一份是最小化的(我们现在采用<a href="http://code.google.com/closure/compiler/">Google Closure</a>作为默认的压缩工具了)，一份是未压缩的(供纠错或阅读)。</p>
<ul>
<li><a href="http://code.jquery.com/jquery-1.4.min.js">jQuery压缩</a> (23kb <a href="http://www.julienlecomte.net/blog/2007/08/13/">Gzipped</a>)</li>
<li><a href="http://code.jquery.com/jquery-1.4.js">jQuery常规</a> (154kb)</li>
</ul>
<p>另外，Google也在他们的服务器上<a href="http://code.google.com/apis/ajaxlibs/documentation/index.html">放置了一份jQuery的拷贝</a>。这份拷贝会自动的最小化然后压缩 – 并且放在Google最快的缓存服务器上。</p>
<ul>
<li><a href="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js</a></li>
</ul>
<p>你可以在你的站点上直接引用上面的URL，这样就可以享受迅速加载jQuery的性能优势了。</p>
<p>就jQuery1.4来说，我们努力的减少大规模升级中的麻烦 – 通过保持所有public函数的签名。即使如此，还请下面可能会造成问题的变更列表，这样能够了解哪些变更可能会给你的应用造成问题。</p>
<h1>(功能) Features</h1>
<p>下面的内容概括了jQuery1.4里加入的变更和功能。另外所有的变更都已经在<a href="http://api.jquery.com/category/version/1.4/">jQuery 1.4 的文档</a>里记录了。</p>
<h2>热门方法经过了性能上的大”检修”</h2>
<p>不少比较热门的和常用的jQuery方法在1.4里被重写了。(译注:重写了方法的内部，外部调用没有大幅度改变) 我们分析源码的时候发现我们能够获得大幅的性能提升，通过把jQuery和自己比较: 查看内部函数被调用了多少次，然后努力<a href="http://ejohn.org/blog/function-call-profiling/">降低源码的复杂度</a>(译注:计算机算法中的Complexity)</p>
<p>在1.4版里我们显著的降低了大部分热门jQuery方法的的复杂度。(...)<br/>继续阅读 <a href="http://paranimage.com/jquery-1-4-chinese-version-of-official-documentation/">jQuery 1.4官方文档中文版</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/jquery-1-4-chinese-version-of-official-documentation/">jQuery 1.4官方文档中文版</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/jquery-1-4-chinese-version-of-official-documentation/&title=jQuery 1.4官方文档中文版">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/jquery/" rel="tag">jquery</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/jquery-1-4-chinese-version-of-official-documentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7个神奇的jQuery 3D插件</title>
		<link>http://paranimage.com/7-magic-jquery-3d-plugins/</link>
		<comments>http://paranimage.com/7-magic-jquery-3d-plugins/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 03:49:04 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jQuery插件]]></category>
		<category><![CDATA[jQuery教程]]></category>

		<guid isPermaLink="false">http://paranimage.com/?p=11592</guid>
		<description><![CDATA[7个神奇的jquery 3D插件，让你可以实现一些媲美Flash的动画特效。
1. Flip HTML content in 3D
用jQuery实现的3D翻转效果，支持html内容的翻转。

2. Agile Carousel 
3D效果的jQuery跑马灯特效。

3. Rotation
jQuery旋转3D特效。

4. Tag Cloud
使用jQuery创建的3D标签云。(...)继续阅读 7个神奇的jQuery 3D插件

转载请注明: 来源于 7个神奇的jQuery 3D插件 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: jquery, jQuery插件, jQuery教程 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.

]]></description>
			<content:encoded><![CDATA[<p>7个神奇的<a href='http://paranimage.com/tag/jquery/'>jquery</a> 3D插件，让你可以实现一些媲美Flash的动画特效。</p>
<h2>1. <a href="http://www.zachstronaut.com/projects/rotate3di/#demos">Flip HTML content in 3D</a></h2>
<p>用jQuery实现的3D翻转效果，支持<a href='http://paranimage.com/category/dede/html/'>html</a>内容的翻转。</p>
<p><img title="flip-html-jquery-3d" src="http://paranimage.com/img/flip-html-jquery-3d.jpg" alt="flip html jquery 3d 7个神奇的jQuery 3D插件"  /></p>
<h2>2. <a href="http://plugins.jquery.com/node/4033" target="_blank">Agile Carousel </a></h2>
<p>3D效果的jQuery跑马灯特效。<br />
<img title="agile-carousel-jquery-3d" src="http://paranimage.com/img/agile-carousel-jquery-3d.jpg" alt="agile carousel jquery 3d 7个神奇的jQuery 3D插件"  /></p>
<h2>3. <a title="Rotator  jQuery 3D " href="http://www.willjessup.com/sandbox/jquery/rotator/rotator.html" class="broken_link"  target="_blank">Rotation</a></h2>
<p>jQuery旋转3D特效。<br />
<img title="rotation-jquery-3d" src="http://paranimage.com/img/rotation-jquery-3d.jpg" alt="rotation jquery 3d 7个神奇的jQuery 3D插件"  /></p>
<h2>4. <a href="http://www.devirtuoso.com/2009/08/how-to-create-a-3d-tag-cloud-in-jquery/">Tag Cloud</a></h2>
<p>使用jQuery创建的3D标签云。(...)<br/>继续阅读 <a href="http://paranimage.com/7-magic-jquery-3d-plugins/">7个神奇的jQuery 3D插件</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/7-magic-jquery-3d-plugins/">7个神奇的jQuery 3D插件</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/7-magic-jquery-3d-plugins/&title=7个神奇的jQuery 3D插件">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/jquery/" rel="tag">jquery</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a>, <a href="http://paranimage.com/tag/jquery-tutorials/" rel="tag">jQuery教程</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/7-magic-jquery-3d-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>30+最新强大jQuery插件和教程</title>
		<link>http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/</link>
		<comments>http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:25:39 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jQuery插件]]></category>
		<category><![CDATA[jQuery教程]]></category>

		<guid isPermaLink="false">http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/</guid>
		<description><![CDATA[jquery的广泛使用已经让人快忘记了其它javascript框架的存在，甚至有时候会忘记了jQuery是一个JS库，冒出“我不是在编写Javascript代码”，而是在编写“jQury代码”的愚蠢想法。
从长远来看，过度依赖于jQuery并不是件好事。但jQuery已侵蚀Web设计师的身心。说的夸张点，即使你不懂Javascript，你也可以学会jQuery的大部份使用。即使你不懂jQuery，你也可以使用它的无数插件创造出炫目的网页特效。
本文为你介绍30+最新强大jQuery插件和教程，在这之前，让我们之前本站发布的相关的jQury插件和教程文章:

14条改善jQuery代码的技巧
13个增强Web设计界面的Javascript脚本
15款jQuery幻灯片插件
30+ jQuery中文教程和资源
6款jQuery图表插件
Easy Slider: 功能强大简单易用的jQuery滑动门插件
3款基于jQuery的Twitter插件

更多请查看jQuery专栏。
教程
1. How to add preloader with loading image in a gallery using jQuery

在图像画廊载入过程中使用 jQuery 预加载技术。演示 &#124; 教程
2. Simple Lava Lamp Menu Tutorial With jQuery

创建一个独特的熔岩灯动画效果的 jQuery 导航菜单。演示 &#124; 教程
3. How To Create a 3D Tag Cloud in jQuery

使用 jQuery 创建类似 Flash 形式的 3D 标签云。演示 &#124; 教程
4. Drag &#38; Drop With jQuery

Web 应用程序的拖放功能提供了丰富的用户界面，了解如何使用 jQuery [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://paranimage.com/tag/jquery/'>jquery</a>的广泛使用已经让人快忘记了其它<a href='http://paranimage.com/category/dede/javascript/'>javascript</a>框架的存在，甚至有时候会忘记了jQuery是一个JS库，冒出“我不是在编写Javascript代码”，而是在编写“jQury代码”的愚蠢想法。</p>
<p>从长远来看，过度依赖于jQuery并不是件好事。但jQuery已侵蚀Web<a href='http://paranimage.com/category/dede/'>设计</a>师的身心。说的夸张点，即使你不懂Javascript，你也可以学会jQuery的大部份使用。即使你不懂jQuery，你也可以使用它的无数插件创造出炫目的网页特效。</p>
<p>本文为你介绍<strong>30+最新强大jQuery插件和教程</strong>，在这之前，让我们之前本站发布的相关的jQury插件和教程文章:</p>
<ul>
<li><a href="http://paranimage.com/14-tips-to-improve-jquery-code/">14条改善jQuery代码的技巧</a></li>
<li><a href="http://paranimage.com/13-javascript-scripts-enhanced-web-design-interface/">13个增强Web设计界面的Javascript脚本</a></li>
<li><a href="http://paranimage.com/15-jquery-slideshow-plugins/">15款jQuery幻灯片插件</a></li>
<li><a href="http://paranimage.com/30-chinese-jquery-tutorials/">30+ jQuery中文教程和资源</a></li>
<li><a href="http://paranimage.com/6-jquery-charts-plugins/">6款jQuery图表插件</a></li>
<li><a href="http://paranimage.com/easy-slider/">Easy Slider: 功能强大简单易用的jQuery滑动门插件</a></li>
<li><a href="http://paranimage.com/3%e6%ac%be%e5%9f%ba%e4%ba%8ejquery%e7%9a%84twitter%e6%8f%92%e4%bb%b6/">3款基于jQuery的Twitter插件</a></li>
</ul>
<p>更多请查看<a href="http://paranimage.com/tag/jquery/" target="_blank">jQuery专栏</a>。</p>
<h2>教程</h2>
<p>1. <a href="http://hungred.com/2009/08/10/how-to/tutorial-how-to-add-preloader-loading-image-gallery-jquery/" target="_blank">How to add preloader with loading image in a gallery using jQuery</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/jquery-image-preloader.jpg" alt="jquery image preloader 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>在图像画廊载入过程中使用 jQuery 预加载技术。<a href="http://hungred.com/wp-content/demo/jQuery-preloading-with-image/demo.html" target="_blank">演示</a> | <a href="http://hungred.com/2009/08/10/how-to/tutorial-how-to-add-preloader-loading-image-gallery-jquery/" target="_blank">教程</a></p>
<p>2. <a href="http://www.queness.com/post/530/simple-lava-lamp-menu-tutorial-with-jquery" target="_blank">Simple Lava Lamp Menu Tutorial With jQuery</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/lava-lamp-jquery.jpg" alt="lava lamp jquery 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>创建一个独特的熔岩灯动画效果的 jQuery 导航菜单。<a href="http://www.queness.com/resources/html/lava/style.html" target="_blank">演示</a> | <a href="http://www.queness.com/post/530/simple-lava-lamp-menu-tutorial-with-jquery" target="_blank">教程</a></p>
<p>3. <a href="http://www.devirtuoso.com/2009/08/how-to-create-a-3d-tag-cloud-in-jquery/" target="_blank">How To Create a 3D Tag Cloud in jQuery</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/3d-tag-cloud-jquery.jpg" alt="3d tag cloud jquery 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>使用 jQuery 创建类似 Flash 形式的 3D 标签云。<a href="http://www.devirtuoso.com/Examples/3D-jQuery/" target="_blank">演示</a> | <a href="http://www.devirtuoso.com/2009/08/how-to-create-a-3d-tag-cloud-in-jquery/" target="_blank">教程</a></p>
<p>4. <a href="http://papermashup.com/drag-drop-with-php-jquery/" target="_blank">Drag &amp; Drop With jQuery</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/drag-drop-jquery.jpg" alt="drag drop jquery 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>Web 应用程序的拖放功能提供了丰富的用户界面，了解如何使用 jQuery 来创建此种用户界面。<a href="http://papermashup.com/demos/jquery-drag-drop/" target="_blank">演示</a> | <a href="http://papermashup.com/drag-drop-with-php-jquery/" target="_blank">教程</a></p>
<p>5. <a href="http://aext.net/2009/08/kwicks-for-jquery-and-an-awesome-horizontal-animated-menu/" target="_blank">Awesome Horizontal Animated menu using Kwicks for jQuery</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/kwicks-horizontal-menu.jpg" alt="kwicks horizontal menu 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>使用 jQuery Kwicks 插件建立一个可定制的，灵活的横向动画菜单。<a href="http://aext.net/example/kwicksmenu/" target="_blank">演示</a> | <a href="http://aext.net/2009/08/kwicks-for-jquery-and-an-awesome-horizontal-animated-menu/" target="_blank">教程</a></p>
<p>6. <a href="http://www.queness.com/post/484/create-a-thumbnail-gallery-with-slick-heading-and-caption-effect-with-jquery" target="_blank">Create a Thumbnail Gallery With Slick Heading &amp; Caption effect</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/slick-thumbnail-caption.jpg" alt="slick thumbnail caption 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>使用光标题和字幕效果创建缩略图画廊。<a href="http://www.queness.com/resources/html/caption/index.html" target="_blank">演示</a> | <a href="http://www.queness.com/post/484/create-a-thumbnail-gallery-with-slick-heading-and-caption-effect-with-jquery" target="_blank">教程</a></p>
<p>7. <a href="http://www.queness.com/post/411/create-an-attractive-jquery-menu-with-fadein-and-fadeout-effect" target="_blank">Create an Attractive jQuery Menu with fade in and out effects</a></p>
<p><img src="http://paranimage.com/img/fresh-jquery-tutorials/fade-in-out-jquery-menu.jpg" alt="fade in out jquery menu 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>创建一个有吸引力的 jQuery 菜单，鼠标悬停时具有淡入背景效果。<a href="http://www.queness.com/resources/html/fadein/index.html" target="_blank">演示</a> | <a href="http://www.queness.com/post/411/create-an-attractive-jquery-menu-with-fadein-and-fadeout-effect" target="_blank">教程</a></p>
<p>8. <a href="http://papermashup.com/jquery-php-ajax-autosuggest/" target="_blank">jQuery PHP AJAX Autosuggest</a></p>
<p><img src="http://webdeveloperplus.com/wp-content/uploads/2009/08/autosuggest-php-jquery.jpg" alt="autosuggest php jquery 30+最新强大jQuery插件和教程"  title="30+最新强大jQuery插件和教程" /></p>
<p>Autosuggest 是目前的 Web 应用程序中一个有用的功能。了解如何使用 jQuery 和 PHP 来创建。(...)<br/>继续阅读 <a href="http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/">30+最新强大jQuery插件和教程</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/">30+最新强大jQuery插件和教程</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/&title=30+最新强大jQuery插件和教程">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/jquery/" rel="tag">jquery</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a>, <a href="http://paranimage.com/tag/jquery-tutorials/" rel="tag">jQuery教程</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/30-new-powerful-jquery-plug-ins-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>14条改善jQuery代码的技巧</title>
		<link>http://paranimage.com/14-tips-to-improve-jquery-code/</link>
		<comments>http://paranimage.com/14-tips-to-improve-jquery-code/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 05:19:14 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://paranimage.com/?p=11430</guid>
		<description><![CDATA[jquery简单易学，但如果你想写出更漂亮更简洁高效的代码，总需要一些技巧。本文就为你总结了14条改善jQuery代码的技巧。
1.测试并提升你的jQuery选择器水平
这个jQuery选择器实验室非常酷，它能在线免费使用，当然你也能下来到本地离线使用。这个测试页面包含复杂的html组合字段，然后你能尝试预定义使用各种jQuery选择器。如果这还不够你也可以自定义选择器。

2.测试jQuery包装集是否包含某些元素
如果你想测试一下某个jQuery包装集中是否包含某些元素，你首先可以尝试使用验证首个元素是否存在：


if($(selector)[0]){...}
// 或者这样
if($(selector).length){...}


来看看这个例子：


//例子.如果你的页面有以下html代码
&#60;ul id="shopping_cart_items"&#62;
&#60;li&#62;&#60;input class="in_stock" name="item" type="radio" value="Item-X" /&#62;Item X&#60;/li&#62;
&#60;li&#62;&#60;input class="unknown" name="item" type="radio" value="Item-Y" /&#62;Item Y&#60;/li&#62;
&#60;li&#62;&#60;input class="in_stock" name="item" type="radio" value="Item-Z" /&#62;Item Z&#60;/li&#62;
&#60;/ul&#62;
&#60;pre escaped="true" lang="javascript"&#62;...
//这个if条件将返回true，因为我们有两个
// input域匹配了选择器，所以&#60;statement&#62;代码将会执行
if($('#shopping_cart_items input.in_stock')[0]){&#60;statement&#62;}


3.从jquery.org读取jQuery最新版本
你可以使用这句代码读取jQuery的最新版本的代码文件。


&#60;script src="http://code.jquery.com/jquery-latest.js"&#62;&#60;/script&#62;


你可以使用这个方法来调用最近版本的jQuery框架，当然，你还可以使用下面这个代码从ajax.googleapis.com调用同样的最新版本jQuery：


&#60;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"
type="text/javascript"&#62;&#60;/script&#62;

(...)继续阅读 14条改善jQuery代码的技巧

转载请注明: 来源于 14条改善jQuery代码的技巧 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: JavaScript, jquery 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购, [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://paranimage.com/tag/jquery/'>jquery</a>简单易学，但如果你想写出更漂亮更简洁高效的代码，总需要一些技巧。本文就为你总结了<strong>14条改善jQuery代码的技巧</strong>。</p>
<h3>1.测试并提升你的jQuery选择器水平</h3>
<p>这个<a href="http://codylindley.com/jqueryselectors/" target="_blank">jQuery选择器实验室</a>非常酷，它能在线免费使用，当然你也能下来到本地离线使用。这个测试页面包含复杂的<a href='http://paranimage.com/category/dede/html/'>html</a>组合字段，然后你能尝试预定义使用各种jQuery选择器。如果这还不够你也可以自定义选择器。<br />
<img class="aligncenter size-full wp-image-11431" title="jquery-tips-01-500x280" src="http://paranimage.com/wp-content/uploads/2009/11/jquery-tips-01-500x280.jpg" alt="jquery tips 01 500x280 14条改善jQuery代码的技巧" width="500" height="280" /></p>
<h3>2.测试jQuery包装集是否包含某些元素</h3>
<p>如果你想测试一下某个jQuery包装集中是否包含某些元素，你首先可以尝试使用验证首个元素是否存在：</p>
<pre><code class="javascript">

if($(selector)[0]){...}
// 或者这样
if($(selector).length){...}

</code></pre>
<p>来看看这个例子：</p>
<pre><code class="javascript">

//例子.如果你的页面有以下html代码
&lt;ul id="shopping_cart_items"&gt;
&lt;li&gt;&lt;input class="in_stock" name="item" type="radio" value="Item-X" /&gt;Item X&lt;/li&gt;
&lt;li&gt;&lt;input class="unknown" name="item" type="radio" value="Item-Y" /&gt;Item Y&lt;/li&gt;
&lt;li&gt;&lt;input class="in_stock" name="item" type="radio" value="Item-Z" /&gt;Item Z&lt;/li&gt;
&lt;/ul&gt;
&lt;pre escaped="true" lang="<a href='http://paranimage.com/category/dede/javascript/'>javascript</a>"&gt;...
//这个if条件将返回true，因为我们有两个
// input域匹配了选择器，所以&lt;statement&gt;代码将会执行
if($('#shopping_cart_items input.in_stock')[0]){&lt;statement&gt;}

</code></pre>
<h3>3.从jquery.org读取jQuery最新版本</h3>
<p>你可以使用这句代码读取jQuery的最新版本的代码文件。</p>
<pre><code class="javascript">

&lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;

</code></pre>
<p>你可以使用这个方法来调用最近版本的jQuery框架，当然，你还可以使用下面这个代码从<a href='http://paranimage.com/tag/ajax/'>ajax</a>.googleapis.com调用同样的最新版本jQuery：</p>
<pre><code class="javascript">

&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"
type="text/javascript"&gt;&lt;/script&gt;

(...)<br/>继续阅读 <a href="http://paranimage.com/14-tips-to-improve-jquery-code/">14条改善jQuery代码的技巧</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/14-tips-to-improve-jquery-code/">14条改善jQuery代码的技巧</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/14-tips-to-improve-jquery-code/&title=14条改善jQuery代码的技巧">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://paranimage.com/tag/jquery/" rel="tag">jquery</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/14-tips-to-improve-jquery-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>14条最佳JS代码编写技巧</title>
		<link>http://paranimage.com/14-best-js-coding-tips/</link>
		<comments>http://paranimage.com/14-best-js-coding-tips/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 13:41:40 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>

		<guid isPermaLink="false">http://paranimage.com/?p=11415</guid>
		<description><![CDATA[写任何编程代码，不同的开发者都会有不同的见解。但参考一下总是好的，下面是来自Javascript Toolbox发布的14条最佳JS代码编写技巧，Sofish翻译(1,2)。
1. 总是使用 ‘var’
在javascript中，变量不是全局范围的就是函数范围的，使用&#8221;var&#8221;关键词将是保持变量简洁明了的关键。当声明一个或者是全局或者是函数级（function-level）的变量，需总是前置&#8221;var&#8221;关键词，下面的例子将强调不这样做潜在的问题。
不使用 Var 造成的问题
var i=0; // This is good - creates a global variable
function test() {
   for (i=0; i&#60;10; i++) {
      alert("Hello World!");
   }
}
test();
alert(i); // The global variable i is now 10!
因为变量函数中变量 i 并没有使用 var 使其成为函数级的变量，在这个例子中它引用了全局变量。总是使用 var 来声明全局变量是一个很多的做法，但至关重要的一点是使用 var 定义一个函数范围的变量。下面这两个方法在功能上是相同的：
正确的函数
function test() {
   [...]]]></description>
			<content:encoded><![CDATA[<p>写任何编程代码，不同的<a href='http://paranimage.com/category/dede/'>开发</a>者都会有不同的见解。但参考一下总是好的，下面是来自<a href="http://www.javascripttoolbox.com/bestpractices/">Javascript Toolbox</a>发布的<strong>14条最佳JS代码编写技巧</strong>，Sofish翻译(<a href="http://www.happinesz.cn/archives/1171/" target="_blank">1</a>,<a href="http://www.happinesz.cn/archives/1181/">2</a>)。</p>
<h3 id="var">1. 总是使用 ‘var’</h3>
<p>在<a href='http://paranimage.com/category/dede/javascript/'>javascript</a>中，变量不是全局范围的就是函数范围的，使用&#8221;var&#8221;关键词将是保持变量简洁明了的关键。当声明一个或者是全局或者是函数级（function-level）的变量，需总是前置&#8221;var&#8221;关键词，下面的例子将强调不这样做潜在的问题。</p>
<p><strong>不使用 Var 造成的问题</strong></p>
<pre><code class="javascript">var i=0; // This is good - creates a global variable
function test() {
   for (i=0; i&lt;10; i++) {
      alert("Hello World!");
   }
}
test();
alert(i); // The global variable i is now 10!</code></pre>
<p>因为变量函数中变量 i 并没有使用 var 使其成为函数级的变量，在这个例子中它引用了全局变量。总是使用 var 来声明全局变量是一个很多的做法，但至关重要的一点是使用 var 定义一个函数范围的变量。下面这两个方法在功能上是相同的：</p>
<p><strong>正确的函数</strong></p>
<pre><code class="javascript">function test() {
   <strong>var i=0;</strong>
   for (i=0; i&lt;10; i++) {
      alert("Hello World!");
   }
}</code></pre>
<p><strong>正确的函数</strong></p>
<pre><code class="javascript">function test() {
   for (<strong>var</strong> i=0; i&lt;10; i++) {
      alert("Hello World!");
   }
}</code></pre>
<h3 id="detect">2. 特性检测而非浏览器检测</h3>
<p>一些代码是写来发现浏览器版本并基于用户正使用的客户端的对其执行不同行为。这个，总的来说，是一个非常糟的实践。更好的方法是使用特性检测，在使 用一个老浏览器可能不支持的高级的特性之前，首先检测（浏览器的）是否有这个功能或特性，然后使用它。这单独检测浏览器版本来得更好，即使你知道它的性 能。你可以在 <a href="http://www.jibbering.com/faq/faq_notes/not_browser_detect.html">http://www.jibbering.com/faq/faq_notes/not_browser_detect.html</a>找到一个深入讨论这个问题的文章。</p>
<p><strong>例子：</strong></p>
<pre><code class="javascript">if (document.getElementById) {
   var element = document.getElementById('MyId');
}
else {
   alert('Your browser lacks the capabilities required to run this script!');
}</code></pre>
<h3 id="squarebracket">3. 使用方括号记法</h3>
<p>当访问由执行时决定或者包括要不能用&#8221;.&#8221;号访问的对象属性，使用方括号记法。如果你不是一个经验丰富的Javascript程序员，总是使用方括号是一个不错的做法</p>
<p>对象的属性由两种固定的方法来访问：&#8221;.&#8221;记法和&#8221;[ ]&#8220;方括号记法：</p>
<p><strong>&#8220;.&#8221;号记法</strong></p>
<pre><code class="javascript">MyObject.property</code></pre>
<p><strong>&#8220;[ ]&#8220;方括号记法</strong></p>
<pre><code class="javascript"><strong>MyObject["property"]</strong></code></pre>
<p>使用&#8221;.&#8221;号，属性名是硬代码，不能在执行时改变。使用&#8221;[ ]&#8220;方括号，属性名是一个通过计算属性名而来的字符串。字符串要以是硬代码，也可能是变量，甚至可以是一个调回一个字母串值的函数。 如果一个属性名在执行产生，方括号是必须，如果你有 &#8220;value1&#8243;, &#8220;value2&#8243;, 和 &#8220;value3&#8243;这样的属性，并且想利用变量 i=2来访问</p>
<p><strong>这个可以运行：</strong></p>
<pre><code class="javascript">MyObject["value"+i]</code></pre>
<p><strong>这个不可以：</strong></p>
<pre><code class="javascript">MyObject.value+i</code></pre>
<p>并且在某些服务器端环境（PHP、Struts等）下，Form 表单被附加了 [ ] 号来表示 Form 表单在服务器端必须被当作数组来对待。如此，用&#8221;.&#8221;号来引用一个包含 [ ] 号的字段将不会执行，因为 [ ] 是引用一个 Javascript 数组的语法。所以，[ ] 号记法是必须的：</p>
<p><strong>这个可以运行：</strong></p>
<pre><code class="javascript">formref.elements["name[]"]</code></pre>
<p><strong>这个不可以：</strong></p>
<pre><code class="javascript">formref.elements.name[]</code></pre>
<p>推荐使用&#8221;[ ]&#8220;方括号记法是说当其需要时（明显地）总是使用它。当不是严格需要使用它的时候，它是一个私人的偏好和习惯。一个好的经验原则是，使用&#8221;.&#8221;号记法访问标准的对象属性，使用&#8221;[   ]&#8220;方括号记法访问由页面定义的对象属性。这样，<tt>document["getElementById"]()</tt> 是一个完美可行的&#8221;[ ]&#8220;方括号记法用法，但   <tt>document.getElementById()</tt> 在语法上是首选，因为 getElementById 是一个 DOM   规范中定义的一个标准文档对象属性。混合使用这两个记法使哪个是标准对象属性，哪个属性名是由上下文所定义的，在代码中显得清晰明了：</p>
<pre><code class="javascript">document.forms["myformname"].elements["myinput"].value</code></pre>
<p>这里，<tt>forms</tt> 是 <tt>document</tt> 的一个标准属性，而表单名 <tt>myformname</tt> 则是由页面所定义的。同时，<tt>elements</tt> 和   <tt>value</tt> 属性都是由规范所定义的标准属性。而 <tt>myinput</tt> 则是由页面所定义的。这页是句法让人非常容易理解（代码的内容），是一个推荐遵循的习惯用法，但不是严格原则。(...)<br/>继续阅读 <a href="http://paranimage.com/14-best-js-coding-tips/">14条最佳JS代码编写技巧</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/14-best-js-coding-tips/">14条最佳JS代码编写技巧</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/14-best-js-coding-tips/&title=14条最佳JS代码编写技巧">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/14-best-js-coding-tips/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>150个JS特效脚本</title>
		<link>http://paranimage.com/150-javascript-effects-scripts/</link>
		<comments>http://paranimage.com/150-javascript-effects-scripts/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 05:37:53 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jQuery插件]]></category>

		<guid isPermaLink="false">http://paranimage.com/?p=11385</guid>
		<description><![CDATA[上月，我们整月都在发布javascript特效脚本，本文算是外传，收集了其它一些不太方便归类的JS特效，共150个，供君查阅。
1. simplyScroll
simplyScroll这个jquery插件能够让任意一组元素产生滚动动画效果，可以是自动、手动滚动，水平、垂直方向滚动。此外，它还可以接受动态图片输入通过Flickr供稿或一个本地JSON数据源。
2. Animated Collapsible DIV
为任何DIV层添加Web2.0风格的动画隐藏/显示效果
3. jQuery Pagination (演示地址)

jQuery分页插件
4. side bar menu using script.aculo.us (演示地址)

采用script.aculo.us开发的侧边滑条菜单。
5. mooSocialize

mooSocialize基于ajax的社会化网络书签收藏控件。
6. phatfusion Lightbox (演示地址)
这个Lightbox控件基于Mootools开发，它在页角上增加了向前/后退两按纽并能够用html来编写描述说明。(...)继续阅读 150个JS特效脚本

转载请注明: 来源于 150个JS特效脚本 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: JavaScript, jQuery插件 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.

]]></description>
			<content:encoded><![CDATA[<p>上月，我们整月都在发布<a href='http://paranimage.com/category/dede/javascript/'>javascript</a>特效脚本，本文算是外传，收集了其它一些不太方便归类的JS特效，共150个，供君查阅。</p>
<h4>1. <a href="http://logicbox.net/jquery/simplyscroll/">simplyScroll</a></h4>
<p>simplyScroll这个<a href='http://paranimage.com/tag/jquery/'>jquery</a>插件能够让任意一组元素产生滚动动画效果，可以是自动、手动滚动，水平、垂直方向滚动。此外，它还可以接受动态图片输入通过Flickr供稿或一个本地JSON数据源。</p>
<h4>2. <a href="http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm">Animated Collapsible DIV</a></h4>
<p>为任何DIV层添加Web2.0风格的动画隐藏/显示效果</p>
<h4>3. <a href="http://plugins.jquery.com/project/pagination">jQuery Pagination</a> (<a href="http://d-scribe.de/webtools/jquery-pagination/demo/demo_options.htm">演示地址</a>)</h4>
<p><a href="http://plugins.jquery.com/project/pagination"><img src="http://paranimage.com/images/javascript/javascript-10-53-11.jpg" alt="jQuery Pagination" title="150个JS特效脚本" /></a></p>
<p>jQuery分页插件</p>
<h4>4. <a href="http://www.andrewsellick.com/44/sexy-sliding-menu-for-scriptaculous">side bar menu using script.aculo.us</a> (<a href="http://www.andrewsellick.com/examples/sliding-side-bar-scriptaculous/">演示地址</a>)</h4>
<p><a href="http://www.andrewsellick.com/44/sexy-sliding-menu-for-scriptaculous"><img src="http://paranimage.com/images/javascript/javascript-21-40-25f.jpg" alt="side bar menu using script.aculo.us" title="150个JS特效脚本" /></a></p>
<p>采用script.aculo.us<a href='http://paranimage.com/category/dede/'>开发</a>的侧边滑条菜单。</p>
<h4>5. <a href="http://www.artviper.net/moosocialize.php">mooSocialize</a></h4>
<p><a href="http://www.artviper.net/moosocialize.php"><img src="http://paranimage.com/images/javascript/javascript-12-21-19f.jpg" alt="mooSocialize" title="150个JS特效脚本" /></a></p>
<p>mooSocialize基于<a href='http://paranimage.com/tag/ajax/'>ajax</a>的社会化网络书签收藏控件。</p>
<h4>6. <a href="http://www.phatfusion.net/lightbox/" class="broken_link" >phatfusion Lightbox</a> (<a href="http://www.phatfusion.net/lightbox/" class="broken_link" >演示地址</a>)</h4>
<p>这个Lightbox控件基于Mootools开发，它在页角上增加了向前/后退两按纽并能够用<a href='http://paranimage.com/category/dede/html/'>html</a>来编写描述说明。(...)<br/>继续阅读 <a href="http://paranimage.com/150-javascript-effects-scripts/">150个JS特效脚本</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/150-javascript-effects-scripts/">150个JS特效脚本</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/150-javascript-effects-scripts/&title=150个JS特效脚本">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/150-javascript-effects-scripts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>21个漂亮的Javascript菜单特效</title>
		<link>http://paranimage.com/21-beautiful-javascript-menu-effects/</link>
		<comments>http://paranimage.com/21-beautiful-javascript-menu-effects/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 09:36:41 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jQuery插件]]></category>
		<category><![CDATA[菜单]]></category>

		<guid isPermaLink="false">http://paranimage.com/21-beautiful-javascript-menu-effects/</guid>
		<description><![CDATA[继11个Javascript树形菜单和20个Javascript手风琴折叠菜单后，再整理21个漂亮的javascript菜单特效。
1. iconDock (演示地址)

iconDock一个基于jquery开发的Fisheye menu。
2. dhtmlxMenu

这个菜单控件支持水平和垂直布局并可以配置作为ContextMenu，支持通过ajax动态加载菜。
3. Control.Menu

采用Mootools开发的菜单控件。
4. Fancy menu

非常酷的导航菜单。
5. CSS Dock Menu ()

采用jQuery CSS实现，仿Mac Dock Menu的一个导航菜单。(...)继续阅读 21个漂亮的Javascript菜单特效

转载请注明: 来源于 21个漂亮的Javascript菜单特效 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: JavaScript, jQuery插件, 菜单 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.

]]></description>
			<content:encoded><![CDATA[<p>继<a href="http://paranimage.com/11-javascript-tree-menus/" target="_blank">11个Javascript树形菜单</a>和<a href="http://paranimage.com/20-javascript-accordion-folding-menus/" target="_blank">20个Javascript手风琴折叠菜单</a>后，再整理<strong>21个漂亮的<a href='http://paranimage.com/category/dede/javascript/'>javascript</a>菜单特效</strong>。</p>
<h4>1. <a href="http://icon.cat/wiki/IconDock_En#iconDock_jQuery_Plugin">iconDock</a> (<a href="http://icon.cat/software/iconDock/0.8b/dock.html">演示地址</a>)</h4>
<p><a href="http://icon.cat/wiki/IconDock_En#iconDock_jQuery_Plugin"><img src="http://paranimage.com/images/javascript/javascript-23-59-6d.png" alt="iconDock - Javascript菜单特效" title="21个漂亮的Javascript菜单特效" /></a></p>
<p>iconDock一个基于<a href='http://paranimage.com/tag/jquery/'>jquery</a><a href='http://paranimage.com/category/dede/'>开发</a>的Fisheye menu。</p>
<h4>2. <a href="http://dhtmlx.com/docs/products/dhtmlxMenu/index.shtml">dhtmlxMenu</a></h4>
<p><a href="http://dhtmlx.com/docs/products/dhtmlxMenu/index.shtml"><img src="http://paranimage.com/images/javascript/javascript-12-29-46j.jpg" alt="dhtmlxMenu - Javascript菜单特效" title="21个漂亮的Javascript菜单特效" /></a></p>
<p>这个菜单控件支持水平和垂直布局并可以配置作为ContextMenu，支持通过<a href='http://paranimage.com/tag/ajax/'>ajax</a>动态加载菜。</p>
<h4>3. <a href="http://meteora.astrata.com.mx/pages/demo/control-menu">Control.Menu</a></h4>
<p><a href="http://meteora.astrata.com.mx/pages/demo/control-menu"><img src="http://paranimage.com/images/javascript/javascript-15-30-8g.jpg" alt="Control.Menu - Javascript菜单特效" title="21个漂亮的Javascript菜单特效" /></a></p>
<p>采用Mootools开发的菜单控件。</p>
<h4>4. <a href="http://devthought.com/cssjavascript-true-power-fancy-menu/">Fancy menu</a></h4>
<p><a href="http://devthought.com/cssjavascript-true-power-fancy-menu/"><img src="http://paranimage.com/images/javascript/javascript-9-8-49l.jpg" alt="Fancy menu - Javascript菜单特效" title="21个漂亮的Javascript菜单特效" /></a></p>
<p>非常酷的导航菜单。</p>
<h4>5. <a href="http://www.ndesign-studio.com/blog/design/css-dock-menu/">CSS Dock Menu</a> (<a href="http://www.ndesign-studio.com/demo/css-dock-menu/css-dock.html"></a>)</h4>
<p><a href="http://www.ndesign-studio.com/blog/design/css-dock-menu/"><img src="http://paranimage.com/images/javascript/javascript-18-6-38e.jpg" alt="CSS Dock Menu - Javascript菜单特效" title="21个漂亮的Javascript菜单特效" /></a></p>
<p>采用jQuery <a href='http://paranimage.com/category/dede/css/'>CSS</a>实现，仿Mac Dock Menu的一个导航菜单。(...)<br/>继续阅读 <a href="http://paranimage.com/21-beautiful-javascript-menu-effects/">21个漂亮的Javascript菜单特效</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/21-beautiful-javascript-menu-effects/">21个漂亮的Javascript菜单特效</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/21-beautiful-javascript-menu-effects/&title=21个漂亮的Javascript菜单特效">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a>, <a href="http://paranimage.com/tag/menus/" rel="tag">菜单</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/21-beautiful-javascript-menu-effects/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>16款Javascript提示工具(Tooltips)</title>
		<link>http://paranimage.com/16-javascript-tooltips/</link>
		<comments>http://paranimage.com/16-javascript-tooltips/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 09:22:47 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jQuery插件]]></category>
		<category><![CDATA[Tooltips]]></category>

		<guid isPermaLink="false">http://paranimage.com/16-paragraph-javascript-tips-tools-tooltips/</guid>
		<description><![CDATA[当我们把鼠标放在一个链接上时，如果该链接设置了title属性，就会悬浮显示一个淡黄色背景的文本提示，这就是最基础的Tooltips提示工具。但其平凡的样子实在很难让人注意。利用javascript则可以生成一些漂亮、高级的tooltips，这些提示信息不仅仅限于文本，还可以是图片，音频，视频甚至框架，并且可以包含html元素，方便使用CSS来美化。
先吸引到访问的眼球，才能达到提醒的目的。16款Javascript Tooltips提示工具。
1. HelpBalloon.js (演示地址)

一个可灵活控制
2. jQuery.UI MessengerOutlook like message notification Widget (演示地址)

这个jquery.UI控件类似于MessengerOutlook消息弹出提醒框。
3. Step by Step (演示地址)

该脚本能够为访问者逐步地展示和介绍当前页面所包含的内容，效果类似于Tooltips。
4. BeautyTips

BeautyTips是一个jQuery Tooltip插件.
5. qTip

6. Simple tooltip

Simple tooltip是一个非常简单的Tooltip jQuery插件。
7. Side Navigation Tooltip (演示地址)

利用jQuery为侧面导航菜单添加Tooltips气泡提示说明。(...)继续阅读 16款Javascript提示工具(Tooltips)

转载请注明: 来源于 16款Javascript提示工具(Tooltips) 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: JavaScript, jQuery插件, Tooltips 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购, [...]]]></description>
			<content:encoded><![CDATA[<p>当我们把鼠标放在一个链接上时，如果该链接设置了title属性，就会悬浮显示一个淡黄色背景的文本提示，这就是最基础的Tooltips提示工具。但其平凡的样子实在很难让人注意。利用<a href='http://paranimage.com/category/dede/javascript/'>javascript</a>则可以生成一些漂亮、高级的tooltips，这些提示信息不仅仅限于文本，还可以是图片，音频，视频甚至框架，并且可以包含<a href='http://paranimage.com/category/dede/html/'>html</a>元素，方便使用<a href='http://paranimage.com/category/dede/css/'>CSS</a>来美化。</p>
<p>先吸引到访问的眼球，才能达到提醒的目的。<strong>16款Javascript Tooltips提示工具</strong>。</p>
<h4>1. <a href="http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/">HelpBalloon.js</a> (<a href="http://www.beauscott.com/examples/help_balloons/doc/examples.htm">演示地址</a>)</h4>
<p><a href="http://www.beauscott.com/2008/03/02/helpballoonjs-version-20/"><img src="http://paranimage.com/images/javascript/javascript-18-10-55g.jpg" alt="HelpBalloon.js - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<p>一个可灵活控制</p>
<h4>2. <a href="http://mosesofegypt.net/post/2008/07/17/jQueryui-Messenger-Outlook-like-message-notification-Widget.aspx">jQuery.UI MessengerOutlook like message notification Widget</a> (<a href="http://mosesofegypt.net/samples00/jQueryNotificationMessage/">演示地址</a>)</h4>
<p><a href="http://mosesofegypt.net/post/2008/07/17/jQueryui-Messenger-Outlook-like-message-notification-Widget.aspx"><img src="http://paranimage.com/images/javascript/javascript-20-58-35a.jpg" alt="jQuery.UI MessengerOutlook like message notification Widget - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<p>这个<a href='http://paranimage.com/tag/jquery/'>jquery</a>.UI控件类似于MessengerOutlook消息弹出提醒框。</p>
<h4>3. <a href="http://icant.co.uk/sandbox/stepbystep/#download">Step by Step</a> (<a href="http://icant.co.uk/sandbox/stepbystep/fullautoexample.html">演示地址</a>)</h4>
<p><a href="http://icant.co.uk/sandbox/stepbystep/#download"><img src="http://paranimage.com/images/javascript/javascript-9-2-26f.jpg" alt="Step by Step - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<p>该脚本能够为访问者逐步地展示和介绍当前页面所包含的内容，效果类似于Tooltips。</p>
<h4>4. <a href="http://www.lullabot.com/articles/announcing-beautytips-jquery-tooltip-plugin">BeautyTips</a></h4>
<p><a href="http://www.lullabot.com/articles/announcing-beautytips-jquery-tooltip-plugin"><img src="http://paranimage.com/images/javascript/javascript-12-6-7b.jpg" alt="BeautyTips - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<p>BeautyTips是一个jQuery Tooltip插件.</p>
<h4>5. <a href="http://craigsworks.com/projects/qtip/">qTip</a></h4>
<p><a href="http://craigsworks.com/projects/qtip/"><img src="http://paranimage.com/images/javascript/javascript-23-25-23.jpg" alt="qTip - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<h4>6. <a href="http://dev.mariusilie.net/content/simple-tooltip-jquery-plugin">Simple tooltip</a></h4>
<p><a href="http://dev.mariusilie.net/content/simple-tooltip-jquery-plugin"><img src="http://paranimage.com/images/javascript/javascript-18-46-10d.jpg" alt="Simple tooltip - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<p>Simple tooltip是一个非常简单的Tooltip jQuery插件。</p>
<h4>7. <a href="http://www.sohtanaka.com/web-design/side-navigation-tooltip-popup-bubble/">Side Navigation Tooltip</a> (<a href="http://www.sohtanaka.com/web-design/examples/side-nav-popup/">演示地址</a>)</h4>
<p><a href="http://www.sohtanaka.com/web-design/side-navigation-tooltip-popup-bubble/"><img src="http://paranimage.com/images/javascript/javascript-9-29-30g.jpg" alt="Side Navigation Tooltip - Javascript提示工具" title="16款Javascript提示工具(Tooltips)" /></a></p>
<p>利用jQuery为侧面导航菜单添加Tooltips气泡提示说明。(...)<br/>继续阅读 <a href="http://paranimage.com/16-javascript-tooltips/">16款Javascript提示工具(Tooltips)</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/16-javascript-tooltips/">16款Javascript提示工具(Tooltips)</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/16-javascript-tooltips/&title=16款Javascript提示工具(Tooltips)">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a>, <a href="http://paranimage.com/tag/tooltips/" rel="tag">Tooltips</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/16-javascript-tooltips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>23个Javascript弹出特效</title>
		<link>http://paranimage.com/23-javascript-popup-effects/</link>
		<comments>http://paranimage.com/23-javascript-popup-effects/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 11:35:53 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jQuery插件]]></category>
		<category><![CDATA[弹出特效]]></category>

		<guid isPermaLink="false">http://paranimage.com/23-javascript-pop-up-effects/</guid>
		<description><![CDATA[之前我们看过12个Lightbox灯箱特效，主要是针对图片，现在则来看更多的javascript弹出对话框特效。
1. Lightview

Lightview是一个基于Prototype与Script.aculo.us开发，用于创建可以覆盖整个页面的模式对话框。展示的内容不仅可以是图片、文字、网页、通过ajax 调用的内容，还可以是Quicktime/Flash影片都能够以非常酷的效果展示。
2. ThickBox (演示地址)

ThickBox是一个模式对话框UI控件。基于jquery开发，可以用来展示单张或多张图片，内嵌的内容，iframed的内容，或通过Ajax获取的内容。
3. Fonshen JS Window (演示地址)

风声JS窗口为模拟WEB弹出窗口和对话框提供一种方案。程序基于 JavaScript/Xhtml/CSS 标准实现。支持自由度极高的窗口样式定制；交互方面提供模拟的按钮编程模型，可以很好的模拟对话框； 另外，接口参考Javascript内置对象window的一些方法（比如：window.open, window.alert, window.confirm），简洁方便。
4. ymPrompt

在web开发中，对于浏览器默认的消息提示框（如alert,confirm等）外观无法控制，为了实现更好的界面效果，于是模拟系统的消息提示框实现了该组件。在外观上可以通过css进行完全的控制。调用方式简单，直接使用ymPrompt.alert()的方式调用，传入相应的参数即可。提供四种消息类型。分别为消息提示、成功信息、错误信息、询问信息。
5. Modalbox

ModalBox用于生成Web2.0风格的模式对话框。基于Prototype script.aculo.us框架开发，效果类似Mac OSX的模式对话框。内容可以通过Ajax加载或普通的HTML页面。(...)继续阅读 23个Javascript弹出特效

转载请注明: 来源于 23个Javascript弹出特效 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: JavaScript, jQuery插件, 弹出特效 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.

]]></description>
			<content:encoded><![CDATA[<p>之前我们看过<a href="http://paranimage.com/12-javascript-lightbox-effects-scripts/" target="_blank">12个Lightbox灯箱特效</a>，主要是针对图片，现在则来看更多的<strong><a href='http://paranimage.com/category/dede/javascript/'>javascript</a>弹出对话框特效</strong>。</p>
<h4>1. <a href="http://www.nickstakenburg.com/projects/lightview/">Lightview</a></h4>
<p><a href="http://www.nickstakenburg.com/projects/lightview/"><img src="http://paranimage.com/images/javascript/javascript-12-36-24b.jpg" alt="Lightview - Javascript弹出特效" title="23个Javascript弹出特效" /></a></p>
<p>Lightview是一个基于Prototype与Script.aculo.us<a href='http://paranimage.com/category/dede/'>开发</a>，用于创建可以覆盖整个页面的模式对话框。展示的内容不仅可以是图片、文字、网页、通过<a href='http://paranimage.com/tag/ajax/'>ajax</a> 调用的内容，还可以是Quicktime/Flash影片都能够以非常酷的效果展示。</p>
<h4>2. <a href="http://jquery.com/demo/thickbox/">ThickBox</a> (<a href="http://jquery.com/demo/thickbox/#examples">演示地址</a>)</h4>
<p><a href="http://jquery.com/demo/thickbox/"><img src="http://paranimage.com/images/javascript/javascript-12-46-6i.jpg" alt="ThickBox - Javascript弹出特效" title="23个Javascript弹出特效" /></a></p>
<p>ThickBox是一个模式对话框UI控件。基于<a href='http://paranimage.com/tag/jquery/'>jquery</a>开发，可以用来展示单张或多张图片，内嵌的内容，iframed的内容，或通过Ajax获取的内容。</p>
<h4>3. <a href="http://www.fonshen.com/Window/">Fonshen JS Window</a> (<a href="http://www.fonshen.com/Window/demo/index.htm">演示地址</a>)</h4>
<p><a href="http://www.fonshen.com/Window/"><img src="http://paranimage.com/images/javascript/javascript-9-27-51f.jpg" alt="Fonshen JS Window - Javascript弹出特效" title="23个Javascript弹出特效" /></a></p>
<p>风声JS窗口为模拟WEB弹出窗口和对话框提供一种方案。程序基于 JavaScript/X<a href='http://paranimage.com/category/dede/html/'>html</a>/<a href='http://paranimage.com/category/dede/css/'>CSS</a> 标准实现。支持自由度极高的窗口样式定制；交互方面提供模拟的按钮编程模型，可以很好的模拟对话框； 另外，接口参考Javascript内置对象window的一些方法（比如：window.open, window.alert, window.confirm），简洁方便。</p>
<h4>4. <a href="http://www.ajaxbbs.net/ymPrompt2.0/" class="broken_link" >ymPrompt</a></h4>
<p><a href="http://www.ajaxbbs.net/ymPrompt2.0/" class="broken_link" ><img src="http://paranimage.com/images/javascript/javascript-9-26-4e.jpg" alt="ymPrompt - Javascript弹出特效" title="23个Javascript弹出特效" /></a></p>
<p>在web开发中，对于浏览器默认的消息提示框（如alert,confirm等）外观无法控制，为了实现更好的界面效果，于是模拟系统的消息提示框实现了该组件。在外观上可以通过css进行完全的控制。调用方式简单，直接使用ymPrompt.alert()的方式调用，传入相应的参数即可。提供四种消息类型。分别为消息提示、成功信息、错误信息、询问信息。</p>
<h4>5. <a href="http://www.wildbit.com/labs/modalbox/">Modalbox</a></h4>
<p><a href="http://www.wildbit.com/labs/modalbox/"><img src="http://paranimage.com/images/javascript/javascript-12-38-12d.jpg" alt="Modalbox - Javascript弹出特效" title="23个Javascript弹出特效" /></a></p>
<p>ModalBox用于生成Web2.0风格的模式对话框。基于Prototype script.aculo.us框架开发，效果类似Mac OSX的模式对话框。内容可以通过Ajax加载或普通的HTML页面。(...)<br/>继续阅读 <a href="http://paranimage.com/23-javascript-popup-effects/">23个Javascript弹出特效</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/23-javascript-popup-effects/">23个Javascript弹出特效</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/23-javascript-popup-effects/&title=23个Javascript弹出特效">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a>, <a href="http://paranimage.com/tag/popup/" rel="tag">弹出特效</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/23-javascript-popup-effects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>12个Javascript灯箱效果Lightbox脚本</title>
		<link>http://paranimage.com/12-javascript-lightbox-effects-scripts/</link>
		<comments>http://paranimage.com/12-javascript-lightbox-effects-scripts/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:10:24 +0000</pubDate>
		<dc:creator>帕兰</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[设计开发]]></category>
		<category><![CDATA[jQuery插件]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://paranimage.com/12-javascript-lightbox-effects-lightbox-script/</guid>
		<description><![CDATA[Lightbox，也就是灯箱特效，是我们最常使用的javascript脚本之一。本文为你收集了一些比较流行的Javascript灯箱脚本。
1. Multibox (演示地址)

一个lightbox支持的内容格式包括：图片，Flash，视频，mp3，html。
2. YUI Based Lightbox ()

使用YUI Dialog class开发的lightbox控件。
3. weebbox

weebbox是一个基于Prototype Scriptaculous（172k） 开发，仿Lightbox效果用于展示图片的javascript控件。
4. Pirobox (演示地址)

采用jquery开发的Lightbox控件。能够根据浏览器窗体大小自动调整展示图片大小。提供向前/向后控制链接。动态加载图片效果。易于定制。(...)继续阅读 12个Javascript灯箱效果Lightbox脚本

转载请注明: 来源于 12个Javascript灯箱效果Lightbox脚本 
原订阅地址即将失效，请大家更换到新的订阅地址: http://feed.paranimage.com/


© 帕兰 for 帕兰映像, 2010  &#124;
添加到 del.icio.us 


通过这些关键词: JavaScript, jQuery插件, lightbox 找到更多你可能喜欢的内容




第5工作室 - 付费设计:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.
第7网赚室 - 在线赚钱:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!
第9主机室 - 国外主机:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.

]]></description>
			<content:encoded><![CDATA[<p><strong>Lightbox</strong>，也就是<strong>灯箱特效</strong>，是我们最常使用的<strong><a href='http://paranimage.com/category/dede/javascript/'>javascript</a>脚本</strong>之一。本文为你收集了一些比较流行的<strong>Javascript灯箱脚本</strong>。</p>
<h4>1. <a href="http://www.phatfusion.net/multibox/">Multibox</a> (<a href="http://www.phatfusion.net/multibox/">演示地址</a>)</h4>
<p><a href="http://www.phatfusion.net/multibox/"><img src="http://paranimage.com/images/javascript/javascript-16-16-58j.jpg" alt="Multibox - Javascript灯箱效果Lightbox脚本" title="12个Javascript灯箱效果Lightbox脚本" /></a></p>
<p>一个lightbox支持的内容格式包括：图片，Flash，视频，mp3，<a href='http://paranimage.com/category/dede/html/'>html</a>。</p>
<h4>2. <a href="http://thecodecentral.com/2007/08/17/yui-based-lightbox-revisit">YUI Based Lightbox</a> (<a href="http://test.thecodecentral.com/demos/lightboxrev/lightbox.html"></a>)</h4>
<p><a href="http://thecodecentral.com/2007/08/17/yui-based-lightbox-revisit"><img src="http://paranimage.com/images/javascript/javascript-18-6-23j.jpg" alt="YUI Based Lightbox - Javascript灯箱效果Lightbox脚本" title="12个Javascript灯箱效果Lightbox脚本" /></a></p>
<p>使用YUI Dialog class<a href='http://paranimage.com/category/dede/'>开发</a>的lightbox控件。</p>
<h4>3. <a href="http://www.weebbox.com/" class="broken_link" >weebbox</a></h4>
<p><a href="http://www.weebbox.com/" class="broken_link" ><img src="http://paranimage.com/images/javascript/javascript-16-47-25c.jpg" alt="weebbox - Javascript灯箱效果Lightbox脚本" title="12个Javascript灯箱效果Lightbox脚本" /></a></p>
<p>weebbox是一个基于Prototype Scriptaculous（172k） 开发，仿Lightbox效果用于展示图片的javascript控件。</p>
<h4>4. <a href="http://designshack.co.uk/tutorials/pirobox-jquery-lightbox">Pirobox</a> (<a href="http://designshack.co.uk/gallery/">演示地址</a>)</h4>
<p><a href="http://designshack.co.uk/tutorials/pirobox-jquery-lightbox"><img src="http://paranimage.com/images/javascript/javascript-12-17-35.jpg" alt="Pirobox - Javascript灯箱效果Lightbox脚本" title="12个Javascript灯箱效果Lightbox脚本" /></a></p>
<p>采用<a href='http://paranimage.com/tag/jquery/'>jquery</a>开发的Lightbox控件。能够根据浏览器窗体大小自动调整展示图片大小。提供向前/向后控制链接。动态加载图片效果。易于定制。(...)<br/>继续阅读 <a href="http://paranimage.com/12-javascript-lightbox-effects-scripts/">12个Javascript灯箱效果Lightbox脚本</a></p>
<div style="padding: 5px 10px; background: #F3F5FC; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;">
<p>转载请注明: 来源于 <a href="http://paranimage.com/12-javascript-lightbox-effects-scripts/">12个Javascript灯箱效果Lightbox脚本</a> <br/>
<strong>原订阅地址即将失效，请大家更换到新的订阅地址: <a href="http://feed.paranimage.com/" style="color: #C00;">http://feed.paranimage.com/</a></strong>

<p>
© 帕兰 for <a href="http://paranimage.com">帕兰映像</a>, 2010  |
添加到 <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://paranimage.com/12-javascript-lightbox-effects-scripts/&title=12个Javascript灯箱效果Lightbox脚本">del.icio.us</a> 
</p>
<p>
<strong>通过这些关键词: <a href="http://paranimage.com/tag/javascript/" rel="tag">JavaScript</a>, <a href="http://paranimage.com/tag/jquery-plugins/" rel="tag">jQuery插件</a>, <a href="http://paranimage.com/tag/lightbox/" rel="tag">lightbox</a> 找到更多你可能喜欢的内容</strong><br>

</p>
<p style="line-height: 170%; min-height: 80px; height: auto ! important;">
<img src="http://www.gravatar.com/avatar/8a12563920d5470c5e7da7c07c24c523?s=80&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G" alt="帕兰头像" style="float: left; padding-right: 10px; padding-bottom: 30px;" height="60" width="60">
<strong><a target="_blank" href="http://5android.com/">第5工作室 - 付费设计</a></strong>:　自定义个性化网页设计, 承接付费WordPress主题定制, PSD转XHTML等设计业务.<br>
<strong><a target="_blank" href="http://7android.com/">第7网赚室 - 在线赚钱</a></strong>:　向你推荐最热门最真实的在线赚钱途径, 让你在写博同时, 轻松赚取美元!<br>
<strong><a target="_blank" href="http://9android.com/">第9主机室 - 国外主机</a></strong>:　低于5美元/每月, 支持PayPal付款的美国虚拟主机, 直观图析评测导购,  帮您做出明智的选择.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://paranimage.com/12-javascript-lightbox-effects-scripts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
