<?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; Web前端</title>
	<atom:link href="http://zmingcx.com/category/webdesign/feed" rel="self" type="application/rss+xml" />
	<link>http://zmingcx.com</link>
	<description>崇尚专注　追求极致</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:02:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>15个效果非常炫的jQuery插件</title>
		<link>http://zmingcx.com/15-jquery-plugin.html</link>
		<comments>http://zmingcx.com/15-jquery-plugin.html#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:37:43 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4758</guid>
		<description><![CDATA[jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 by John Resig. Used by over 46% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today. jQuery is free, open source software, dual-licensed under the MIT License and the GNU General Public License, Version 2. jQuery’s syntax is designed [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 by <a title="John Resig" href="http://en.wikipedia.org/wiki/John_Resig" target="_blank">John Resig</a>. Used by over 46% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.</p>
<p>jQuery is free, open source software, dual-licensed under the MIT License and the GNU General Public License, Version 2. jQuery’s syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library.</p>
<p>This enables developers to create abstractions for low-level interaction and animation, advanced effects and high-level, theme-able widgets. The modular approach to the jQuery framework allows the creation of powerful and dynamic web pages and web applications (source: <a title="Visit Wiki" href="http://en.wikipedia.org/wiki/JQuery" target="_blank">Wikipedia</a>).</p>
<p>jQuery is a “write less, do more” JavaScript library, developers can trust jQuery blindly to produce awesome inspiring effects to get the best results. Here are 15 useful and new  jQuery Plugins which I have handpicked from jQuery articles or plugins published in last couple of months on the blogosphere, I hope you’ll like the latest on jQuery Plugins ..</p>
<h2>Super Simple Lightbox with CSS and jQuery</h2>
<p>Rather than using a bloated plugin that has features you’ll never use, this tutorial shows you how to create a super simple lightbox for handling images. It’s perfect for image galleries, portfolios, and more!</p>
<p><img title="4" src="http://www.gonzoblog.nl/wp-content/uploads//4.jpg" alt="" width="600" height="420" /></p>
<p><a title="Demo jQuery" href="http://webdesigntutsplus.s3.amazonaws.com/tuts/177_simpleLightbox/demo/demo.html" target="_blank">Demo</a> | <a title="Visit the Tutorial" href="http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/super-simple-lightbox-with-css-and-jquery/" target="_blank">Tutorial</a> | <a title="Download jQuery Plugin" href="http://webdesigntutsplus.s3.amazonaws.com/tuts/177_simpleLightbox/source.zip">Download</a></p>
<h2>Animated Scroll to Top</h2>
<p>A detailed tutorial on how to create an animated scroll to top, it is very simple to do with jQuery (just a few lines of code). It checks if the scrollbar top position is greater than certain value, then fade in the scroll to top button. Upon the link is clicked, it scrolls the page to the top.</p>
<p><img src="http://slodive.com/wp-content/uploads/2011/08/jquery-tutorials/nimated-scroll-to-top.jpg" alt="Animated Scroll to Top" width="600" height="340" /></p>
<p><a title="Demo jQuery Plugin" href="http://webdesignerwall.com/demo/scroll-to-top/scrolltotop.html" target="_blank">Demo</a> | <a title="Visit the Tutorial" href="http://webdesignerwall.com/tutorials/animated-scroll-to-top" target="_blank">Tutorial</a> | <a title="Download jQuery Plugin" href="http://webdesignerwall.com/file/scroll-to-top.zip">Download</a></p>
<h2>Creating a Modern Gallery with Raphael</h2>
<p>How to create a modern gallery (with cool animation effect) using Raphael library and jQuery. First of all, check out Raphael <a title="Visit Raphael JS" href="http://raphaeljs.com/" target="_blank">website</a> and read the documentation. In this tutorial we will use just a little part of this what Raphael offer.</p>
<p><img src="http://spyrestudios.com/wp-content/uploads/316.jpg" alt="" width="550" height="285" /></p>
<p><a title="Demo jQuery" href="http://playground.mobily.pl/tutorials/creating-a-modern-gallery-with-raphael/demo.html" target="_blank">Demo</a> | <a title="Tutorial jQuery" href="http://playground.mobily.pl/tutorials/creating-a-modern-gallery-with-raphael.html" target="_blank">Tutorial</a> | <a title="Download jQuery" href="http://playground.mobily.pl/assets/files/tutorials/gallery/gallery.zip">Download</a></p>
<h2>Simple Tooltip w/ jQuery &amp; CSS</h2>
<p>There are a lot of tooltip plugins out there, but not many of them explain what exactly goes on in the logic of a tooltip. The markup is as simple as possible but at the same time flexible enough to accommodate various scenarios you would run into.</p>
<p><img title="tooltip" src="http://www.gonzoblog.nl/wp-content/uploads//tooltip1.png" alt="" width="600" height="278" /></p>
<p><a title="Demo jQuery" href="http://www.sohtanaka.com/web-design/examples/element-tooltip/" target="_blank">Demo</a> | <a title="Tutorial jQuery" href="http://www.sohtanaka.com/web-design/simple-tooltip-w-jquery-css/" target="_blank">Tutorial</a></p>
<h2>Circular Content Carousel with jQuery</h2>
<p>The idea is to have some content boxes that we can slide infinitely (circular). When clicking on the “more” link, the respective item moves to the left and a content area will slide out. Now we can navigate through the carousel where each step will reveal the next or previous content box with its expanded content. Clicking on the closing cross will slide the expanded content area back in and animate the item to its original position.</p>
<p><img title="CircularContentCarousel1" src="http://www.gonzoblog.nl/wp-content/uploads//CircularContentCarousel1.jpg" alt="" width="580" height="252" /></p>
<p><a title="Demo jQuery Plugin" href="http://tympanus.net/Development/CircularContentCarousel/" target="_blank">Demo</a> | <a title="Tutorial jQuery" href="http://tympanus.net/codrops/2011/08/16/circular-content-carousel/" target="_blank">Tutorial</a> | <a title="Download jQuery" href="http://tympanus.net/Development/CircularContentCarousel/CircularContentCarousel.zip">Download</a></p>
<h2>Diagonal Fade</h2>
<p>This is a jQuery plugin allowing you to easily specify direction, fade-in, fade-out, and a host of other options to a grouping of elements. All you have to do is import it, specify the container to which the group of items resides, and poof, you’re off and away. DiagonalFade is great for inventory or anything with a large amount of items ordered in a grid. diagonalFade has been tested in all modern browser’s with jQuery 1.3.2</p>
<p><img title="diagonalfade" src="http://www.gonzoblog.nl/wp-content/uploads//diagonalfade.jpg" alt="" width="600" height="345" /></p>
<p><a title="Demo and Download jQuery" href="http://jonobr1.github.com/diagonalFade/" target="_blank">Demo &amp; Download</a></p>
<h2>Parallax Slider with jQuery</h2>
<p>Making use of the parallax principle to move different backgrounds when we slide to an image in order to create some nice perspective. This will give a great depth to the whole slider when it’s in motion.</p>
<p><img title="parallax Slider" src="http://www.gonzoblog.nl/wp-content/uploads//parallax-Slider.jpg" alt="" width="600" height="355" /></p>
<p><a title="Demo jQuery" href="http://tympanus.net/Tutorials/ParallaxSlider/" target="_blank">Demo</a> | <a title="Tutorial jQuery" href="http://tympanus.net/codrops/2011/01/03/parallax-slider/" target="_blank">Tutorial</a> | <a title="Download jQuery" href="http://tympanus.net/Tutorials/ParallaxSlider/ParallaxSlider.zip">Download</a></p>
<h2>Dropdown Login Form</h2>
<p>A simple jQuery dropdown login form, it’s easy to implement and lightweight and does everything you need it to. All you have to do is implement and hook it up to your website.</p>
<p><img title="login-jQueryPlugin" src="http://www.gonzoblog.nl/wp-content/uploads//login-jQueryPlugin.png" alt="" width="600" height="350" /></p>
<p><a href="http://thefinishedbox.com/files/freebies/loginfreebie/index.html" target="_blank">Demo</a> | <a title="Download jQuery" href="http://thefinishedbox.com/freebies/scripts/jquery-dropdown-login/" target="_blank">Download</a></p>
<h2>Smart Wizard</h2>
<p>Smart Wizard is a flexible jQuery plug-in for wizard like interface. It allows to group contents into sections and so it saves page space and also gives a neat and stylish interface for users. Using Smart Wizard 2.0 you can easily do input validation and so it is good for user registration and kind of tasks.</p>
<p><img src="http://www.script-tutorials.com/demos/122/img1.jpg" alt="Smart Wizard" /></p>
<p><a title="Demo jQuery" href="http://techlaboratory.net/labs/SmartWizard2/index.htm" target="_blank">Demo</a> | <a title="Download jQuery" href="http://plugins.jquery.com/project/smartwizard2" target="_blank">Download</a></p>
<h2>Animated Skills Diagram with Raphaël</h2>
<p>how to create a diagram using <a title="Visit the website" href="http://raphaeljs.com/" target="_blank">Raphaël</a> – a small JavaScript library that is great for working with vector graphics. The idea is very simple: we will draw some arcs using mathematical functions and we’ll be displaying a skill percentage in a main circle when we hover over those arcs.</p>
<p><img title="AnimatedSkillsDiagram" src="http://www.gonzoblog.nl/wp-content/uploads//AnimatedSkillsDiagram.jpg" alt="" width="600" height="400" /></p>
<p><a title="Demo jQuery Plugin" href="http://tympanus.net/Tutorials/AnimatedSkillsDiagram/" target="_blank">Demo</a> | <a title="Tutorial jQuery" href="http://tympanus.net/codrops/2011/04/22/animated-skills-diagram/" target="_blank">Tutorial</a> | <a title="Download AnimatedSkillsDiagram" href="http://tympanus.net/Tutorials/AnimatedSkillsDiagram/AnimatedSkillsDiagram.zip">Download</a></p>
<h2>Expanding Fullscreen Grid Portfolio</h2>
<p>A neat experimental portfolio template. The main idea is to have a grid layout that is created with jQuery Masonry. Clicking to view more, we expand the according item to fullscreen in order to show a longer description of the item and a representative fullscreen background image. Each item has a little slideshow of thumbs which will be animated to the right position once the portfolio item gets “expanded”.</p>
<p><img title="fullscreen_grid" src="http://www.gonzoblog.nl/wp-content/uploads//fullscreen_grid.png" alt="" width="600" height="350" /></p>
<p><a title="Demo jQuery" href="http://tympanus.net/Development/FullscreenGridPortfolioTemplate/" target="_blank">Demo</a> | <a title="Tutorial jQuery" href="http://tympanus.net/codrops/2011/08/04/fullscreen-grid-portfolio/" target="_blank">Tutorial</a> | <a title="Download FullScreenGridPortfolio" href="http://tympanus.net/Development/FullscreenGridPortfolioTemplate/FullscreenGridPortfolioTemplate.zip">Download</a></p>
<h2>Simple Vote Using JQuery Animate</h2>
<p>Simple idea to use JQuery animate function in voting system, the idea is just expanding the div element (css width property) using the animate function, we just need to add the same value on the width element.</p>
<p><img title="voting jQuery" src="http://www.gonzoblog.nl/wp-content/uploads//voting-jQuery.png" alt="" width="600" height="313" /></p>
<p><a title="Demo Voting jQuery" href="http://demo.superdit.com/jquery/simple_vote/" target="_blank">Demo</a> | <a title="Tutorial Voting jQuery" href="http://superdit.com/2011/03/26/simple-vote-using-jquery-animate/" target="_blank">Tutorial</a></p>
<h2>Ezoverlay</h2>
<p>A self-contained jQuery plugin that enables element and fullscreen overlays, with optional static and dynamic modal content – that virtually eliminates the need for additional html or css code.</p>
<p><img title="ezoverlay" src="http://www.gonzoblog.nl/wp-content/uploads//ezoverlay.png" alt="" width="600" height="276" /></p>
<p><a title="Demo EZ Overlay jQuery" href="http://jsfiddle.net/eranmiller/jJLdp/embedded/result/" target="_blank">Demo</a> | <a title="Download jQuery" href="http://plugins.jquery.com/project/ezoverlay" target="_blank">Download</a></p>
<h2>Sliding Boxes and Captions with jQuery</h2>
<p>All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in this css) that essentially acts as a window where two other items of your choosing “peek” through.</p>
<p><img title="slidingboxes" src="http://www.gonzoblog.nl/wp-content/uploads//slidingboxes.png" alt="" width="600" height="379" /></p>
<p><a title="Demo Sliding Boxes" href="http://s3.amazonaws.com/buildinternet/live-tutorials/sliding-boxes/index.htm" target="_blank">Demo</a> | <a title="Tutorial Sliding Boxes jQuery" href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/" target="_blank">Tutorial</a> | <a title="Download Sliding Boxes jQuery" href="https://buildinternet.s3.amazonaws.com/live-tutorials/sliding-boxes/slidingboxes.zip">Download</a></p>
<h2>Triggered Infinite Scroll</h2>
<p>This plugin aims to progressively enhance your page. Your navigation/pagination elements should be present in the HTML for non-js users, but the plugin will utilize those links to build out a more rich browsing experience.(Custom trigger, non-automatic. Twitter-style)</p>
<p><img title="infinite-scroll" src="http://www.gonzoblog.nl/wp-content/uploads//infinite-scroll2.jpg" alt="" width="600" height="340" /></p>
<p><a href="http://www.infinite-scroll.com/trigger.html" target="_blank">Demo</a> | <a href="http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/" target="_blank">Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/15-jquery-plugin.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>几个jQuery滚动到顶部（Scroll to top）解决方案</title>
		<link>http://zmingcx.com/7-jquery-scroll-to-the-top-of-the-solution.html</link>
		<comments>http://zmingcx.com/7-jquery-scroll-to-the-top-of-the-solution.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:44:29 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Scroll to top]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4680</guid>
		<description><![CDATA[滚动到顶部（Scroll to top）按钮，你可能会在很多站点看到这个很人性化的功能，适合页面较长内容较多的页面，很多 WordPress主题中也加入了这个小功能，几乎是博客必备装饰，呵呵...下面是几个基于jQuery的滚动到顶部（Scroll to top）按钮脚本及Wordpress插件，使用很方便效果也类似。 1.Animated Scroll to Top 2.jQuery topLink Plugin 3.Scroll To Top Plugin &#160; &#160; 4.Disappearing “Scroll to top” link with jQuery and CSS 5.UItoTop jQuery Plugin &#160; 6.jQuery Scroll to Top Control v1.1 7.Smooth GoToTop WordPress plugin]]></description>
			<content:encoded><![CDATA[<p>滚动到顶部（Scroll to top）按钮，你可能会在很多站点看到这个很人性化的功能，适合页面较长内容较多的页面，很多 WordPress主题中也加入了这个小功能，几乎是博客必备装饰，呵呵...下面是几个基于jQuery的滚动到顶部（Scroll to top）按钮脚本及Wordpress插件，使用很方便效果也类似。</p>
<p><a href="http://webdesignerwall.com/tutorials/animated-scroll-to-top" target="_blank"><strong>1.Animated Scroll to Top</strong></a><br />
<a href="http://photo.staticsdo.com/a1/376/320/154/78000-772704496-8.gif"><img src="http://photo.staticsdo.com/a1/376/320/154/78000-772704496-8.gif" alt="" width="585" height="183" /></a></p>
<p><strong></strong><strong><a href="http://davidwalsh.name/jquery-top-link" target="_blank"> 2.jQuery topLink Plugin</a></strong><br />
<a href="http://photo.staticsdo.com/a1/456/112/260/77993-772704496-8.gif"><img class="aligncenter" src="http://photo.staticsdo.com/a1/456/112/260/77993-772704496-8.gif" alt="" width="585" height="183" /></a><strong></strong></p>
<p><a href="http://www.dynamicwp.net/plugins/scroll-to-top-plugin/" target="_blank"><strong>3.Scroll To Top Plugin</strong></a></p>
<p><a href="http://photo.staticsdo.com/a1/264/137/293/78002-772704496-8_765.jpg"><img class="aligncenter" src="http://photo.staticsdo.com/a1/264/137/293/78002-772704496-8_765.jpg" alt="" width="585" height="183" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><a href="http://briancray.com/2009/10/06/scroll-to-top-link-jquery-css/" target="_blank">4.Disappearing “Scroll to top” link with jQuery and CSS</a></strong></p>
<p><a href="http://photo.staticsdo.com/a1/328/288/193/77995-772704496-8_765.jpg"><img class="aligncenter" src="http://photo.staticsdo.com/a1/328/288/193/77995-772704496-8_765.jpg" alt="" width="585" height="183" /></a></p>
<p><strong><a href="http://www.mattvarone.com/web-design/uitotop-jquery-plugin/" target="_blank">5.UItoTop jQuery Plugin</a></strong></p>
<p><a href="http://photo.staticsdo.com/a1/200/410/464/77996-772704496-8_765.jpg"><img class="aligncenter" src="http://photo.staticsdo.com/a1/200/410/464/77996-772704496-8_765.jpg" alt="" width="585" height="183" /></a></p>
<p>&nbsp;</p>
<p><strong><a href="http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm" target="_blank">6.jQuery Scroll to Top Control v1.1 </a></strong></p>
<p><a href="http://photo.staticsdo.com/a1/248/454/371/77998-772704496-8_765.jpg"><img class="aligncenter" src="http://photo.staticsdo.com/a1/248/454/371/77998-772704496-8_765.jpg" alt="" width="585" height="183" /></a></p>
<p><strong><a href="http://blog.mogosanu.ro/css/go-to-top-of-page-animat-cu-jquery/" target="_blank">7.Smooth GoToTop WordPress plugin </a></strong></p>
<p><a href="http://photo.staticsdo.com/a1/72/25/492/77999-772704496-8_765.jpg"><img class="aligncenter" src="http://photo.staticsdo.com/a1/72/25/492/77999-772704496-8_765.jpg" alt="" width="585" height="183" /></a><strong></strong><br />
<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/7-jquery-scroll-to-the-top-of-the-solution.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>60款jQuery 幻灯片</title>
		<link>http://zmingcx.com/jquery-slide-section-60.html</link>
		<comments>http://zmingcx.com/jquery-slide-section-60.html#comments</comments>
		<pubDate>Thu, 08 Sep 2011 09:14:36 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4570</guid>
		<description><![CDATA[jQuery 是一个非常优秀的 JavaScript 框架，使用简单灵活，同时还有许多成熟的插件可供选择，它可以帮助你在项目中加入漂亮的效果，其中之一就是幻灯片，一种在有限的网页空间内展示系列项目时 非常好的方法。今天要给大家分享的是60款很酷的 jQuery 幻灯片，一起欣赏。 Cloud Carousel (演示 &#124; 下载) ShineTime (演示 &#124; 下载) Nivo Slider (演示 &#124; 下载) Interactive Photo Desk (演示 &#124; 下载) Beautiful Photo Stack Gallery with jQuery and CSS3 (演示 &#124; 下载) Micro Image Gallery: A jQuery Plugin (演示 &#124; 下载) Minimalistic Slideshow Gallery with jQuery (演示 &#124; 下载) Image Slider with Unique Effects (演示 &#124; 下载) [...]]]></description>
			<content:encoded><![CDATA[<div id="entry">
<p>jQuery 是一个非常优秀的 JavaScript 框架，使用简单灵活，同时还有许多成熟的插件可供选择，它可以帮助你在项目中加入漂亮的效果，其中之一就是幻灯片，一种在有限的网页空间内展示系列项目时 非常好的方法。今天要给大家分享的是60款很酷的 jQuery 幻灯片，一起欣赏。</p>
<p><a href="http://www.professorcloud.com/mainsite/carousel.htm" target="_blank">Cloud Carousel</a> (<a href="http://www.professorcloud.com/mainsite/carousel.htm" target="_blank">演示</a> | <a href="http://www.professorcloud.com/mainsite/carousel.htm" target="_blank">下载</a>)</p>
<p><a href="http://www.professorcloud.com/mainsite/carousel.htm" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070115n4a.jpg" alt="Jqueryimage481 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="353" /></a></p>
<p><a href="http://addyosmani.com/blog/shinetime/" target="_blank">ShineTime</a> (<a href="http://www.addyosmani.com/resources/shinetime/" target="_blank">演示</a> | <a href="http://www.addyosmani.com/resources/shinetime/shinetime.1.01.zip" target="_blank">下载</a>)</p>
<p><a href="http://addyosmani.com/blog/shinetime/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070116jtC.jpg" alt="Jqueryimage45 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="319" /></a></p>
<p><a href="http://nivo.dev7studios.com/" target="_blank">Nivo Slider</a> (<a href="http://nivo.dev7studios.com/demos/" target="_blank">演示</a> | <a href="http://dev7studios.com/downloads/31" target="_blank">下载</a>)</p>
<p><a href="http://nivo.dev7studios.com/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070118KAc.jpg" alt="Jqueryimage3 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="242" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/07/01/interactive-photo-desk/" target="_blank">Interactive Photo Desk</a> (<a href="http://tympanus.net/Development/PhotoDesk/" target="_blank">演示</a> | <a href="http://tympanus.net/Development/PhotoDesk/PhotoDesk.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/07/01/interactive-photo-desk/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070120BiB.jpg" alt="Jqueryimage57 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="282" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/06/27/beautiful-photo-stack-gallery-with-jquery-and-css3/" target="_blank">Beautiful Photo Stack Gallery with jQuery and CSS3</a> (<a href="http://tympanus.net/Tutorials/PhotoStack/" target="_blank">演示</a> | <a href="http://tympanus.net/Tutorials/PhotoStack/PhotoStack.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/06/27/beautiful-photo-stack-gallery-with-jquery-and-css3/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070121g0L.jpg" alt="Jqueryimage58 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="285" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/04/19/micro-image-gallery-a-jquery-plugin-2/" target="_blank">Micro Image Gallery: A jQuery Plugin</a> (<a href="http://tympanus.net/Tutorials/MicroGallery/" target="_blank">演示</a> | <a href="http://tympanus.net/Tutorials/MicroGallery/MicroGallery.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/04/19/micro-image-gallery-a-jquery-plugin-2/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070122EXu.jpg" alt="Jqueryimage54 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="256" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/07/05/minimalistic-slideshow-gallery/" target="_blank">Minimalistic Slideshow Gallery with jQuery</a> (<a href="http://tympanus.net/Tutorials/MinimalisticSlideshowGallery/" target="_blank">演示</a> | <a href="http://tympanus.net/Tutorials/MinimalisticSlideshowGallery/MinimalisticSlideshowGallery.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/07/05/minimalistic-slideshow-gallery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070124Qze.jpg" alt="Jqueryimage55 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="282" /></a></p>
<p><a href="http://workshop.rs/2010/04/coin-slider-image-slider-with-unique-effects/" target="_blank">Image Slider with Unique Effects</a> (<a href="http://workshop.rs/projects/coin-slider" target="_blank">演示</a> | <a href="https://code.google.com/p/coin-slider/downloads/list" target="_blank">下载</a>)</p>
<p><a href="http://workshop.rs/2010/04/coin-slider-image-slider-with-unique-effects/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage1 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="299" /></a></p>
<p><a href="http://workshop.rs/2010/07/create-image-gallery-in-4-lines-of-jquery/" target="_blank">Create image gallery in 4 lines of jQuery</a> (<a href="http://workshop.rs/demo/gallery-in-4-lines" target="_blank">演示</a> | <a href="http://workshop.rs/demo/gallery-in-4-lines/gallery-in-4-lines.zip" target="_blank">下载</a>)</p>
<p><a href="http://workshop.rs/2010/07/create-image-gallery-in-4-lines-of-jquery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage2 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="376" /></a></p>
<p><a href="http://workshop.rs/projects/jqfancytransitions/" target="_blank">Slideshow with strip effects</a> (<a href="http://workshop.rs/projects/jqfancytransitions/" target="_blank">演示</a> | <a href="http://workshop.rs/2009/12/image-gallery-with-fancy-transitions-effects/" target="_blank">下载</a>)</p>
<p><a href="http://workshop.rs/projects/jqfancytransitions/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070129TMw.jpg" alt="Jqueryimage4 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="375" /></a></p>
<div id="entry">
<p><a href="http://dev7studios.com/portfolio/nivo-zoom/" target="_blank">Nivo Zoom </a>(<a href="http://nivozoom.dev7studios.com/" target="_blank">演示</a> | <a href="http://dev7studios.com/downloads/24" target="_blank">下载</a>)</p>
<p><a href="http://dev7studios.com/portfolio/nivo-zoom/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070131l4S.jpg" alt="Jqueryimage5 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="303" /></a></p>
<p><a href="http://coffeescripter.com/code/ad-gallery/" target="_blank">AD Gallery, gallery plugin for jQuery</a> (<a href="http://coffeescripter.com/code/ad-gallery/" target="_blank">演示</a> | <a href="http://coffeescripter.com/code/ad-gallery/jquery.ad-gallery.1.2.4.zip" target="_blank">下载</a>)</p>
<p><a href="http://coffeescripter.com/code/ad-gallery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/0701339NP.jpg" alt="Jqueryimage6 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="400" /></a></p>
<p><a href="http://www.impressivewebs.com/mlb-switcher/" target="_blank">MLB.com Content Switcher with jQuery and CSS3</a> (<a href="http://www.impressivewebs.com/demo-files/mlb-switcher/#1" target="_blank">演示</a> | <a href="http://www.impressivewebs.com/demo-files/mlb-switcher/mlb-switcher-code.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.impressivewebs.com/mlb-switcher/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070135PX3.jpg" alt="Jqueryimage51 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="376" /></a></p>
<p><a href="http://www.viget.com/inspire/jquery-image-scroller-plugin/" target="_blank">Create Scrollable Interface</a> (<a href="http://www.viget.com/uploads/file/image-scroller/" target="_blank">演示</a> | <a href="http://www.viget.com/inspire/jquery-image-scroller-plugin/" target="_blank">下载</a>)</p>
<p><a href="http://www.viget.com/inspire/jquery-image-scroller-plugin/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070137TRf.jpg" alt="Jqueryimage52 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="343" /></a></p>
<p><a href="http://buildinternet.com/2010/02/animate-panning-slideshow-with-jquery/" target="_blank">Animate Panning Slideshow with jQuery</a> (<a href="http://s3.amazonaws.com/buildinternet/live-tutorials/panning-slideshow/panning-slideshow.htm" target="_blank">演示</a> | <a href="http://s3.amazonaws.com/buildinternet/live-tutorials/panning-slideshow/panning-slideshow.zip" target="_blank">下载</a>)</p>
<p><a href="http://buildinternet.com/2010/02/animate-panning-slideshow-with-jquery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/07013960S.jpg" alt="Jqueryimage7 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="299" /></a></p>
<p><a href="http://johnpatrickgiven.com/jquery/Image-Scale-Carousel/" target="_blank">Image Scale Carousel</a> (<a href="http://johnpatrickgiven.com/jquery/Image-Scale-Carousel/" target="_blank">演示</a> | <a href="http://johnpatrickgiven.com/jquery/Image-Scale-Carousel/" target="_blank">下载</a>)</p>
<p><a href="http://johnpatrickgiven.com/jquery/Image-Scale-Carousel/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070140kBU.jpg" alt="Jqueryimage8 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="257" /></a></p>
<p><a href="http://webbies.dk/Sudo%20Slider/basic.html" target="_blank">Sudo Slider</a> (<a href="http://webbies.dk/Sudo%20Slider/" target="_blank">演示</a> | <a href="http://webbies.dk/Sudo%20Slider/" target="_blank">下载</a>)</p>
<p><a href="http://webbies.dk/Sudo%20Slider/basic.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070142pGm.jpg" alt="Jqueryimage9 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="249" /></a></p>
<p><a href="http://plugins.jquery.com/project/galleryview/" target="_blank">GALLERYVIEW</a> (<a href="http://spaceforaname.com/gallery-light.html" target="_blank">演示</a> | <a href="http://plugins.jquery.com/files/galleryview-2.1.1.zip" target="_blank">下载</a>)</p>
<p><a href="http://plugins.jquery.com/project/galleryview/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/0701440Cp.jpg" alt="Jqueryimage10 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="267" /></a></p>
<p><a href="http://www.mopstudio.jp/mopSlider2descrip.html" target="_blank">Jquery Plugin MopSlider 2.4</a> (<a href="http://www.mopstudio.jp/mopSlider2demo.html" target="_blank">演示</a> | <a href="http://www.mopstudio.jp/mopPlugin/mopSlider.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.mopstudio.jp/mopSlider2descrip.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070146WJ2.jpg" alt="Jqueryimage11 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="309" /></a></p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/" target="_blank">jQuery Image Scroller</a> (<a href="http://cdn.net.tutsplus.com/300_jquery/image%20Scroller/imageScroller.html" target="_blank">演示</a> | <a href="http://cdn.net.tutsplus.com/300_jquery/image%20Scroller.zip" target="_blank">下载</a>)</p>
<p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070147Adc.jpg" alt="Jqueryimage12 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="200" /></a></p>
<p><a href="http://galleria.aino.se/" target="_blank">Image Gallery Using jQuery and Flickr</a> (<a href="http://galleria.aino.se/" target="_blank">演示</a> | <a href="http://galleria.aino.se/media/galleria/demos/fullscreen-03.html" target="_blank">下载</a>)</p>
<p><a href="http://galleria.aino.se/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070148KaH.jpg" alt="Jqueryimage13 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="317" /></a></p>
<div id="entry">
<p><a href="http://wilq32.adobeair.pl/jQueryRotate/Wilq32.jQueryRotate.html" target="_blank">jQuery plugin: Wilq32.RotateImage</a> (<a href="http://wilq32.adobeair.pl/jQueryRotate/Wilq32.jQueryRotate.html" target="_blank">演示</a> | <a href="http://wilq32.adobeair.pl/jQueryRotate/Wilq32.jQueryRotate.html" target="_blank">下载</a>)</p>
<p><a href="http://wilq32.adobeair.pl/jQueryRotate/Wilq32.jQueryRotate.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/0701531Wk.jpg" alt="Jqueryimage14 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="342" /></a></p>
<p><a href="http://www.mind-projects.it/projects/jqzoom/" target="_blank">jQZoom Evolution</a> (<a href="http://www.mind-projects.it/projects/jqzoom/demos.php#demo1" target="_blank">演示</a> | <a href="http://www.mind-projects.it/projects/jqzoom/archives/jqzoom_ev1.0.1.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.mind-projects.it/projects/jqzoom/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070155eX0.jpg" alt="Jqueryimage15 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="224" /></a></p>
<p><a href="http://www.script-tutorials.com/creating-photo-gallery-using-jquery-and-visuallightbox/" target="_blank">Photo gallery using jQuery and VisualLightBox</a> (<a href="http://www.script-tutorials.com/demos/11/index.html" target="_blank">演示</a> | <a href="http://www.script-tutorials.com/demos/11/source.zip" target="_blank">下载</a>)<br />
<a href="http://www.script-tutorials.com/creating-photo-gallery-using-jquery-and-visuallightbox/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070156BPK.jpg" alt="Jqueryimage16 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="278" /></a></p>
<p><a href="http://www.script-tutorials.com/jquery-css-tutorial-zooming-image/" target="_blank">Zoomimage</a> (<a href="http://www.script-tutorials.com/demos/3/source.html" target="_blank">演示</a> | <a href="http://www.script-tutorials.com/demos/3/source.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.script-tutorials.com/jquery-css-tutorial-zooming-image/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070158Qjj.jpg" alt="Jqueryimage17 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="312" /></a></p>
<p><a href="http://www.yoxigen.com/yoxview/Default.aspx" target="_blank">YoxView</a> (<a href="http://www.yoxigen.com/yoxview/Default.aspx" target="_blank">演示</a> | <a href="http://www.yoxigen.com/yoxview/download.aspx" target="_blank">下载</a>)</p>
<p><a href="http://www.yoxigen.com/yoxview/Default.aspx" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070200pA6.jpg" alt="Jqueryimage18 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="467" /></a></p>
<p><a href="http://buildinternet.com/2009/05/supersized-20-full-screen-imagebackground-slideshow-jquery-plugin-w-transitions-and-controls/" target="_blank">Supersized</a> (<a href="http://www.buildinternet.com/project/supersized/default.php" target="_blank">演示</a> | <a href="http://buildinternet.com/project/supersized/" target="_blank">下载</a>)</p>
<p><a href="http://buildinternet.com/2009/05/supersized-20-full-screen-imagebackground-slideshow-jquery-plugin-w-transitions-and-controls/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage19 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="316" /></a></p>
<p><a href="http://css-tricks.com/examples/AnythingSlider/#panel-4" target="_blank">AnythingSlider</a> (<a href="http://css-tricks.com/examples/AnythingSlider/#panel-3" target="_blank">演示</a> | <a href="http://github.com/chriscoyier/AnythingSlider/archives/master" target="_blank">下载</a>)</p>
<p><a href="http://css-tricks.com/examples/AnythingSlider/#panel-4" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070203KKm.jpg" alt="Jqueryimage20 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="251" /></a></p>
<p><a href="http://css-tricks.com/examples/RevealingPhotoSlider2/" target="_blank">Photo Revealer</a> (<a href="http://css-tricks.com/examples/RevealingPhotoSlider2/" target="_blank">演示</a> | <a href="http://css-tricks.com/examples/RevealingPhotoSlider.zip" target="_blank">下载</a>)</p>
<p><a href="http://css-tricks.com/examples/RevealingPhotoSlider2/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage21 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="286" /></a></p>
<p><a href="http://plugins.jquery.com/project/Exposure" target="_blank">Exposure</a> (<a href="http://plugins.jquery.com/project/Exposure" target="_blank">演示</a> | <a href="http://plugins.jquery.com/project/Exposure" target="_blank">下载</a>)</p>
<p><a href="http://plugins.jquery.com/project/Exposure" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070207Qm0.jpg" alt="Jqueryimage47 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="307" /></a></p>
<p><a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank">Auto-Playing Featured Content Slider</a> (<a href="http://css-tricks.com/examples/FeaturedContentSlider/" target="_blank">演示</a> | <a href="http://css-tricks.com/examples/FeaturedContentSlider.zip" target="_blank">下载</a>)</p>
<p><a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070208m6p.jpg" alt="Jqueryimage22 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="419" /></a></p>
<div id="entry">
<p><a href="http://www.davidmassiani.com/horinaja/" target="_blank">Horinaja</a> (<a href="http://www.davidmassiani.com/horinaja/" target="_blank">演示</a> | <a href="http://www.davidmassiani.com/horinaja/download.php" target="_blank">下载</a>)</p>
<p><a href="http://www.davidmassiani.com/horinaja/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070210K3G.jpg" alt="Jqueryimage23 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="228" /></a></p>
<p><a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank">S3 Slider</a> (<a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank">演示</a> | <a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank">下载</a>)</p>
<p><a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070211SSv.jpg" alt="Jqueryimage24 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="230" /></a></p>
<p><a href="http://www.slidedeck.com/" target="_blank">Slide Deck</a> (<a href="http://www.slidedeck.com/" target="_blank">演示</a> | <a href="http://www.slidedeck.com/pricing/" target="_blank">下载</a>)</p>
<p><a href="http://www.slidedeck.com/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage25 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="259" /></a></p>
<p><a href="http://www.twospy.com/galleriffic/index.html" target="_blank">Galleriffic</a> (<a href="http://www.twospy.com/galleriffic/example-2.html" target="_blank">演示</a> | <a href="http://www.twospy.com/galleriffic/galleriffic-2.0.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.twospy.com/galleriffic/index.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070215eHj.jpg" alt="Jqueryimage26 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="327" /></a></p>
<p><a href="http://spaceforaname.com/gallery-dark.html" target="_blank">Photo Gallery – Dark Theme</a> (<a href="http://spaceforaname.com/gallery-dark.html" target="_blank">演示</a> | <a href="http://spaceforaname.com/gallery-dark.html" target="_blank">下载</a>)</p>
<p><a href="http://spaceforaname.com/gallery-dark.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070217CGd.jpg" alt="Jqueryimage27 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="244" /></a></p>
<p><a href="http://codeassembly.com/jQuery-morphing-gallery/" target="_blank">jQuery morphing gallery</a> (<a href="http://codeassembly.com/examples/gallery/index.html#next" target="_blank">演示</a> | <a href="http://codeassembly.com/files/gallery.zip" target="_blank">下载</a>)</p>
<p><a href="http://codeassembly.com/jQuery-morphing-gallery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070218WAl.jpg" alt="Jqueryimage28 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="383" /></a></p>
<p><a href="http://www.sohtanaka.com/web-design/examples/accordion/" target="_blank">Simple Accordion w/ CSS and jQuery</a> (<a href="http://www.sohtanaka.com/web-design/examples/accordion/" target="_blank">演示</a> | <a href="http://www.sohtanaka.com/web-design/simple-accordion-w-css-and-jquery/" target="_blank">下载</a>)</p>
<p><a href="http://www.sohtanaka.com/web-design/examples/accordion/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage29 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="523" /></a></p>
<p><a href="http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/" target="_blank">Automatic Image Slider w/ CSS &amp; jQuery</a> (<a href="http://www.sohtanaka.com/web-design/examples/image-slider/" target="_blank">演示</a> | <a href="http://www.sohtanaka.com/web-design/examples/image-slider/" target="_blank">下载</a>)</p>
<p><a href="http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/0702222ne.jpg" alt="Jqueryimage30 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="193" /></a></p>
<p><a href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/" target="_blank">Create a Slick and Accessible Slideshow Using jQuery</a> (<a href="http://sixrevisions.com/demo/slideshow/final.html" target="_blank">演示</a> | <a href="http://downloads.sixrevisions.com/slick_accessible_slideshow.zip" target="_blank">下载</a>)</p>
<p><a href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070223pCX.jpg" alt="Jqueryimage31 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="285" /></a></p>
<p><a href="http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/" target="_blank">Fancy Thumbnail Hover Effect w/ jQuery</a> (<a href="http://www.sohtanaka.com/web-design/examples/image-zoom/" target="_blank">演示</a> | <a href="http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/" target="_blank">下载</a>)</p>
<p><a href="http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage32 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="216" /></a></p>
<p><a href="http://jqueryfordesigners.com/coda-slider-effect/" target="_blank">Coda Slider Effect</a> (<a href="http://jqueryfordesigners.com/coda-slider-effect/" target="_blank">演示</a> | <a href="http://jqueryfordesigners.com/coda-slider-effect/" target="_blank">下载</a>)</p>
<p><a href="http://jqueryfordesigners.com/coda-slider-effect/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage33 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="239" /></a></p>
<p><a href="http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm" target="_blank">Simple Controls Gallery</a> (<a href="http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm" target="_blank">演示</a> | <a href="http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm" target="_blank">下载</a>)</p>
<p><a href="http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070228KW7.jpg" alt="Jqueryimage34 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="283" /></a></p>
<p><a href="http://dev.herr-schuessler.de/jquery/popeye/index.html" target="_blank">Popeye</a> (<a href="http://dev.herr-schuessler.de/jquery/popeye/demo.html" target="_blank">演示</a> | <a href="http://plugins.jquery.com/project/popeye" target="_blank">下载</a>)</p>
<p><a href="http://dev.herr-schuessler.de/jquery/popeye/index.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070230hI4.jpg" alt="Jqueryimage35 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="257" /></a></p>
<p><a href="http://www.maaki.com/thomas/SmoothDivScroll/#quickdemo" target="_blank">Simple 演示</a> (<a href="http://www.maaki.com/thomas/SmoothDivScroll/#quickdemo" target="_blank">演示</a> | <a href="http://www.maaki.com/thomas/SmoothDivScroll/download/SmoothDivScroll-1.0.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.maaki.com/thomas/SmoothDivScroll/#quickdemo" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/0702326om.jpg" alt="Jqueryimage36 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="238" /></a></p>
<div id="entry">
<p><a href="http://imageflow.finnrudolph.de/" target="_blank">ImageFlow</a> (<a href="http://imageflow.finnrudolph.de/" target="_blank">演示</a> | <a href="http://finnrudolph.de/ImageFlow/Download" target="_blank">下载</a>)</p>
<p><a href="http://imageflow.finnrudolph.de/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070233If7.jpg" alt="Jqueryimage37 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="197" /></a></p>
<p><a href="http://css-tricks.com/moving-boxes/" target="_blank">Moving Boxes</a> (<a href="http://css-tricks.com/examples/MovingBoxes/" target="_blank">演示</a> | <a href="http://github.com/chriscoyier/MovingBoxes" target="_blank">下载</a>)</p>
<p><a href="http://css-tricks.com/moving-boxes/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070235eV3.jpg" alt="Jqueryimage38 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="223" /></a></p>
<p><a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank">SlideViewerPro </a>(<a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank">演示</a> | <a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank">下载</a>)</p>
<p><a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070236zZ9.jpg" alt="Jqueryimage39 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="245" /></a></p>
<p><a href="http://www.pirolab.it/pirobox/index.php#demos" target="_blank">Pirobox</a> (<a href="http://www.pirolab.it/pirobox/index.php#demos" target="_blank">演示</a> | <a href="http://www.pirolab.it/pirobox/index.php#demos" target="_blank">下载</a>)</p>
<p><a href="http://www.pirolab.it/pirobox/index.php#demos" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage40 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="393" /></a></p>
<p><a href="http://www.openstudio.fr/jquery.panorama/" target="_blank">jQuery simple panorama viewer</a> (<a href="http://www.openstudio.fr/jquery.panorama/" target="_blank">演示</a> | <a href="http://www.openstudio.fr/download/jquery.panorama.zip" target="_blank">下载</a>)</p>
<p><a href="http://www.openstudio.fr/jquery.panorama/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage41 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="339" /></a></p>
<p><a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/" target="_blank">A Beautiful Apple-style Slideshow Gallery</a> (<a href="http://demo.tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/demo.html" target="_blank">演示</a> | <a href="http://demo.tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/demo.zip" target="_blank">下载</a>)</p>
<p><a href="http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070242gBq.jpg" alt="Jqueryimage42 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="334" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/06/10/flickr-photobar-gallery/" target="_blank">Flickr Photobar Gallery</a> (<a href="http://tympanus.net/Tutorials/FlickrPhotobarGallery/" target="_blank">演示</a> | <a href="http://tympanus.net/Tutorials/FlickrPhotobarGallery/FlickrPhotobarGallery.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/06/10/flickr-photobar-gallery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070243OJl.jpg" alt="Jqueryimage60 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="282" /></a></p>
<p><a href="http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm" target="_blank">Step Carousel Viewer</a> (<a href="http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm" target="_blank">演示</a> | <a href="http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm" target="_blank">下载</a>)</p>
<p><a href="http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070245TAX.jpg" alt="Jqueryimage43 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="231" /></a></p>
<p><a href="http://addyosmani.com/blog/zoom-info-how-to-create-an-informative-image-gallery-with-jquery-css/" target="_blank">Zoom-Info</a> (<a href="http://addyosmani.com/resources/zoominfo/index.html" target="_blank">演示</a> | <a href="http://addyosmani.com/resources/zoominfo/zoom-info.zip" target="_blank">下载</a>)</p>
<p><a href="http://addyosmani.com/blog/zoom-info-how-to-create-an-informative-image-gallery-with-jquery-css/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/070247uVd.jpg" alt="Jqueryimage46 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="280" /></a></p>
<p><a href="http://nv.github.com/box-slider/" target="_blank">Box Slider</a> (<a href="http://nv.github.com/box-slider/" target="_blank">演示</a> | <a href="http://nv.github.com/box-slider/" target="_blank">下载</a>)</p>
<p><a href="http://nv.github.com/box-slider/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage49 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="221" /></a></p>
<p><a href="http://www.catchmyfame.com/2009/05/02/jquery-panel-gallery-plugin/" target="_blank">jQuery Panel Gallery</a> (<a href="http://www.catchmyfame.com/jquery/demo/2/" target="_blank">演示</a> | <a href="http://www.catchmyfame.com/2009/05/02/jquery-panel-gallery-plugin/" target="_blank">下载</a>)</p>
<p><a href="http://www.catchmyfame.com/2009/05/02/jquery-panel-gallery-plugin/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage53 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="245" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/07/04/image-highlighting-preview/" target="_blank">Image Highlighting and Preview with jQuery</a> (<a href="http://tympanus.net/Tutorials/ImageHighlighter/" target="_blank">演示</a> | <a href="http://tympanus.net/Tutorials/ImageHighlighter/ImageHighlighter.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/07/04/image-highlighting-preview/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage56 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="234" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/06/24/multimedia-gallery/" target="_blank">Multimedia Gallery for Images, Video and Audio</a> (<a href="http://tympanus.net/Development/MultiMediaGallery/" target="_blank">演示</a> | <a href="http://tympanus.net/Development/MultiMediaGallery/MultiMediaGallery.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/06/24/multimedia-gallery/" target="_blank"><img src="http://www.lanfeng.net/wp-content/uploads/2011/05/0702541VP.jpg" alt="Jqueryimage59 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="326" /></a></p>
<p><a href="http://tympanus.net/codrops/2010/05/27/awesome-mobile-image-gallery-web-app/" target="_blank">Awesome Mobile Image Gallery Web App</a> (<a href="http://tympanus.net/Tutorials/WonderwallMobileGallery/" target="_blank">演示</a> | <a href="http://tympanus.net/Tutorials/WonderwallMobileGallery/WonderwallMobileGallery.zip" target="_blank">下载</a>)</p>
<p><a href="http://tympanus.net/codrops/2010/05/27/awesome-mobile-image-gallery-web-app/" target="_blank"><img src="http://www.lanfeng.net/wp-content/themes/Summer/images/grey.gif" alt="Jqueryimage61 in Cool and Useful jQuery Image and Content Sliders and Slideshows" width="520" height="282" /></a></p>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/jquery-slide-section-60.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>经典JavaScript正则表达式实战</title>
		<link>http://zmingcx.com/javascript-regular-expression-real-classic.html</link>
		<comments>http://zmingcx.com/javascript-regular-expression-real-classic.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:26:08 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4545</guid>
		<description><![CDATA[&#160; 关于测试代码 本文不是使用Dreamweaver编辑，以下测试代码可能已经在赋值粘贴的过程做了一些调整，可能执行失效。可以参看本文的pdf版本。 匹配结尾的数字 来源：如何用 javascript 正则表达式 取出字符串最后一组数字，谢谢 如 30CAC0040 取出40 3SFASDF92 取出92 正则如下：/\d+$/g 统一空格个数 来源：正则匹配空格的问题 字符串内字符键有空格，但是空格的数量可能不一致，通过正则将空格的个数统一变为一个。 例如：蓝 色  理    想 变成：蓝 色 理 想 aobert的正则： &#60;script type="text/javascript"&#62; var str="蓝 色 理 想" var reg=/\s+/g str = str.replace(reg," ") document.write(str) &#60;/script&#62; 判断字符串是不是由数字组成 来源：有没有简单的方法判断字符串由数字组成？ 这个正则比较简单，写了一个测试 &#60;script type="text/javascript"&#62; function isDigit(str){ var reg = /^\d*$/; return reg.test(str); } [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<h2>关于测试代码</h2>
<p>本文不是使用Dreamweaver编辑，以下测试代码可能已经在赋值粘贴的过程做了一些调整，可能执行失效。可以参看<a href="http://www.cainiao8.com/web/js_note/js_regular_expression_blueidea.pdf">本文的pdf版本</a>。</p>
<h2><a id="_Toc213927706" name="_Toc213927706"></a>匹配结尾的数字</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2842498">如何用 javascript 正则表达式 取出字符串最后一组数字，谢谢</a></p>
<p>如<br />
30CAC0040 取出40<br />
3SFASDF92 取出92</p>
<pre> 正则如下：/\d+$/g</pre>
<h2><a id="_Toc213927707" name="_Toc213927707"></a>统一空格个数</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2776173">正则匹配空格的问题</a></p>
<p>字符串内字符键有空格，但是空格的数量可能不一致，通过正则将空格的个数统一变为一个。</p>
<p>例如：蓝 色  理    想</p>
<p>变成：蓝 色 理 想</p>
<p>aobert的正则：</p>
<pre> &lt;script type="text/javascript"&gt;
 var str="蓝 色 理 想"
 var reg=/\s+/g
 str = str.replace(reg," ")
 document.write(str)
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927708" name="_Toc213927708"></a>判断字符串是不是由数字组成</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1492930-1-1476.html">有没有简单的方法判断字符串由数字组成？</a></p>
<p>这个正则比较简单，写了一个测试</p>
<pre> &lt;script type="text/javascript"&gt;
 function isDigit(str){
  var reg = /^\d*$/;
  return reg.test(str);
 }
 var str = "7654321";
 document.write(isDigit(str));
 var str = "test";
 document.write(isDigit(str));
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927709" name="_Toc213927709"></a>电话号码正则</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2115611">想问一下关于电话号码的正则判断</a></p>
<p>：<a href="http://bbs.blueidea.com/viewthread.php?tid=2767084">求一个验证电话号码的JS正则</a></p>
<pre> /^\d{3,4}-\d{7,8}(-\d{3,4})?$/</pre>
<p>区号必填为3-4位的数字，区号之后用“-”与电话号码连接</p>
<pre> ^\d{3,4}-</pre>
<p>电话号码为7-8位的数字</p>
<pre> \d{7,8}</pre>
<p>分机号码为3-4位的数字，非必填，但若填写则以“-”与电话号码相连接</p>
<pre> (-\d{3,4})?</pre>
<h2><a id="_Toc213927710" name="_Toc213927710"></a>手机号码正则表达式</h2>
<p>正则验证手机号，忽略前面的0，支持130-139，150-159。忽略前面0之后判断它是11位的。</p>
<p>cloeft的正则：</p>
<pre> /^0*(13|15)\d{9}$/</pre>
<p>^0*匹配掉开头任意数量的0。</p>
<p>由于手机号码是13任意数字9位，和15任意数字9位，所以可以用(13|15)\d{9}匹配。</p>
<p>测试代码如下：</p>
<pre> function testReg(reg,str){
  return reg.test(str);
 }
 var reg = /^0*(13|15)\d{9}$/;
 var str = '13889294444';
 var str2 = '12889293333';
 var str3 = '23445567';
 document.write(testReg(reg,str)+'&lt;br /&gt;');
 document.write(testReg(reg,str2)+'&lt;br /&gt;');
 document.write(testReg(reg,str3)+'&lt;br /&gt;');</pre>
<h2><a id="_Toc213927711" name="_Toc213927711"></a>使用正则表达式实现删除字符串中的空格：</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1489231-1-1479.html">请问js中有没有去掉空格的函数</a></p>
<p>代码以及测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 //删除字符串两侧的空白字符。
 function trim(str){
  return str.replace(/^\s+|\s+$/g,'');
 }
 //删除字符串左侧的空白字符。
 function ltrim(str){
  return str.replace(/^\s+/g,'');
 }
 //删除字符串右侧的空白字符。
 function rtrim(str){
  return str.replace(/\s+$/g,'');
 }
 //以下为测试代码
 var trimTest = " 123456789 ";
//前后各有一个空格。
 document.write('length:'+trimTest.length+'&lt;br /&gt;');
//使用前
 document.write('ltrim length:'+ltrim(trimTest).length+'&lt;br /&gt;');
//使用ltrim后
 document.write('rtrim length:'+rtrim(trimTest).length+'&lt;br /&gt;');
//使用rtrim后
 document.write('trim length:'+trim(trimTest).length+'&lt;br /&gt;');
//使用trim后
 &lt;/script&gt;</pre>
<p>测试的结果如下：</p>
<pre> length:11
 ltrim length:10
 rtrim length:10
 trim length:9</pre>
<h2><a id="_Toc213927712" name="_Toc213927712"></a>限制文本框只能输入数字和小数点等等</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1463811-1-1493.html">文本框输入限制的问题？？？？</a></p>
<p>只能输入数字和小数点</p>
<pre> var reg = /^\d*\.?\d{0,2}$/</pre>
<p>开头有若干个数字，中间有0个或者一个小数点，结尾有0到2个数字。</p>
<p>只能输入小写的英文字母和小数点，和冒号，正反斜杠(：./\)</p>
<pre> var reg = /[a-z\.\/\\:]+/;</pre>
<p>a-z包括了小写的英文字母，\.是小数点，\/和\\分别是左右反斜线，最后是冒号。整个组成一个字符集和代码任一均可，最后在加上+，1或者多个。</p>
<h2><a id="_Toc213927713" name="_Toc213927713"></a>替换小数点前内容为指定内容</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1464392-1-1493.html">求一正则表达式！</a></p>
<p>请问 怎么把这个字符串的小数点前面的字符替换为我自定义的字符串啊？<br />
例如：infomarket.php?id=197 替换为 test.php?id=197<br />
应该可以把第一个点“.”之前的所有单词字符替换为test就可以了。我写的正则如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 var str = "infomarket.php?id=197";
 var reg = /^\w*/ig;
 //匹配字符串开头的任意个单词字符
 str = str.replace(reg,'test');
 document.write(str);
 &lt;/script&gt;</pre>
<p>原帖的有点复杂，没太看明白。</p>
<h2><a id="_Toc213927714" name="_Toc213927714"></a>只匹配中文的正则表达式</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1464581-1-1493.html">关于上传的时候，只能选择中文名称的图片（是否可以用toASCII方法呢？）</a></p>
<p>前两天看的《JavaScript开发王》里恰好有中文的unicode范围，正则如下：</p>
<pre> /[\u4E00-\u9FA5\uf900-\ufa2d]/</pre>
<p>写了一个简单的测试，会把所有的中文替换成“哦”。</p>
<pre> &lt;script type="text/javascript"&gt;
 var str = "有中文?and English.";
 var reg = /[\u4E00-\u9FA5\uf900-\ufa2d]/ig;
 str = str.replace(reg,'哦');
 document.write(str);
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927715" name="_Toc213927715"></a>返回字符串的中文字符个数</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1493790-1-1474.html">有没返回中文字符字节的函数！</a></p>
<p>一般的字符长度对中文和英文都是不分别的 如JS里的length，那么如何返回字符串中中文字符的个数呢？guoshuang老师在原帖中给出了解决方案，我又没看懂……</p>
<p>不过我自己也想到了一个办法：先去掉非中文字符，再返回length属性。函数以及测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function cLength(str){
  var reg = /[^\u4E00-\u9FA5\uf900-\ufa2d]/g;
  //匹配非中文的正则表达式
  var temp = str.replace(reg,'');
  return temp.length;
 }
 var str = "中文123";
 document.write(str.length+'&lt;br /&gt;');
 document.write(cLength(str));
 &lt;/script&gt;</pre>
<p>结果：</p>
<pre> 5
 2</pre>
<p>中文两个，数字三个，正确。</p>
<p>下面的测试也正确。</p>
<pre> var str = "中文123tets@#!#%$#[][{}";
 document.write(str.length+'&lt;br /&gt;');
 document.write(cLength(str));</pre>
<h2><a id="_Toc213927716" name="_Toc213927716"></a>正则表达式取得匹配IP地址前三段</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2854162">如何用正则取IP前3段</a></p>
<p>192.168.118.101，192.168.118.72, 192.168.118.1都替换成：192.168.118</p>
<p>只要匹配掉最后一段并且替换为空字符串就行了，正则如下：</p>
<pre> /\.\d{1,3}$/</pre>
<p>匹配结尾的.n,.nn或者.nnn。</p>
<p>测试代码如下：</p>
<pre> function replaceReg(reg,str){
  return str.replace(reg,'')
 }
 var reg = /\.\d{1,3}$/;
 var str = '192.168.118.101';
 var str2 = '192.168.118.72';
 var str3 = '192.168.118.1';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str2)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str3)+'&lt;br /&gt;');</pre>
<p>相似的有，这个帖子里有一个验证IP地址的方法：<a href="http://bbs.blueidea.com/viewthread.php?tid=2586741">求检验MAC地址的正则表达例子</a></p>
<h2><a id="_Toc213927717" name="_Toc213927717"></a>匹配&lt;ul&gt;与&lt;ul&gt;之间的内容</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2828429">请教个正则的小问题吧</a><br />
&lt;ul&gt;safsf&lt;ul&gt;safsf&lt;/ul&gt;&lt;ul&gt;safsf&lt;/ul&gt;&lt;/ul&gt;</p>
<p>用正则可以得到 &lt;ul&gt;起到下个&lt;ul&gt; 之间的内容。</p>
<p>正则如下：</p>
<pre> /&lt;ul&gt;[\s\S]+?&lt;ul&gt;/i</pre>
<p>首先匹配两侧的ul标签，中间的[\s\S]+?可以匹配一个或者多个任意字符，一定要非贪婪，否则会匹配&lt;ul&gt;safsf&lt;ul&gt;safsf&lt;/ul&gt;&lt;ul&gt;。</p>
<h2><a id="_Toc213927718" name="_Toc213927718"></a>用正则表达式获得文件名</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1507030-1-1465.html">C:\006.jpg</a></p>
<p>c:\images\tupian\006.jpg</p>
<p>可能是直接在盘符根目录下，也可能在好几层目录下，要求替换到只剩文件名。</p>
<p>xlez的正则如下：</p>
<pre> /[^\\\/]*[\\\/]+/g</pre>
<p>首先匹配非左右斜线字符0或多个，然后是左右斜线一个或者多个。形如“xxx/”或者“xxx\”或者“/”或者“\”</p>
<p>函数以及测试代码：</p>
<pre> &lt;script type="text/javascript"&gt;
 function getFileName(str){
  var reg = /[^\\\/]*[\\\/]+/g;
  //xxx\或者是xxx/
  str = str.replace(reg,'');
  return str;
 }
 var str = "c:\\images\\tupian\\006.jpg";
 document.write(getFileName(str)+'&lt;br /&gt;');
 var str2 = "c:/images/tupian/test2.jpg";
 document.write(getFileName(str2));
 &lt;/script&gt;</pre>
<p>注意，\需要转义。</p>
<h2><a id="_Toc213927719" name="_Toc213927719"></a>绝对路径变相对路径</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=1609683">讨论一个正则</a></p>
<p>将&lt;IMG height="120" width="800" src="http://23.123.22.12/image/somepic.gif"&gt;转换为：&lt;IMG height="120" width="800" src="/image/somepic.gif"&gt;。</p>
<p>其中网址可能改变，例如http://localhost等等。</p>
<p>cloudchen的正则：</p>
<pre> /http:\/\/[^\/]+/</pre>
<p>首先是http://，然后[^\/]+找过1个或者多个非/字符，因为遇到第一个/表示已经到目录了，停止匹配。</p>
<p>测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 var str = '&lt;IMG height="120" width="800" \
src="http://23.123.22.12/image/somepic.gif"&gt;';
 var reg = /http:\/\/[^\/]+/;
 str = str.replace(reg,"");
 alert(str)
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927720" name="_Toc213927720"></a>用户名正则</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-2881020-1-1.html">求正则，急急呀！！</a></p>
<p>用于用户名注册，，用户名只 能用 中文、英文、数字、下划线、4-16个字符。</p>
<p>hansir和解决方案弄成正则：</p>
<pre> /^[\u4E00-\u9FA5\uf900-\ufa2d\w]{4,16}$/</pre>
<p>中文字符或者单词字符，4到16个。实现4到16结成到正则里的关键就是开始^和结束$，这就等于整个字符串只能有这些匹配的内容，不能有多余的。</p>
<p>函数和测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function isEmail(str){
  var reg = /^[\u4E00-\u9FA5\uf900-\ufa2d\w]{4,16}$/;
   return reg.test(str);
 }
 var str = '超级无敌用户名regExp';
 var str2 = '捣乱的@';
 var str3 = '太短'
 var str4 = '太长longlonglonglonglonglonglonglong'
 document.write(isEmail(str)+'&lt;br /&gt;');
 document.write(isEmail(str2)+'&lt;br /&gt;');
 document.write(isEmail(str3)+'&lt;br /&gt;');
 document.write(isEmail(str4)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927721" name="_Toc213927721"></a>匹配英文地址</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2712823">-求助- 正则问题</a></p>
<p>规则如下:<br />
包含 "点", "字母","空格","逗号","数字"，但开头和结尾不能是除字母外任何字符。</p>
<p>[\.a-zA-Z\s,0-9]这个字符集就实现了字母，空格，逗号和数字。最终正则如下：</p>
<pre> /^[a-zA-Z][\.a-zA-Z\s,0-9]*?[a-zA-Z]+$/</pre>
<p>开头必须有字母，结束也必须是一个以上字母。测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function testReg(reg,str){
  return reg.test(str);
 }
 var reg = /^[a-zA-Z][\.a-zA-Z\s,0-9]*?[a-zA-Z]+$/;
 var str = 'No.8,ChangAn Street,BeiJing,China';
 var str2 = '8.No,ChangAn Street,BeiJing,China';
 var str3 = 'No.8,ChangAn Street,BeiJing,China88';
 document.write(testReg(reg,str)+'&lt;br /&gt;')
 document.write(testReg(reg,str2)+'&lt;br /&gt;')
 document.write(testReg(reg,str3)+'&lt;br /&gt;')
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927722" name="_Toc213927722"></a>正则匹配价格</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2891679">为什么这个正则不起作用啊？急啊？</a></p>
<p>价格的格式应该如下：</p>
<p>开头数字若干位，可能有一个小数点，小数点后面可以有两位数字。hansir给出的对应正则如下：</p>
<pre> /^(\d*\.\d{0,2}|\d+).*$/</pre>
<p>hansir给出的测试代码如下：</p>
<pre> &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
 &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
 &lt;head&gt;
 &lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312" /&gt;
 &lt;title&gt;无标题文档&lt;/title&gt;
 &lt;script type="text/javascript"&gt;
 function checkPrice(me){
  if(!(/^(?:\d+|\d+\.\d{0,2})$/.test(me.value))){
  me.value = me.value.replace(/^(\d*\.\d{0,2}|\d+).*$/,'$1');
  }
 }
 &lt;/script&gt;
 &lt;/head&gt;
 &lt;body&gt;
 &lt;input type="text" onkeyup="checkPrice(this);"/&gt;
 &lt;/body&gt;
 &lt;/html&gt;</pre>
<h2><a id="_Toc213927723" name="_Toc213927723"></a>身份证号码的匹配</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=1118186">关于正则的,大家帮帮忙,急,在线等</a></p>
<p>身份证号码可以是15位或者是18位，其中最后一位可以是X。其它全是数字，正则如下：</p>
<pre> /^(\d{14}|\d{17})(\d|[xX])$/</pre>
<p>开头是14位或者17位数字，结尾可以是数字或者是x或者是X。</p>
<p>测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function testReg(reg,str){
  return reg.test(str);
 }
 var reg = /^(\d{14}|\d{17})(\d|[xX])$/;
 var str = '123456789012345';//15位
 var str2 = '123456789012345678';//18位
 var str3 = '12345678901234567X';//最后一位是X
 var str4 = '1234';//位数不对
 document.write(testReg(reg,str)+'&lt;br /&gt;');
 document.write(testReg(reg,str2)+'&lt;br /&gt;');
 document.write(testReg(reg,str3)+'&lt;br /&gt;');
 document.write(testReg(reg,str4)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927724" name="_Toc213927724"></a>要求文本有指定行数</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2784774">[求助]求一句正则表达式的写法</a></p>
<p>匹配至少两行的字符串，每行都为非空字符。</p>
<p>只要匹配到[\n\r]就表示有换行了，再保证换行的两段都不是空字符就可以了。正则如下：</p>
<pre> /\S+?[\n\r]\S+?/i</pre>
<p>这个正则的应用应该是用在textarea里，如果是如下要求：可以支持所有字符，中间可带空格，可以包括英文、数字、中文、标点</p>
<p>这样的话，只要针对空格再改一下就行了。（按照非空的要求，上面有不能匹配“字符+空格+换行+字符”的字符串）。修改如下：</p>
<pre> /\S+?\s*?[\n\r]\s*?\S+?/i</pre>
<h2><a id="_Toc213927725" name="_Toc213927725"></a>单词首字母大写</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2894852">求个正则，处理英文单词或词组的</a></p>
<p>每单词首字大写，其他小写。如blue idea转换为Blue Idea，BLUE IDEA也转换为Blue Idea</p>
<p>cloeft的正则：</p>
<pre> /\b(\w)|\s(\w)/g</pre>
<p>所谓“首字母”包括两种情况：第一种是边界(开头)的单词字符，一种是空格之后的新单词的第一个字母。测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function replaceReg(reg,str){
  str = str.toLowerCase();
  return str.replace(reg,function(m){return m.toUpperCase()})
 }
 var reg = /\b(\w)|\s(\w)/g;
 var str = 'blue idea';
 var str2 = 'BLUE IDEA';
 var str3 = 'Test \n str is no good!';
 var str4 = 'final test';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str2)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str3)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str4)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927726" name="_Toc213927726"></a>正则验证日期格式</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2294152">yyyy-mm-dd的正则怎样写啊？</a></p>
<p>yyyy-mm-dd格式</p>
<p>正则如下：</p>
<pre> /^\d{4}-\d{1,2}-\d{1,2}$/</pre>
<p>4位数字，横线，1或者2位数字，再横线，最后又是1或者2位数字。</p>
<p>测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function testReg(reg,str){
  return reg.test(str);
 }
 var reg = /^\d{4}-\d{1,2}-\d{1,2}$/;
 var str = '2008-8-8';
 var str2 = '2008-08-08';
 var str3 = '08-08-2008';
 var str4 = '2008 08 08';
 document.write(testReg(reg,str)+'&lt;br /&gt;');
 document.write(testReg(reg,str2)+'&lt;br /&gt;');
 document.write(testReg(reg,str3)+'&lt;br /&gt;');
 document.write(testReg(reg,str4)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>第二种格式：来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=1165142">求一正则表达式</a><br />
yyyy-mm-dd<br />
或<br />
yyyy/mm/dd</p>
<p>用“或”简单地修改一下就行了。</p>
<pre> /^\d{4}(-|\/)\d{1,2}(-|\/)\d{1,2}$/</pre>
<h2><a id="_Toc213927727" name="_Toc213927727"></a>去掉文件的后缀名</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2818320">求一个正则</a></p>
<p>www.abc.com/dc/fda.asp变为www.abc.com/dc/fda</p>
<p>如果文件后缀已知的话这个问题就非常简单了，正则如下：</p>
<pre> /\.asp$/</pre>
<p>匹配最后的.asp而已，测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function delAspExtension(str){
  var reg = /\.asp$/;
  return str.replace(reg,'');
 }
 var str = 'www.abc.com/dc/fda.asp';
 document.write(delAspExtension(str)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>如果文件名未知的话就用这个正则：/\.\w+$/，测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function delExtension(str){
  var reg = /\.\w+$/;
  return str.replace(reg,'');
 }
 var str = 'example.com/dc/fda.asp';
 document.write(delExtension(str)+'&lt;br /&gt;');
 var str2 = 'test/regular/fda.do';
 document.write(delExtension(str2)+'&lt;br /&gt;');
 var str3 = 'example.com/dc/fda.strange_extension';
 document.write(delExtension(str3)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927728" name="_Toc213927728"></a>验证邮箱的正则表达式</h2>
<p>来源：找javascript写的表单检查代码！</p>
<p>fuchangxi的正则：</p>
<pre> /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/</pre>
<p>开始必须是一个或者多个单词字符或者是-，加上@，然后又是一个或者多个单词字符或者是-。然后是点“.”和单词字符和-的组合，可以有一个或者多个组合。</p>
<pre> &lt;script type="text/javascript"&gt;
 function isEmail(str){
  var reg = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/;
  return reg.test(str);
 }
 var str = 'test@hotmail.com';
 document.write(isEmail(str)+'&lt;br /&gt;');
 var str2 = 'test@sima.vip.com';
 document.write(isEmail(str2)+'&lt;br /&gt;');
 var str3 = 'te-st@qq.com.cn';
 document.write(isEmail(str3)+'&lt;br /&gt;');
 var str4 = 'te_st@sima.vip.com';
 document.write(isEmail(str4)+'&lt;br /&gt;');
 var str5 = 'te.._st@sima.vip.com';
 document.write(isEmail(str5)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>我不太了解邮箱的具体规则。感觉这个正则比较简单，<a href="http://bbs.blueidea.com/viewthread.php?tid=2784748">EMAIL校验 正则 讨论 求解</a>里有比较详细的邮箱正则讨论。</p>
<h2><a id="_Toc213927729" name="_Toc213927729"></a>匹配源代码中的链接</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2824147">正则</a></p>
<p>能够匹配HTML代码中链接的正则。</p>
<p>原帖正则：</p>
<pre>/&lt;a href=".+?"&gt;.+?&lt;\/a&gt;/g</pre>
<p>感觉有点严格，首先要&lt;a href="".+?"&gt;有，而且href属性可以是一个或者多个除换行外任意字符(非贪婪)。后面是.+?&lt;\/a&gt;，一个或者多个除换行外任意字符（非贪婪），再加上结束标签。</p>
<p>有个问题，如果a的起始标签最后有空格，或者除了href还有其它属性的话，上面的正则就不能匹配这个链接了。</p>
<p>例如：</p>
<p>&lt;a href="asdfs" &gt;……多了个空格。</p>
<p>&lt;a id="xx" href=""asdfs"&gt;……前面有属性。</p>
<p>……</p>
<p>重写正则：</p>
<pre>/&lt;a\s(\s*\w*?=".+?")*(\s*href=".+?")(\s*\w*?=".+?")*\s*&gt;[\s\S]*?&lt;\/a&gt;/</pre>
<p>思路如下：首先要有&lt;a和一个空格。/&lt;a\s/</p>
<p>第一个(\s*\w*?=".+?")*</p>
<p>可以匹配一个属性，属性前面可能有或者没有多余的空格，用\s*匹配；属性名肯定是单词字符，用\w*?匹配；=".+?"就是匹配属性值了非换行字符若干个；整个括号外面加个*表示可能有任意多个属性。</p>
<p>(\s*href=".+?")</p>
<p>匹配href，它也是一个属性，所以只要把上面子正则表达式中的\w修改为href=就行了。</p>
<p>(\s*\w*?=".+?")*重复第一个子正则表达式，再次接受任意个属性。</p>
<p>\s*&gt;，属性最后再加上若干个空格和&gt;。</p>
<p>[\s\S]*?，链接的文字，可能有任何字符组成，若干个，非贪婪。</p>
<p>&lt;\/a&gt;最后是结束标签。</p>
<p>补充：属性名和=之间，以及=和属性值之间也可能有空格。所以要再加上几个\s*。</p>
<p>最后的实例代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function findLinks(str){
  var reg = /&lt;a\s(\s*\w*?\s*=\s*".+?")*(\s*href\s*=\s*".+?")(\s*\w*?\s*=\s*".+?")
 *\s*&gt;[\s\S]*?&lt;\/a&gt;/g;
  var arr = str.match(reg);
  for(var i=0;i&lt;arr.length;i++){
  //alert(arr[i]);
  document.write('link:'+arr[i]+'&lt;br /&gt;');
  }
 }
 var str = '&lt;p&gt;测试链接：&lt;a id = "test" href="http://bbs.blueidea.com" title="无敌"&gt;经典论坛
 &lt;/a&gt;&lt;/p&gt;&lt;a? href = "http://www.blueidea.com/"? &gt;蓝色理想&lt;/a&gt;';
 var arr = findLinks(str);
 &lt;/script&gt;</pre>
<p>会把所有的链接在页面直接显示出来。注意，</p>
<p><strong>本帖遗留问题：如何执行从右到左的匹配。貌似</strong><strong>JS</strong><strong>或者</strong><strong>VBS</strong><strong>没有提供这个功能</strong><strong>2</strong><strong>、</strong><strong>JS</strong><strong>或者</strong><strong>VBS</strong><strong>不支持</strong> <strong>后行断言。。用什么方法实现这个功能。</strong></p>
<h2><a id="_Toc213920907" name="_Toc213920907"></a><a id="_Toc213927730" name="_Toc213927730"></a>匹配链接的文字</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2818044">求一正则?</a></p>
<p>代码：&lt;a href="#&gt;这里要保存&lt;/a&gt;，只保存链接的文本内容，标签信息删掉。</p>
<p>前面写过一个匹配链接的正则：</p>
<pre> /&lt;a\s(\s*\w*?=".+?")*(\s*href=".+?")(\s*\w*?=".+?")*\s*&gt;[\s\S]*?&lt;\/a&gt;/</pre>
<p>不过我们需要捕获的是文字内容，所以需要做一定的修改。第一步就是在所有的括号内都加上?:表示不捕获。第二步就是再多加一个括号放在[\s\S]*?两侧，这样就可以捕获到链接的文字内容了。最后正则如下：</p>
<pre> /&lt;a\s(?:\s*\w*?\s*=\s*".+?")*(?:\s*href\s*=\s*".+?")(?:\s*\w*?\s*=\s*".+?")*\s*&gt;([\s\S]*?)&lt;\/a&gt;/</pre>
<p>测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function anchorText(str){
  var reg =/&lt;a\s(?:\s*\w*?\s*=\s*".+?")*(?:\s*href\s*=\s*".+?")(?:\s*\w*?\s*=\s*".+?")*\s*&gt; 

 ([\s\S]*?)&lt;\/a&gt;/;
  str = str.replace(reg,'$1');
  return str;
 }
 var str = '&lt;a id = "test" href="http://bbs.blueidea.com" title="无敌"&gt;经典论坛&lt;/a&gt;';
 document.write(anchorText(str));
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927731" name="_Toc213927731"></a>正则判断标签是否闭合</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2813705">求助 超难！正则表达式如何判断一个标签是否闭合</a></p>
<p>例如：&lt;img xxx=”xxx” 就是没有闭合的标签；</p>
<p>&lt;p&gt;p的内容，同样也是没闭合的标签。</p>
<p>从简单的正则开始，先匹配起始标签</p>
<pre> /&lt;[a-z]+/i</pre>
<p>再加上若干属性：</p>
<pre> /&lt;[a-z]+(\s*\w*?\s*=\s*".+?")*/i</pre>
<p>下面就到关键点了，标签的闭合。标签可能有两种方式闭合，&lt;img xxx=”xxx” /&gt;</p>
<p>或者是&lt;p&gt;xxx &lt;/p&gt;。</p>
<p>(\s*\/&gt;)</p>
<p>匹配img类的结束，即/&gt;。</p>
<p>(\s*?&gt;[\s\S]*?&lt;\/\1&gt;)</p>
<p>匹配\p类标签的结束标签。&gt;是其实标签末尾，之后是标签内容若干个任意字符，最后的&lt;\/\1&gt;就是结束标签了。</p>
<p>加上一个或就可以解决了，最后的完整正则表达式：</p>
<p>整个正则：</p>
<pre>/&lt;([a-z]+)(\s*\w*?\s*=\s*".+?")*(\s*?&gt;[\s\S]*?&lt;\/\1&gt;|\s*\/&gt;)/i</pre>
<p>拿这个正则，只要匹配到了就表示闭合，没匹配到则没有闭合。不过没有考虑相同标签嵌套的问题，例如</p>
<p>&lt;div&gt;aaaaaa&lt;div&gt;test&lt;/div&gt;</p>
<p>也被判断为合格，可以通过把最后的匹配p类结束标签写成子正则表达式，并且更改为非贪心，然后在匹配结果中检查是否成对。正则如下：</p>
<pre> /&lt;([a-z]+)(\s*\w*?\s*=\s*".+?")*(\s*?&gt;[\s\S]*?(&lt;\/\1&gt;)+|\s*\/&gt;)/i</pre>
<h2><a id="_Toc213927732" name="_Toc213927732"></a>用正则获得指定标签的内容</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2881028">求一正则</a></p>
<p>有如下代码：</p>
<pre> &lt;channel&gt;
   &lt;title&gt;蓝色理想&lt;/title&gt;
 &lt;/channel&gt;
 &lt;item&gt;
   &lt;title&gt;界面设计测试规范&lt;/title&gt;
 &lt;/item&gt;
 &lt;item&gt;
     &lt;title&gt;《古典写实美女》漫画教程&lt;/title&gt;
 &lt;/item&gt;
 &lt;item&gt;
     &lt;title&gt;安远――消失的光年&lt;/title&gt;
 &lt;/item&gt;
 &lt;item&gt;
     &lt;title&gt;asp.net 2.0多语言网站解决方案&lt;/title&gt;
 &lt;/item&gt;</pre>
<p>要求匹配item里的title而不匹配channel里的title。</p>
<p>基本正则：</p>
<pre> /&lt;title&gt;[\s\S]*?&lt;\/title&gt;/gi</pre>
<p>首先是title标签，内容为任意字符若干个，然后是title结束标签。这个正则已经能匹配到所有的title标签。</p>
<p>首先，我简单地修改了一下原正则：</p>
<pre> /&lt;title&gt;[^&lt;&gt;]*?&lt;\/title&gt;/gi，</pre>
<p>因为title里面不应该再嵌有其它标签，这个正则同样是匹配所有标题的内容，最后再加上不去匹配channel中的title。整个正则如下：</p>
<pre> /&lt;title&gt;[^&lt;&gt;]*?&lt;\/title&gt;(?!\s*&lt;\/channel&gt;)/gi</pre>
<p>(?!\s*&lt;\/channel&gt;)表示要匹配字符串的后面不能跟着若干个空格和一个channel的结束标签。</p>
<p>原帖里有很方便的测试工具，这里就不给测试代码了。</p>
<h2><a id="_Toc213927733" name="_Toc213927733"></a>正则判断是否为数字与字母的混合</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=1866647">关于正则</a></p>
<p>不能小于12位，且必须为字母和数字的混合。</p>
<p>验证字符串包含数字简单，验证字符串包含字母也简单，验证字符串不包含其它字符也简单，可以用这三个正则分别检查一次字符串，逻辑运算出最终结果。</p>
<p>但是怎么能把这些功能写进一个正则表达式里呢？这个问题真有点伤脑筋。</p>
<p>下面是lexrus的正则：</p>
<pre> /^([a-z]+(?=[0-9])|[0-9]+(?=[a-z]))[a-z0-9]+$/ig</pre>
<p>思路非常的清晰啊：</p>
<p>[a-z]+(?=[0-9])</p>
<p>字母开头，后面必须紧跟着数字。</p>
<p>[0-9]+(?=[a-z]</p>
<p>数字开头，后面必须紧跟着字母。</p>
<p>[a-z0-9]+</p>
<p>后面的字符只要是数字或者字母就可以了。经过测试，发现不好使，123dd会被识别为不合法，dd123则为合法，可见“数字开头，紧跟字母”的正则没有起作用。测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function istrue(str){
 var reg=/^([a-z]+(?=[0-9])|[0-9]+(?=[a-z]))[a-z0-9]+$/ig;
 return reg.test(str);
 }
 var str? = 'AaBc';
 var str2 = 'aaa123';
 var str3 = '123dd';
 var str4 = '1230923403982';
 document.write(istrue(str)+'&lt;br /&gt;');
 document.write(istrue(str2)+'&lt;br /&gt;');
 document.write(istrue(str3)+'&lt;br /&gt;');
 document.write(istrue(str4)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>结果为：</p>
<p>false，true，false，false</p>
<p>结果中的第三个，将'123dd'判断为非法是错误的。刚开始以为是g的问题，去掉了还是不好使。应该是浏览器bug，我认为lexrus的正则是正确的，可能是浏览器无法处理或”|”的两边都包含正向预查(?=)。</p>
<p>修改之后的正则如下：</p>
<pre> /^(([a-z]+[0-9]+)|([0-9]+[a-z]+))[a-z0-9]*$/i</pre>
<p>意思和上面差不多，但是没有使用正向预查，测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function istrue(str){
 var reg=/^(([a-z]+[0-9]+)|([0-9]+[a-z]+))[a-z0-9]*$/i;
 return reg.test(str);
 }
 var str? = 'AaBc';
 var str2 = 'aaa123';
 var str3 = '123dd';
 var str4 = '1230923403982';
 document.write(istrue(str)+'&lt;br /&gt;');
 document.write(istrue(str2)+'&lt;br /&gt;');
 document.write(istrue(str3)+'&lt;br /&gt;');
 document.write(istrue(str4)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>结果为</p>
<p>false，true，true，false</p>
<p>正确。</p>
<h2><a id="_Toc213927734" name="_Toc213927734"></a>空格与英文同时存在</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-2426250-1-1.html">正则问题请指教啊！</a></p>
<p>匹配英文以及空格，要求必须既有英文字母又有空格。</p>
<p>这个思路和上面的差不多，只要把数字改成空格就可以了。正则如下：</p>
<pre> /^(([a-z]+\s+)|(\s+[a-z]+))[a-z\s]*$/i</pre>
<p>英文开头加空格，或者是空格开头加英文，后面可以是英文或者空格。测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function istrue(str){
 var reg=/^(([a-z]+\s+)|(\s+[a-z]+))[a-z\s]*$/i;
 return reg.test(str);
 }
 var str? = 'asdf';
 var str2 = 'sadf sdf';
 var str3 = 'asdf ';
 document.write(istrue(str)+'&lt;br /&gt;');
 document.write(istrue(str2)+'&lt;br /&gt;');
 document.write(istrue(str3)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>利用这个思路也可以实现英文空格英文，英文单词多于两个的匹配。同样，也可以把英文字母换成单词字符\w。</p>
<h2><a id="_Toc213927735" name="_Toc213927735"></a>显示或者保存正则表达式匹配的部分内容</h2>
<p>有如下电话号码：</p>
<p>13588888333<br />
13658447322<br />
13558885354<br />
13587774654<br />
13854554786</p>
<p>要求，要求只匹配135开头的电话，但是匹配结果只保留135后面的数字。</p>
<p>由于JavaScript里的正则不支持(?=xx)xxx的模式，只支持xxx(?=xx)的模式。所以只能将135后面的内容作为一个子正则表达式匹配的内容，然后再在后面引用。</p>
<pre> Carl给出的函数如下：
 function f(phoneNumber) {
   var pattern = /^(135)(\d{8})$/;
     if(pattern.test(phoneNumber))
  return phoneNumber.replace(pattern,"$2");
   else
  return "不是135打头的手机号码！";
 }
 /^(135)(\d{8})$/</pre>
<p>正则中，135作为开头表示第一个子正则表达式，第二个括号内的子正则表达式则匹配后面的8个数字，然后在replace中使用$2就可以引用这个子正则表达式匹配的内容了。测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function f(phoneNumber) {
   var pattern = /^(135)(\d{8})$/;
   if(pattern.test(phoneNumber))
  return phoneNumber.replace(pattern,"$2");
   else
  return "不是135打头的手机号码！";
 }
 var arr = new Array(
   "13588888333",
   "13658447322",
   "13558885354",
   "13587774654",
   "13854554786"
 );
 for(var i = 0; i &lt; arr.length; i++)
   document.write(f(arr[i])+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927736" name="_Toc213927736"></a>正则表达式替换变量</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2665917">求教正则</a></p>
<p>有一个数组：</p>
<p>var _A = ['A','B','C','D'];</p>
<p>有一个有“变量”的字符串。</p>
<p>var _B = '&lt;ul&gt;&lt;li&gt;$0$&lt;/li&gt;&lt;li&gt;$1$&lt;/li&gt;&lt;li&gt;$2$&lt;/li&gt;&lt;li&gt;$3$&lt;/li&gt;&lt;/ul&gt;';</p>
<p>说是变量，其实只是字符串中的特殊字符，例如$0$，就称这个为伪变量吧。</p>
<p>最后的要求就是使用正则获得下面这样一个字符串：</p>
<p>_C = '&lt;ul&gt;&lt;li&gt;A&lt;/li&gt;&lt;li&gt;B&lt;/li&gt;&lt;li&gt;C&lt;/li&gt;&lt;li&gt;D&lt;/li&gt;&lt;/ul&gt;';</p>
<p>IamUE给出了代码：</p>
<pre> &lt;script type="text/javascript"&gt;
 var _A = ['A','B','C','D'];
 var _B = '&lt;ul&gt;&lt;li&gt;$0$&lt;/li&gt;&lt;li&gt;$1$&lt;/li&gt;&lt;li&gt;$2$&lt;/li&gt;&lt;li&gt;$3$&lt;/li&gt;&lt;/ul&gt;';
 var reg=/\$\d+\$/ig;
 C=_B.replace(reg,function($1){
 var indexnum=$1.replace(/\$/ig,"");
 if (indexnum&lt;_A.length)
 {return _A[indexnum];}
 else{return ""}
 });
 alert(C);
 &lt;/script&gt;</pre>
<p>代码分析：看到代码之后感觉有点晕，首先，正则reg中没有任何的括号，应该是没有捕获内容的，那么后面怎么又使用$1了引用了呢？通过alert测试，发现它是整个正则匹配的内容，而且不一定要写作$1，可以写为$0，甚至是写为x都没关系，它总是整个匹配。</p>
<p>第一次，$1匹配到_B中的“$0$”，匿名函数中将它的$去掉，变成了0，检查是否越界之后，用这个0作为下标去访问数组_A。</p>
<p>由于正则reg定义了g属性，所以会继续替换$1$、$2$等等。步骤都和上面一样。</p>
<h2><a id="_Toc213927737" name="_Toc213927737"></a>正则替换指定属性中的文本</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2775269">怎样用正则来查找替换？</a></p>
<p>有如下代码：</p>
<p>&lt;td align="center"&gt;&lt;img src="../photo/ccg/thumbnails/O'Malley's West_jpg.gif" border="0" onClick="MM_openBrWindow('../photo/ccg/pages/O'Malley's West_jpg.htm','BE','width=386,height=306')"&gt;&lt;br&gt;<br />
O'Malley's West&lt;/td&gt;</p>
<p>要求将所有onclick属性中的’替换成\’，也就是将单引号转义。</p>
<p>首先，需要匹配onclick属性：</p>
<pre> /onclick\s*=\s*".+?"/ig</pre>
<p>然后再将所有的’都替换成\’就可以了。</p>
<h2><a id="_Toc213927738" name="_Toc213927738"></a>将阿拉伯数字替换为中文大写形式</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=524205">正则问题</a></p>
<p>将123替换成壹贰叁。</p>
<p>只要匹配一个数字就可以了，测试代码如下（如果显示为乱码就调整一下浏览器的字符编码）：</p>
<pre> function replaceReg(reg,str){
  return str.replace(reg,function(m){return arr[m];})
 }
 arr=new Array("零","壹","贰","叁","肆","伍","陆","柒","捌","玖");
 var reg = /\d/g;
 var str = '13889294444';
 var str2 = '12889293333';
 var str3 = '23445567';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str2)+'&lt;br /&gt;');
 document.write(replaceReg(reg,str3)+'&lt;br /&gt;');</pre>
<h2><a id="_Toc213927739" name="_Toc213927739"></a>替换文本中的URL为链接</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2764495">求一链接替换正则</a></p>
<p>将一个用户输入的一段文字中的url替换成可以点击的link地址。例如：http://www.blueidea.com可以替换成 [url]http://www.cctv.com[/url]</p>
<p>或&lt;a href="http://www.cctv.com"&gt;http://www. blueidea.com&lt;/a&gt;.</p>
<p>这个正则的关键就在于匹配链接，匹配之后，在两边加上a标签和属性不是问题。</p>
<pre> /http:\/\/[\w-]*(\.[\w-]*)+/ig</pre>
<p>首先匹配http://。</p>
<p>[\w-]*是可能的www和bbs等。</p>
<p>\.[\w-]*匹配.xxx形式，至少有一个。</p>
<p>测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function replaceReg(reg,str){
  return str.replace(reg,function(m){return '&lt;a href="'+m+'"&gt;'+m+'&lt;/a&gt;';})
 }
 var reg = /http:\/\/[\w-]*(\.[\w-]*)+/ig;
 var str = '将一个用户输入的一段文字中的url替换成可以点击的link地址。\
测试一下：http://www.blueidea.com紧接着中文，还有http://bbs.blueidea.com \
is very good!http://blueidea.com!最后在看看带.cn的：http://www.sina.com.cn呵呵。';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927740" name="_Toc213927740"></a>从HTML代码段删除指定标签极其内容</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=1800520">关于正则的问题</a></p>
<p>在一段代码中去除&lt;script ...... /script&gt;, &lt;head&gt;...&lt;/head&gt;,&lt;%.....%&gt;等代码块</p>
<p>隆的正则：</p>
<pre> /&lt;(script|meta|%)[\s\S]*?\/(script|meta|%)&gt;/</pre>
<p>试了一下，匹配如下文本正常：</p>
<pre> &lt;script type="text/javascript"&gt;
 我是要被删除的脚本
 &lt;/script&gt;
 哎。就剩下我了。</pre>
<p>但是，如果使用类似的正则：</p>
<pre> /&lt;(script|head|%)[\s\S]*?\/(script|head|%)&gt;/ig</pre>
<p>匹配有嵌套的标签：</p>
<pre> &lt;head&gt;
 &lt;script type="text/javascript"&gt;
 我是要被删除的脚本
 &lt;/script&gt;
 &lt;/head&gt;
 哎。就剩下我了。</pre>
<p>实际匹配的内容是：</p>
<pre> &lt;head&gt;
 &lt;script type="text/javascript"&gt;
 我是要被删除的脚本
 &lt;/script&gt;</pre>
<p>这是因为[\s\S]*?里的非贪婪造成的。可以使用JavaScript正则里的反向引用来解决这个问题，如果起始标签匹配了head，那么结束标签也必须是head。最后的正则如下：</p>
<pre> /&lt;(script|head|%)[\s\S]*?\/\1&gt;/ig</pre>
<h2><a id="_Toc213927741" name="_Toc213927741"></a>用正则给文本分段</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2889002">怎样用正则分段落</a></p>
<p>原代码：[title]标题一[/title]内容一232323sdfga [title]标题二[/title]内容二2232323 [title]标题三[/title]内容三2232323</p>
<p>要把文本分段成如下格式：<br />
一、[title]标题一[/title]内容一232323sdfga<br />
二、[title]标题二[/title]内容二2232323<br />
三、[title]标题三[/title]内容三2232323</p>
<p>只要用正则匹配title就可以了，所以正则比较简单</p>
<pre> /\[title\]/ig</pre>
<p>至于开始的的汉字序号，只要一个数组就解决了，最终代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function replaceReg(reg,str){
  var mark =0;
  return str.replace(reg,function(m){mark++;return '&lt;br /&gt;'+arr[mark]+'、'+m;})
 }
 var arr = ["零","壹","贰","叁","肆","伍","陆","柒","捌","玖"];
 var reg = /\[title\]/ig;
 var str = '[title]标题一[/title]内容一232323sdfga \
[title]标题二[/title]内容二2232323 [title]标题三[/title]内容三2232323';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927742" name="_Toc213927742"></a>转换源代码中的标签</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=896933">一个正则上的问题</a></p>
<p>将代码中的HTML标签img转换为[img]url[/img]。</p>
<p>/&lt;img(?:\s*\w*?\s*=\s*".+?")*?\s*src\s*=\s*"(.+?)"(?:\s*\w*?\s*=\s*".+?")*\s*&gt;/ig</p>
<p>这段正则和匹配链接标签的正则基本一样，修改如下,标签名img，没有结束标签而是&gt;结束。</p>
<p>测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function replaceReg(reg,str){
  return str.replace(reg,'[img]$1[/img]')
 }
 var reg =
/&lt;img(?:\s*\w*?\s*=\s*".+?")*?\s*src\s*=\s*"(.+?)"(?:\s*\w*?\s*=\s*".+?")*\s*&gt;/ig;
 var str = '我就是传说中的图片了&lt;img src="URL"&gt;哎。';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<p>第二个是替换object代码嵌入的flash代码替换为[swf]url[/swf]。</p>
<p>针对原文的正则如下：</p>
<pre> /&lt;object[\s\S]*?src=([\s\S]+?)(?=\s)[\s\S]*&lt;\/object&gt;/i</pre>
<p>如果是所有的属性都有双引号的话正则也需要修改。</p>
<p>测试如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function replaceReg(reg,str){
  return str.replace(reg,'[swf]$1[/swf]')
 }
 var reg = /&lt;object[\s\S]*?src=([\s\S]+?)(?=\s)[\s\S]*&lt;\/object&gt;/i;
 var str = '&lt;object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 \
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/\
swflash.cab#version=5,0,0,0 width=255 height=250&gt;&lt;param name=movie \
value=url&gt;&lt;param name=quality value=high&gt;&lt;embed src=url quality=high \
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?\
P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash \
width=255 height=250&gt;&lt;/embed&gt;&lt;/object&gt;';
 document.write(replaceReg(reg,str)+'&lt;br /&gt;');
 &lt;/script&gt;</pre>
<h2><a id="_Toc213927743" name="_Toc213927743"></a>给属性添加双引号</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=999492">请教正则表达式高手</a></p>
<p>给HTML标签中的属性添加双引号。</p>
<p>&lt;a href=xxx&gt;改为：&lt;a href="xxx"&gt;</p>
<p>LeXRus的第一个正则如下：</p>
<pre> /(?!\&lt;\w+)(\s+\w+)\=([^&gt;\"\s]+)/ig</pre>
<p>第一个括号没看明白，JS应该是不支持。所以我擅自给删掉了，剩下的正则如下：</p>
<pre> /(\s+\w+)\=([^&gt;\"\s]+)/ig</pre>
<p>第一个括号里的\s+\w+匹配的是属性名。</p>
<p>然后是=，不用转义。</p>
<p>第二个括号里的[^&gt;\"\s]+匹配属性值。不匹配&gt;”和空格。这里的引号不用转义。在意思不改变的情况下，稍微改了改，正则如下：</p>
<pre> /(\s+\w+)=([^&gt;"\s]+)/ig</pre>
<p>需要注意的是这个正则不匹配=两边有空格的属性，例如href = xxx。相匹配的话就改成：</p>
<pre> /(\s+\w+)\s*=\s*([^&gt;"\s]+)/ig</pre>
<p>代码：</p>
<pre> str=str.replace(/(?!\&lt;\w+)(\s+\w+)\=([^&gt;\"\s]+)/ig,'$1="$2"');</pre>
<p>其中’$1=”$2”’就实现了给属性值添加上双引号。不过ncs指出了这个正则替换的几个问题，一是上面的空格问题，二是如果非标签内部有等号，且前面又恰巧有空白字符的话，它将会被误识别为属性，例如：</p>
<p>&lt;a href=xxx target=yyy title = asdfasf&gt; test=sd</p>
<p>里面的test=sd也会被匹配。三是如果属性原来使用了单引号，会被再包上一层双引号……</p>
<p>来看看LeXRus前辈的新正则替换方法：</p>
<pre> str=str.replace(/(?!&lt;\w+)(\s+\w+)\s*=\s*([^&gt;\"\s]+)(?=[^&gt;]*&gt;)/ig,'$1="$2"')
.replace(/\"\'([^\'\"]+)\'\"/ig,'\"$1\"');</pre>
<p>先来看第一个正则：</p>
<pre> / (\s+\w+)\s*=\s*([^&gt;"\s]+)(?=[^&gt;]*&gt;)/ig</pre>
<p>结尾新添的(?=[^&gt;]*&gt;)意在解决普通文本中有等号被误识别为属性的问题：</p>
<p>&lt;a href=xxx target=yyy title = asdfasf&gt; test=sd</p>
<p>就没问题了，但是</p>
<p>&lt;a href=xxx target=yyy title = asdfasf&gt; test=sd&lt;tag&gt;又一个标签&lt;/tag&gt;</p>
<p>中的test=sd&lt;tag&gt;又会被识别为属性。</p>
<p>我觉得改成下面的正则就没问题了：</p>
<pre> /(\s+\w+)\s*=\s*([^&lt;&gt;"\s]+)(?=[^&lt;&gt;]*&gt;)/ig</pre>
<p>分别在第二个括号的字符集合和最后的反向预查的字符集合中添加了一个&lt;。</p>
<p>下面再来分析第二个正则，</p>
<pre> /\"\'([^\'\"]+)\'\"/ig</pre>
<p>这个正则用于匹配双引号，单引号多层嵌套的情况，同样，不用转义，修改正则如下：</p>
<p>/"'([^'"]*)'"/ig</p>
<p>这样基本任务就完成了。测试代码如下：</p>
<pre> &lt;script type="text/javascript"&gt;
 function rp(str,trg){
  var reg1 = /(\s+\w+)\s*=\s*([^&lt;&gt;"\s]+)(?=[^&lt;&gt;]*&gt;)/ig
  var reg2 = /"'([^'"]*)'"/ig;
  str=str.replace(reg1,'$1="$2"').replace(reg2,'\"$1\"');
  trg.value=str;
 }
 &lt;/script&gt;
 &lt;textarea id="sou" style="width:100%"&gt;
 &lt;a href = xxx name=aaa target=_blank title='asdfasf'
 onclick=alert('blueidea')&gt; asfd=asfd
 &lt;/textarea&gt;
 &lt;input type="button" onclick="rp(sou.value,sou)" value="replace"/&gt;</pre>
<p>原帖里LeXRus又提出了新问题：</p>
<p><strong>hint=i am lexrus</strong></p>
<p><strong>这样的属性会有问题，不过我感觉不加引号的话，属性值里就不可能有空格，否则会被识别为多个属性了。不过看到最后</strong><strong>ncs</strong><strong>的回帖我就哭了：</strong></p>
<p>onclick=if(document.forms.length&gt;0)</p>
<p>这样的属性怎么办？大于号会被识别为标签结束……还是分离行为与文档吧。补充一下，其实修补一下正则也可以解决，只要改成如下正则即可：</p>
<pre> /(\s+\w+)\s*=\s*([^"\s]+)(?=[^&lt;&gt;]*&gt;)/ig</pre>
<p>就是去掉第二个括号内字符集合里的&lt;&gt;。最后这个问题也解决。</p>
<h2><a id="_Toc213927744" name="_Toc213927744"></a>给table加上tbody</h2>
<p>来源：<a href="http://bbs.blueidea.com/thread-1303206-1-1.html">通过正则表达式快速在后加上</a></p>
<p>有若干table，但是没有tbody。现在需要用正则批量加上。</p>
<p>匹配table结束标签&lt;/table&gt;比较简单，在前面加上一个&lt;/tbody&gt;就行了。<br />
但是，匹配table的起始标签有点难度，因为可能有属性。不过之前匹配过链接了，这个也大同小异。</p>
<p>实例table代码如下：<br />
&lt;table width="100%" border="0" cellpadding="2" cellspacing="3"&gt;<br />
&lt;table width="100%"&gt;<br />
正则：</p>
<pre> /&lt;table\s(\s*\w*?\s*=\s*".+?")*?\s*?&gt;/g</pre>
<p>匹配一个&lt;table，在匹配若干个属性，最后只要再找到&gt;就代表标签结束。</p>
<p>之后再replace一下，加上&lt;tbody&gt;就可以了。</p>
<h2><a id="_Toc213927745" name="_Toc213927745"></a>去掉标签的所有属性</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2851215">正则表达式(Dreamweaver8)</a></p>
<p>&lt;td style="width: 23px; height: 26px;" align="left"&gt;***&lt;/td&gt;</p>
<p>变成没有任何属性的</p>
<p>&lt;td&gt;***&lt;/td&gt;</p>
<p>思路：非捕获匹配属性，捕获匹配标签，使用捕获结果替换掉字符串。正则如下：</p>
<pre> /(&lt;td)\s(?:\s*\w*?\s*=\s*".+?")*?\s*?(&gt;)/</pre>
<p>首先，td匹配掉了标签，后面可以用$1引用，后面的若干属性被(?:)匹配掉，而最后匹配的&gt;则可以在后面用$2引用。</p>
<p>示意代码：</p>
<p>str = str.replace(reg,’$1$2’);</p>
<h2><a id="_Toc213927746" name="_Toc213927746"></a>正则替换特定单词</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2481513">正则表达式,拒绝几个单词的输入该怎样表达?</a></p>
<p>要求禁止输入某几个单词，如果拒绝red,yellow,white。这个帖子到时不难，但是让我弄清楚了好几个概念。</p>
<p>第一个，小心字符集合里的“或”</p>
<pre> /[^red|yellow|white]/</pre>
<p>这个正则里的所有或都没有意义，等同于：</p>
<pre> /[^redyellowwhite]/</pre>
<p>意思就是不能含有以下列出的所有字母。</p>
<p>正解：</p>
<pre> /red|yellow|white/</pre>
<p>第二个概念：</p>
<p>只要整个正则匹配成功，无论子正则表达式是否匹配成功，括号都会捕捉。例如</p>
<pre> /(red)|(yellow)|(white)/</pre>
<p>会捕捉到三个结果，尽管实际上最多只可能有一个括号匹配成功。但是只要有一个匹配到了，两外两个也会记录空串。</p>
<h2><a id="_Toc213927747" name="_Toc213927747"></a>指定文字高亮显示</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2778590">如何用正则把网页中的指定的字高亮显示</a></p>
<p><a href="http://bbs.blueidea.com/viewthread.php?tid=2409743">请教正则表达式：如何替换搜索结果中的关键字为高亮显示？</a></p>
<p>不劳而获一次，这个<strong>子虚乌有</strong>前辈已经给出了非常好的解决方案：我直接把代码贴出来了：</p>
<pre> &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"&gt;
 &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
 &lt;head&gt;
 &lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312" /&gt;
 &lt;META name="Author" content="Sheneyan" /&gt;
 &lt;script type="text/javascript"&gt;
 function encode(s){
   return  s.replace(/&amp;/g,"&amp;amp;").replace(/&lt;/g,"&amp;lt;").replace(/&gt;/g,"&amp;gt;").replace(/([\\\.\*\[\]\(\)\$\^])/g,"\\$1");
 }
 function decode(s){
   return  s.replace(/\\([\\\.\*\[\]\(\)\$\^])/g,"$1").replace(/&amp;gt;/g,"&gt;").replace(/&amp;lt;/g,"&lt;").replace(/&amp;amp;/g,"&amp;");
 }
 function highlight(s){
   if (s.length==0){
  alert('搜索关键词未填写！');
  return false;
   }
   s=encode(s);
   var obj=document.getElementsByTagName("body")[0];
   var t=obj.innerHTML.replace(/&lt;span\s+class=.?highlight.?&gt;([^&lt;&gt;]*)&lt;\/span&gt;/gi,"$1");
   obj.innerHTML=t;
   var cnt=loopSearch(s,obj);
   t=obj.innerHTML
   var r=/{searchHL}(({(?!\/searchHL})|[^{])*){\/searchHL}/g
   t=t.replace(r,"&lt;span class='highlight'&gt;$1&lt;/span&gt;");
   obj.innerHTML=t;
   alert("搜索到关键词"+cnt+"处")
 }
 function loopSearch(s,obj){
   var cnt=0;
   if (obj.nodeType==3){
  cnt=replace(s,obj);
  return cnt;
   }
   for (var i=0,c;c=obj.childNodes[i];i++){
  if (!c.className||c.className!="highlight")
  cnt+=loopSearch(s,c);
   }
   return cnt;
 }
 function replace(s,dest){
   var r=new RegExp(s,"g");
   var tm=null;
   var t=dest.nodeValue;
   var cnt=0;
   if (tm=t.match(r)){
  cnt=tm.length;
  t=t.replace(r,"{searchHL}"+decode(s)+"{/searchHL}")
  dest.nodeValue=t;
   }
   return cnt;
 }
 &lt;/script&gt;
 &lt;style type="text/css"&gt;
 .highlight{background:green;font-weight:bold;color:white;}
 &lt;/style&gt;
 &lt;/head&gt;
 &lt;body&gt;
 &lt;form onsubmit="highlight(this.s.value);return false;"&gt;
 &lt;p&gt;&lt;input name="s" id="s" title="搜索内容："/&gt;&lt;input type="submit" value="搜索"/&gt;&lt;/p&gt;
 &lt;/form&gt;
 &lt;div id="content"&gt;
 测试高亮的代码。很长很长的代码……………………
 &lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;</pre>
<h2><a id="_Toc213927748" name="_Toc213927748"></a>删除标签</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2209223">如何使用正则表达式去除大部分HTML标记？</a></p>
<p>删除除了&lt;img&gt;、&lt;br&gt;、&lt;p&gt;之外所有的标签。子虚乌有给出代码中关键的一句：</p>
<pre> o.innerHTML.replace(/(&lt;\/?(?!br|p|img)[^&gt;\/]*)\/?&gt;/gi,'');</pre>
<p>刚开始没反应过来，后来才想起来，这个正则不用区分起始和结束标签。</p>
<p>&lt;\/?(?!br|p|img)</p>
<p>匹配除了保护标签外标签的起始标签或者是结束标签的一部分。</p>
<p>[^&gt;\/]*</p>
<p>匹配到&gt;或者/就结束。</p>
<p>\/?&gt;</p>
<p>起始标签或者结束标签的结尾。</p>
<h2><a id="_Toc213927749" name="_Toc213927749"></a>错误贴</h2>
<p><a href="http://bbs.blueidea.com/viewthread.php?tid=2852484">熟悉正则的帮忙看看，一个小问题</a>：反斜线灾难。</p>
<p><a href="http://bbs.blueidea.com/viewthread.php?tid=2891801">正则表达式通过变量传递后，\t转义字符的奇怪表现。</a>：同上。</p>
<h2><a id="_Toc213927750" name="_Toc213927750"></a>太难贴</h2>
<p>我从来没用过UBB，这个关于UBB的帖子，我觉得比较难，就没有总结：<a href="http://bbs.blueidea.com/viewthread.php?tid=1534309">关于表格的正则表达式讨论（已实现，特别感谢lexrus）</a>。</p>
<p>JSON我也不太明白，这个贴还没看，以后学了JSON再说。<a href="http://bbs.blueidea.com/thread-2882787-1-1.html">正则替换json数据问题</a>。</p>
<p>还有一个挺难的帖子，<a href="http://bbs.blueidea.com/viewthread.php?tid=1246688">正则的难题</a>，感觉不应该用正则。</p>
<p>正则表达式做打字练习游戏：<a href="http://bbs.blueidea.com/viewthread.php?tid=2253508">有什么特别好的办法（正则表达式问题）</a>。里面有位高手做出来了，不过是只在IE下有效。</p>
<h2><a id="_Toc213927751" name="_Toc213927751"></a>匹配数字的“正则”</h2>
<p>来源：<a href="http://bbs.blueidea.com/viewthread.php?tid=2747142">[求助]匹配数字的正则式</a></p>
<p>匹配数字字符挺简单，但是匹配正数，负数之类的还真挺麻烦。不过子虚乌有前辈的一句话到是非常经典：“不要一想到验证就想去用正则”。</p>
<p>是啊，不会正则的时候使劲躲，看了两天正则恨不得JavaScript编程“正则Script”。</p>
<p>类似的：</p>
<p><a href="http://bbs.blueidea.com/viewthread.php?tid=2813892">请问这个问题是不是必须要用正则表达式才能结局啊解决啊？</a></p>
<p><a href="http://bbs.blueidea.com/thread-2885448-1-1.html">哪位高手知道怎么用正则替换图片名称吗？</a></p>
<p><a href="http://bbs.blueidea.com/viewthread.php?tid=2821730">复杂正则求助。。。。。。</a></p>
<h2><a id="_Toc213927752" name="_Toc213927752"></a>正则资源</h2>
<p><a href="http://www.javaeye.com/topic/30728">主题：JS正则表达式详解[收藏]</a></p>
<p><a href="http://bbs.blueidea.com/thread-2885359-1-1.html">发个正则测试工具</a></p>
<p>http://www.regexlib.com</p>
<h2>JavaScript正则表达式</h2>
<ul>
<li><a href="http://www.cainiao8.com/web/js_note/js_regular_expression.html">JavaScript正则表达式</a></li>
<li><a href="http://www.cainiao8.com/web/js_note/js_regular_expression.pdf">JavaScript正则表达式(PDF格式)</a></li>
<li><a href="http://www.cainiao8.com/web/js_note/js_regular_expression_blueidea.html">经典JavaScript正则表达式实战</a></li>
<li><a href="http://www.cainiao8.com/web/js_note/js_regular_expression_blueidea.pdf">经典JavaScript正则表达式实战(PDF格式)</a></li>
<li><a href="http://www.cainiao8.com/web/js_note/js_regular_expression_tool.html">JavaScript正则表达式测试工具</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/javascript-regular-expression-real-classic.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>php正则表达式的特殊字符含义</title>
		<link>http://zmingcx.com/php-regular-expression-special-character-meaning.html</link>
		<comments>http://zmingcx.com/php-regular-expression-special-character-meaning.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:16:52 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4544</guid>
		<description><![CDATA[一篇关于正则表达式特殊字符含义的文章，希望对大家有所帮助。 字符/ 意义：对于字符，通常表示按字面意义，指出接着的字符为特殊字符，不作解释。 例如：/b/匹配字符’b’,通过在b 前面加一个反斜杠，也就是/b/，则该字符变成特殊字符，表示 匹配一个单词的分界线。 或者： 对于几个字符，通常说明是特殊的，指出紧接着的字符不是特殊的，而应该按字面解释。 例如：*是一个特殊字符，匹配任意个字符(包括0个字符)；例如：/a*/意味匹配0个或多个a。为了匹配字面上的*，在a前面加一个反斜杠；例如：/a*/匹配’a*’。 字符^ 意义：表示匹配的字符必须在最前边。 例如：/^A/不匹配"an A,"中的’A’，但匹配"An A."中最前面的’A’。 字符$ 意义：与^类似，匹配最末的字符。 例如：/t$/不匹配"eater"中的’t’，但匹配"eat"中的’t’。 字符* 意义：匹配*前面的字符0次或n次。 例如:/bo*/匹配"A ghost booooed"中的’boooo’或"A bird warbled"中的’b’，但不匹配"Agoat g runted"中的任何字符。 字符+ 意义：匹配+号前面的字符1次或n次。等价于{1,}。 例如：/a+/匹配"candy"中的’a’和"caaaaaaandy."中的所有’a’。 字符? 意义：匹配?前面的字符0次或1次。 例如：/e?le?/匹配"angel"中的’el’和"angle."中的’le’。 字符. 意义：(小数点)匹配除换行符外的所有单个的字符。 例如：/.n/匹配"nay, an apple is on the tree"中的’an’和’on’，但不匹配’nay’。 字符(x) 意义：匹配’x’并记录匹配的值。 例如：/(foo)/匹配和记录"foo bar."中的’foo’。匹配子串能被结果数组中的素[1], ...,[n] 返 回，或被RegExp对象的属性, ..., 返回。 字符x│y 意义：匹配’x’或者’y’。 例如：/green│red/匹配"green apple"中的’green’和"red apple."中的’red’。 [...]]]></description>
			<content:encoded><![CDATA[<p>一篇关于正则表达式特殊字符含义的文章，希望对大家有所帮助。</p>
<p>字符/<br />
意义：对于字符，通常表示按字面意义，指出接着的字符为特殊字符，不作解释。<br />
例如：/b/匹配字符’b’,通过在b 前面加一个反斜杠，也就是/b/，则该字符变成特殊字符，表示<br />
匹配一个单词的分界线。<br />
或者：<br />
对于几个字符，通常说明是特殊的，指出紧接着的字符不是特殊的，而应该按字面解释。<br />
例如：*是一个特殊字符，匹配任意个字符(包括0个字符)；例如：/a*/意味匹配0个或多个a。为了匹配字面上的*，在a前面加一个反斜杠；例如：/a*/匹配’a*’。</p>
<p>字符^<br />
意义：表示匹配的字符必须在最前边。<br />
例如：/^A/不匹配"an A,"中的’A’，但匹配"An A."中最前面的’A’。</p>
<p>字符$<br />
意义：与^类似，匹配最末的字符。<br />
例如：/t$/不匹配"eater"中的’t’，但匹配"eat"中的’t’。</p>
<p>字符*<br />
意义：匹配*前面的字符0次或n次。<br />
例如:/bo*/匹配"A ghost booooed"中的’boooo’或"A bird warbled"中的’b’，但不匹配"Agoat g<br />
runted"中的任何字符。</p>
<p>字符+<br />
意义：匹配+号前面的字符1次或n次。等价于{1,}。<br />
例如：/a+/匹配"candy"中的’a’和"caaaaaaandy."中的所有’a’。</p>
<p>字符?<br />
意义：匹配?前面的字符0次或1次。<br />
例如：/e?le?/匹配"angel"中的’el’和"angle."中的’le’。</p>
<p>字符.<br />
意义：(小数点)匹配除换行符外的所有单个的字符。<br />
例如：/.n/匹配"nay, an apple is on the tree"中的’an’和’on’，但不匹配’nay’。</p>
<p>字符(x)<br />
意义：匹配’x’并记录匹配的值。<br />
例如：/(foo)/匹配和记录"foo bar."中的’foo’。匹配子串能被结果数组中的素[1], ...,[n] 返<br />
回，或被RegExp对象的属性, ..., 返回。</p>
<p>字符x│y<br />
意义：匹配’x’或者’y’。<br />
例如：/green│red/匹配"green apple"中的’green’和"red apple."中的’red’。</p>
<p>字符{ n }<br />
意义：这里的n是一个正整数。匹配前面的n个字符。<br />
例如：/a{ 2 }/不匹配"candy,"中的’a’，但匹配"caandy," 中的所有’a’和"caaandy."中前面的两个’a’。</p>
<p>字符{ n, }<br />
意义：这里的n是一个正整数。匹配至少n个前面的字符。<br />
例如：/a{ 2, }不匹配"candy"中的’a’，但匹配"caandy"中的所有’a’和"caaaaaaandy."中的所有’a’</p>
<p>字符{ n,m }<br />
意义：这里的n和m都是正整数。匹配至少n个最多m个前面的字符。<br />
例如：/a{ 1,3 }/不匹配"cndy"中的任何字符，但匹配 "candy,"中的’a’，"caandy," 中的前面两个<br />
’a’和"caaaaaaandy"中前面的三个’a’，注意：即使"caaaaaaandy" 中有很多个’a’，但只匹配前面的三 个’a’即"aaa"。</p>
<p>字符[xyz]<br />
意义：一字符列表，匹配列出中的任一字符。你可以通过连字符-指出一个字符范围。<br />
例如：[abcd]跟[a-c]一样。它们匹配"brisket"中的’b’和"ache"中的’c’。</p>
<p>字符[^xyz]<br />
意义：一字符补集，也就是说，它匹配除了列出的字符外的所有东西。 你可以使用连字符-指出一 字符范围。<br />
例如：[^abc]和[^a-c]等价，它们最早匹配"brisket"中的’r’和"chop."中的’h’。</p>
<p>字符<br />
意义：匹配一个空格(不要与b混淆)</p>
<p>字符b<br />
意义：匹配一个单词的分界线，比如一个空格(不要与混淆)<br />
例如：/bnw/匹配"noonday"中的’no’，/wyb/匹配"possibly yesterday."中的’ly’。</p>
<p>字符B<br />
意义：匹配一个单词的非分界线<br />
例如：/wBn/匹配"noonday"中的’on’，/yBw/匹配"possibly yesterday."中的’ye’。</p>
<p>字符cX<br />
意义：这里的X是一个控制字符。匹配一个字符串的控制字符。<br />
例如：/cM/匹配一个字符串中的control-M。</p>
<p>字符d<br />
意义：匹配一个数字，等价于[0-9]。<br />
例如：/d/或/[0-9]/匹配"B2 is the suite number."中的’2’。</p>
<p>字符D<br />
意义：匹配任何的非数字，等价于[^0-9]。<br />
例如：/D/或/[^0-9]/匹配"B2 is the suite number."中的’B’。</p>
<p>字符f<br />
意义：匹配一个表单符</p>
<p>字符n<br />
意义：匹配一个换行符</p>
<p>字符r<br />
意义：匹配一个回车符</p>
<p>字符s<br />
意义：匹配一个单个white空格符，包括空格，tab，form feed，换行符，等价于[ fnrtv]。<br />
例如：/sw*/匹配"foo bar."中的’ bar’。</p>
<p>字符S<br />
意义：匹配除white空格符以外的一个单个的字符，等价于[^ fnrtv]。<br />
例如：/S/w*匹配"foo bar."中的’foo’。</p>
<p>字符t<br />
意义：匹配一个制表符</p>
<p>字符v<br />
意义：匹配一个顶头制表符</p>
<p>字符w<br />
意义：匹配所有的数字和字母以及下划线，等价于[A-Za-z0-9_]。<br />
例如：/w/匹配"apple,"中的’a’，".28,"中的’5’和"3D."中的’3’。</p>
<p>字符W<br />
意义：匹配除数字、字母外及下划线外的其它字符，等价于[^A-Za-z0-9_]。<br />
例如：/W/或者/[^$A-Za-z0-9_]/匹配"50%."中的’%’。</p>
<p>字符n<br />
意义：这里的n是一个正整数。匹配一个正则表达式的最后一个子串的n的值(计数左圆括号)。</p>
<p>例如：/apple(,)sorange1/匹配"apple, orange, cherry, peach."中的’apple, orange’，下面有一个更加完整的例子。<br />
注意：如果左圆括号中的数字比n指定的数字还小，则n取下一行的八进制escape作为描述。</p>
<p>字符ooctal和xhex<br />
意义：这里的ooctal是一个八进制的escape值，而xhex是一个十六进制的escape值，允许在一个正则表达式中嵌入ASCII码</p>
<p>附:下表是元字符及其在正则表达式上下文中的行为的一个完整列表：</p>
<p>字符 描述<br />
\<br />
将下一个字符标记为一个特殊字符、或一个原义字符、或一个后向引用、或一个八进制转义符。例如，'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\' 匹配 "" 而 "\(" 则匹配 "("。<br />
^<br />
匹配输入字符串的开始位置。如果设置了 RegExp 对象的 Multiline 属性，^ 也匹配 '\n' 或 '\r' 之后的位置。<br />
$<br />
匹配输入字符串的结束位置。如果设置了RegExp 对象的 Multiline 属性，$ 也匹配 '\n' 或 '\r' 之前的位置。<br />
*<br />
匹配前面的子表达式零次或多次。例如，zo* 能匹配 "z" 以及 "zoo"。 * 等价于{0,}。<br />
+ 匹配前面的子表达式一次或多次。例如，'zo+' 能匹配 "zo" 以及 "zoo"，但不能匹配 "z"。+ 等价于 {1,}。<br />
?<br />
匹配前面的子表达式零次或一次。例如，"do(es)?" 可以匹配 "do" 或 "does" 中的"do" 。? 等价于 {0,1}。<br />
{n}<br />
n 是一个非负整数。匹配确定的 n 次。例如，'o{2}' 不能匹配 "Bob" 中的 'o'，但是能匹配 "food" 中的两个 o。<br />
{n,}<br />
n 是一个非负整数。至少匹配n 次。例如，'o{2,}' 不能匹配 "Bob" 中的 'o'，但能匹配 "foooood" 中的所有 o。'o{1,}' 等价于 'o+'。'o{0,}' 则等价于 'o*'。<br />
{n,m}<br />
m 和 n 均为非负整数，其中n ?<br />
当该字符紧跟在任何一个其他限制符 (*, +, ?, {n}, {n,}, {n,m}) 后面时，匹配模式是非贪婪的。非贪婪模式尽可能少的匹配所搜索的字符串，而默认的贪婪模式则尽可能多的匹配所搜索的字符串。例如，对于字符串 "oooo"，'o+?' 将匹配单个 "o"，而 'o+' 将匹配所有 'o'。<br />
.<br />
匹配除 "\n" 之外的任何单个字符。要匹配包括 '\n' 在内的任何字符，请使用象 '[.\n]' 的模式。<br />
(pattern)<br />
匹配pattern 并获取这一匹配。所获取的匹配可以从产生的 Matches 集合得到，在VBScript 中使用 SubMatches 集合，在JScript 中则使用 {CONTENT}… 属性。要匹配圆括号字符，请使用 '\(' 或 '\)'。<br />
(?:pattern)<br />
匹配 pattern 但不获取匹配结果，也就是说这是一个非获取匹配，不进行存储供以后使用。这在使用 "或" 字符 (|) 来组合一个模式的各个部分是很有用。例如， 'industr(?:y|ies) 就是一个比 'industry|industries' 更简略的表达式。<br />
(?=pattern)<br />
正向预查，在任何匹配 pattern 的字符串开始处匹配查找字符串。这是一个非获取匹配，也就是说，该匹配不需要获取供以后使用。例如， 'Windows (?=95|98|NT|2000)' 能匹配 "Windows 2000" 中的 "Windows" ，但不能匹配 "Windows 3.1" 中的 "Windows"。预查不消耗字符，也就是说，在一个匹配发生后，在最后一次匹配之后立即开始下一次匹配的搜索，而不是从包含预查的字符之后开始。<br />
(?!pattern)<br />
负向预查，在任何不匹配Negative lookahead matches the search string at any point where a string not matching pattern 的字符串开始处匹配查找字符串。这是一个非获取匹配，也就是说，该匹配不需要获取供以后使用。例如'Windows (?!95|98|NT|2000)' 能匹配 "Windows 3.1" 中的 "Windows"，但不能匹配 "Windows 2000" 中的 "Windows"。预查不消耗字符，也就是说，在一个匹配发生后，在最后一次匹配之后立即开始下一次匹配的搜索，而不是从包含预查的字符之后开始<br />
x|y<br />
匹配 x 或 y。例如，'z|food' 能匹配 "z" 或 "food"。'(z|f)ood' 则匹配 "zood" 或 "food"。<br />
[xyz]<br />
字符集合。匹配所包含的任意一个字符。例如， '[abc]' 可以匹配 "plain" 中的 'a'。<br />
[^xyz]<br />
负值字符集合。匹配未包含的任意字符。例如， '[^abc]' 可以匹配 "plain" 中的'p'。<br />
[a-z]<br />
字符范围。匹配指定范围内的任意字符。例如，'[a-z]' 可以匹配 'a' 到 'z' 范围内的任意小写字母字符。<br />
[^a-z]<br />
负值字符范围。匹配任何不在指定范围内的任意字符。例如，'[^a-z]' 可以匹配任何不在 'a' 到 'z' 范围内的任意字符。<br />
\b<br />
匹配一个单词边界，也就是指单词和空格间的位置。例如， 'er\b' 可以匹配"never" 中的 'er'，但不能匹配 "verb" 中的 'er'。<br />
\B<br />
匹配非单词边界。'er\B' 能匹配 "verb" 中的 'er'，但不能匹配 "never" 中的 'er'。<br />
\cx<br />
匹配由x指明的控制字符。例如， \cM 匹配一个 Control-M 或回车符。 x 的值必须为 A-Z 或 a-z 之一。否则，将 c 视为一个原义的 'c' 字符。<br />
\d<br />
匹配一个数字字符。等价于 [0-9]。<br />
\D<br />
匹配一个非数字字符。等价于 [^0-9]。<br />
\f<br />
匹配一个换页符。等价于 \x0c 和 \cL。<br />
\n<br />
匹配一个换行符。等价于 \x0a 和 \cJ。<br />
\r<br />
匹配一个回车符。等价于 \x0d 和 \cM。<br />
\s<br />
匹配任何空白字符，包括空格、制表符、换页符等等。等价于 [ \f\n\r\t\v]。<br />
\S<br />
匹配任何非空白字符。等价于 [^ \f\n\r\t\v]。<br />
\t<br />
匹配一个制表符。等价于 \x09 和 \cI。<br />
\v<br />
匹配一个垂直制表符。等价于 \x0b 和 \cK。<br />
\w<br />
匹配包括下划线的任何单词字符。等价于'[A-Za-z0-9_]'。<br />
\W<br />
匹配任何非单词字符。等价于 '[^A-Za-z0-9_]'。<br />
\xn<br />
匹配 n，其中 n 为十六进制转义值。十六进制转义值必须为确定的两个数字长。例如， '\x41' 匹配 "A"。'\x041' 则等价于 '\x04' &amp; "1"。正则表达式中可以使用 ASCII 编码。.<br />
\num<br />
匹配 num，其中 num 是一个正整数。对所获取的匹配的引用。例如，'(.)' 匹配两个连续的相同字符。<br />
\n<br />
标识一个八进制转义值或一个后向引用。如果 \n 之前至少 n 个获取的子表达式，则 n 为后向引用。否则，如果 n 为八进制数字 (0-7)，则 n 为一个八进制转义值。<br />
\nm<br />
标识一个八进制转义值或一个后向引用。如果 \nm 之前至少有is preceded by at least nm 个获取得子表达式，则 nm 为后向引用。如果 \nm 之前至少有 n 个获取，则 n 为一个后跟文字 m 的后向引用。如果前面的条件都不满足，若 n 和 m 均为八进制数字 (0-7)，则 \nm 将匹配八进制转义值 nm。<br />
\nml<br />
如果 n 为八进制数字 (0-3)，且 m 和 l 均为八进制数字 (0-7)，则匹配八进制转义值 nml。<br />
\un<br />
匹配 n，其中 n 是一个用四个十六进制数字表示的 Unicode 字符。例如，\u00A9 匹配版权符号 (?)。</p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/php-regular-expression-special-character-meaning.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10个jQuery Lightbox （暗箱）脚本</title>
		<link>http://zmingcx.com/10-jquery-lightbox-black-box-script.html</link>
		<comments>http://zmingcx.com/10-jquery-lightbox-black-box-script.html#comments</comments>
		<pubDate>Sun, 21 Aug 2011 05:31:41 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4542</guid>
		<description><![CDATA[Everyone loves lightbox javascript effects, since the original Lightbox script there has been countless clones generated for all the popular Javascript libraries. This collection rounds up the top ten Lightbox scripts for jQuery in particular, so remember to keep it bookmarked for your next design project! &#160; jQuery Lightbox Plugin Supported Media: Images View Demo [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone loves lightbox javascript effects, since the original Lightbox script there has been countless clones generated for all the popular Javascript libraries. This collection rounds up the top ten Lightbox scripts for jQuery in particular, so remember to keep it bookmarked for your next design project!</p>
<p>&nbsp;</p>
<h3><a href="http://leandrovieira.com/projects/jquery/lightbox/">jQuery Lightbox Plugin</a></h3>
<p><a href="http://leandrovieira.com/projects/jquery/lightbox/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/lightbox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images</p>
<p><a href="http://leandrovieira.com/projects/jquery/lightbox/">View Demo</a></p>
<p><a href="http://leandrovieira.com/projects/jquery/lightbox/">Download</a></p>
<h3><a href="http://fancy.klade.lv/">Fancybox</a></h3>
<p><a href="http://fancy.klade.lv/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/fancybox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, Inline HTML, iFrame</p>
<p><a href="http://fancy.klade.lv/example">View Demo</a></p>
<p><a href="http://fancy.klade.lv/">Download</a></p>
<h3><a href="http://www.shadowbox-js.com/index.html">Shadowbox</a></h3>
<p><a href="http://www.shadowbox-js.com/index.html"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/shadowbox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, Inline HTML, iFrame, AJAX, Flash, Video</p>
<p><a href="http://www.shadowbox-js.com/index.html">View Demo</a></p>
<p><a href="http://www.shadowbox-js.com/index.html">Download</a></p>
<h3><a href="http://jquery.com/demo/thickbox/">ThickBox</a></h3>
<p><a href="http://jquery.com/demo/thickbox/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/thickbox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, Inline HTML, iFrame, AJAX</p>
<p><a href="http://jquery.com/demo/thickbox/">View Demo</a></p>
<p><a href="http://jquery.com/demo/thickbox/">Download</a></p>
<h3><a href="http://www.jasons-toolbox.com/SlightlyThickerbox/">Slightly Thickerbox</a></h3>
<p><a href="http://www.jasons-toolbox.com/SlightlyThickerbox/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/slightly.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, AJAX, Video</p>
<p><a href="http://www.jasons-toolbox.com/SlightlyThickerbox/">View Demo</a></p>
<p><a href="http://www.jasons-toolbox.com/SlightlyThickerbox/">Download</a></p>
<h3><a href="http://orderedlist.com/articles/fancyzoom-meet-jquery">Fancy Zoom</a></h3>
<p><a href="http://orderedlist.com/articles/fancyzoom-meet-jquery"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/fancyzoom.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, Inline HTML, Flash</p>
<p><a href="http://orderedlist.com/demos/fancy-zoom-jquery/">View Demo</a></p>
<p><a href="http://orderedlist.com/articles/fancyzoom-meet-jquery">Download</a></p>
<h3><a href="http://famspam.com/facebox">Facebox</a></h3>
<p><a href="http://famspam.com/facebox"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/facebox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, Inline HTML, AJAX</p>
<p><a href="http://famspam.com/facebox">View Demo</a></p>
<p><a href="http://famspam.com/facebox">Download</a></p>
<h3><a href="http://nyromodal.nyrodev.com/">nyroModal</a></h3>
<p><a href="http://nyromodal.nyrodev.com/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/nyromodal.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, Inline HTML, iFrame, AJAX, Video</p>
<p><a href="http://nyromodal.nyrodev.com/">View Demo</a></p>
<p><a href="http://nyromodal.nyrodev.com/">Download</a></p>
<h3><a href="http://www.intelliance.fr/jquery/imagebox/">Interface Imagebox Demo</a></h3>
<p><a href="http://www.intelliance.fr/jquery/imagebox/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/imagebox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images</p>
<p><a href="http://www.intelliance.fr/jquery/imagebox/">View Demo</a></p>
<p><a href="http://www.intelliance.fr/jquery/imagebox/">Download</a></p>
<h3><a href="http://www.pirolab.it/pirobox/">piroBox</a></h3>
<p><a href="http://www.pirolab.it/pirobox/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/piro.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images</p>
<p><a href="http://www.pirolab.it/pirobox/">View Demo</a></p>
<p><a href="http://www.pirolab.it/pirobox/">Download</a></p>
<h3><a href="http://jquery.com/demo/grey/">Greybox Redux</a></h3>
<p><a href="http://jquery.com/demo/grey/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/greybox.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images, iFrame</p>
<p><a href="http://jquery.com/demo/grey/">View Demo</a></p>
<p><a href="http://jquery.com/demo/grey/">Download</a></p>
<h3><a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/">prettyPhoto</a></h3>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/"><img src="http://line25.com/wp-content/uploads/2009/lightbox-roundup/piro.jpg" alt="Download Lightbox script" /></a></p>
<p><strong>Supported Media:</strong> Images</p>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/">View Demo</a></p>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/10-jquery-lightbox-black-box-script.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>关于jQuery fadeIn() &amp; fadeOut()在IE中的问题</title>
		<link>http://zmingcx.com/about-jquery-fadein-fadeout-problem-in-ie.html</link>
		<comments>http://zmingcx.com/about-jquery-fadein-fadeout-problem-in-ie.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 09:56:36 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Web设计]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4472</guid>
		<description><![CDATA[使用用jQuery  fadeIn()可以实现淡入效果，比如我目前用的主题侧边TAB菜单，就具有此效果，但是在IE浏览器下模样大变，文字周围总是有那么一小段时间显示重影，虽然通过给其中的元素加个背景色，可一定缓解问题，但总是不理想，转老外的一篇相关文章，研究研究，估计都不会达到其它浏览器的效果。 I’ve noticed that when I use the jQuery .fadeIn() or .fade­Out() method I see ugly pix­e­lated text in Inter­net Explorer after the ani­ma­tion has com­pleted. This seems to be related to an issue with an IE spe­cific style fil­ter called clearType. To solve the prob­lem, you need to remove the clearType fil­ter after [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>使用用jQuery  fadeIn()可以实现淡入效果，比如我目前用的主题侧边TAB菜单，就具有此效果，但是在IE浏览器下模样大变，文字周围总是有那么一小段时间显示重影，虽然通过给其中的元素加个背景色，可一定缓解问题，但总是不理想，转老外的一篇相关文章，研究研究，估计都不会达到其它浏览器的效果。</p></blockquote>
<p>I’ve noticed that when I use the jQuery <strong>.fadeIn()</strong> or <strong>.fade­Out()</strong> method I see ugly pix­e­lated text in Inter­net Explorer after the ani­ma­tion has com­pleted. This seems to be related to an issue with an IE spe­cific style fil­ter called <a href="http://www.microsoft.com/typography/cleartype/tuner/tune.aspx" rel="nofollow">clearType</a>. To solve the prob­lem, you need to remove the clearType fil­ter after your jQuery ele­ment has faded in. There are a few ways to do this:</p>
<h3><a href="http://www.kevinleary.net/wp-samples/ie-fade-problems.php">Pre­view / Sam­ple / Demonstration</a></h3>
<p>&nbsp;</p>
<h3>3 Ways to Fix The Issue</h3>
<h4>1. Add a Back­ground Color</h4>
<p>Set a back­ground color with CSS on the ele­ment that is fad­ing in or out. This is the most basic way to solve the problem.</p>
<h4>2. Remove the clearType Filter</h4>
<p>After fad­ing in an ele­ment you can add this sim­ple call­back func­tion to fix the bug.</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>$('#fadingElement').fadeIn(2000, </span><span class="keyword">function</span><span>(){   </span></span></li>
<li><span>       </span><span class="keyword">this</span><span>.style.removeAttribute('filter');   </span></li>
<li class="alt"><span>});  </span></li>
</ol>
</div>
<h4>3. Use a Cus­tom fadeIn/Out Method</h4>
<p>This method serve’s as a replace­ment for the built-in <strong>fadeIn()</strong> &amp; <strong>fade­Out()</strong> meth­ods for jQuery.</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>(</span><span class="keyword">function</span><span>($) {   </span></span></li>
<li><span>    $.fn.customFadeIn = </span><span class="keyword">function</span><span>(speed, callback) {   </span></li>
<li class="alt"><span>        $(</span><span class="keyword">this</span><span>).fadeIn(speed, </span><span class="keyword">function</span><span>() {   </span></li>
<li><span>            </span><span class="keyword">if</span><span>(jQuery.browser.msie)   </span></li>
<li class="alt"><span>                $(</span><span class="keyword">this</span><span>).get(0).style.removeAttribute('filter');   </span></li>
<li><span>            </span><span class="keyword">if</span><span>(callback != undefined)   </span></li>
<li class="alt"><span>                callback();   </span></li>
<li><span>        });   </span></li>
<li class="alt"><span>    };   </span></li>
<li><span>    $.fn.customFadeOut = </span><span class="keyword">function</span><span>(speed, callback) {   </span></li>
<li class="alt"><span>        $(</span><span class="keyword">this</span><span>).fadeOut(speed, </span><span class="keyword">function</span><span>() {   </span></li>
<li><span>            </span><span class="keyword">if</span><span>(jQuery.browser.msie)   </span></li>
<li class="alt"><span>                $(</span><span class="keyword">this</span><span>).get(0).style.removeAttribute('filter');   </span></li>
<li><span>            </span><span class="keyword">if</span><span>(callback != undefined)   </span></li>
<li class="alt"><span>                callback();   </span></li>
<li><span>        });   </span></li>
<li class="alt"><span>    };   </span></li>
<li><span>})(jQuery);  </span></li>
</ol>
</div>
<p>After you add this method to your JavaScript, change your <strong>‘fade­Out’</strong> to <strong>‘cus­tom­Fade­Out’</strong> and your <strong>‘fadeIn’</strong> to <strong>‘cus­tom­FadeIn’</strong>. See a sam­ple of this method on the <a href="http://www.kevinleary.net/wp-samples/ie-fade-problems.php">demo page</a>. <strong>Thanks to Ben­jamin Novakovic for writ­ing this jQuery plugin</strong></p>
<h3>Ugly Tran­si­tions on Ani­mated Elements</h3>
<p>When you ani­mate any­thing in IE there is an ugly tran­si­tion effect that occurs before the fix is applied. There’s no way to pre­vent or fix clearType while the fade occurs. A work-around is to fade some­thing else, like a &lt;div&gt; on top that fades in, rather than your text content.</p>
<h3>Advanced Sce­nar­ios</h3>
<p>There are more IE related issues that peo­ple have men­tioned see­ing in advanced setups as well.</p>
<blockquote><p>I found that the answer was to set the z-index. I have a stack of absolutely posi­tioned divs and wanted to fade between them. The only way I could get IE8 to han­dle the fades nicely was to set the z-index of the ele­ment to be faded in higher than the ele­ment to be faded out i.e.:</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>$('#fadeoutdiv').css({zIndex:99}).fadeOut(2000);   </span></span></li>
<li><span>$('#fadeindiv').css({zIndex:90}).fadeOut(2000);  </span></li>
</ol>
</div>
<p>Thanks to Al Flemming</p></blockquote>
<p>A demon­stra­tion for Al’s fix has been added to the demo page<br />
Resources</p>
<p>jQuery in Action: If you find your­self fre­quently using jQuery in your projects I would highly rec­om­mend check­ing out this book. I’ve read this and also Learn­ing jQuery 1.3 and have found jQuery in Action to be clearer, more straight for­ward and more powerful.<br />
jQuery IE Fade Test<br />
jQuery Ref­er­ence Guide jQuery fadeIn() &amp; fadeOut(): Problems in Internet Explorer<br />
jQuery fadeIn/fadeOut IE Cleartype Glitch</p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/about-jquery-fadein-fadeout-problem-in-ie.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>什么是HTML5?</title>
		<link>http://zmingcx.com/what-is-html5.html</link>
		<comments>http://zmingcx.com/what-is-html5.html#comments</comments>
		<pubDate>Wed, 20 Jul 2011 12:50:10 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4452</guid>
		<description><![CDATA[一、HTML5 主要新功能 1、本地音频视频播放; 2、动画; 3、地理信息; 4、硬件加速; 5、本地运行(即使在 Internet 连接中断之后); 6、本地存储; 7、从桌面拖放文件到浏览器上传; 8、语义化标记; 二、HTML5 应用现状 现今，各大浏览器对 HTML5 的支持各有千秋，我们期待着他们在一两年内趋向一致，你可能以为，既然这样，现在大概很少人在使用这个未来的标准，事实并不如此，HTML5 现在已经被广泛应用，正如 William Gibson 所言，未来的 Web 已经来临，只是还没有被广泛采用。 你可能不知道，Google 的首页也使用 HTML5，不过，目前，他们还仅仅使用了 HTML5 的 doctype，页面的其它部分还是旧代码，但 Google 在他们的各种应用中已经在广泛采用 HTML5。最典型的例子是 Gmail，HTML5 的离线存储使用户即使在离线状态下也可以使用 Gmail，另外，Google Docs 也使用离线存储，同样使用离线存储的其它厂商的类似应用还包括 Zoho 的办公套件和 WordPress 的博客平台。如果你对 HTML5 的离线存储功能感兴趣，可以看一看 Mark Pilgrim 的 how to add offline support to your apps 一文。 [...]]]></description>
			<content:encoded><![CDATA[<p>一、HTML5 主要新功能</p>
<p>1、本地音频视频播放;</p>
<p>2、动画;</p>
<p>3、地理信息;</p>
<p>4、硬件加速;</p>
<p>5、本地运行(即使在 Internet 连接中断之后);</p>
<p>6、本地存储;</p>
<p>7、从桌面拖放文件到浏览器上传;</p>
<p>8、语义化标记;</p>
<p>二、HTML5 应用现状</p>
<p>现今，各大浏览器对 HTML5 的支持各有千秋，我们期待着他们在一两年内趋向一致，你可能以为，既然这样，现在大概很少人在使用这个未来的标准，事实并不如此，HTML5 现在已经被广泛应用，正如 William Gibson 所言，未来的 Web 已经来临，只是还没有被广泛采用。</p>
<p>你可能不知道，Google 的首页也使用 HTML5，不过，目前，他们还仅仅使用了 HTML5 的 doctype，页面的其它部分还是旧代码，但 Google 在他们的各种应用中已经在广泛采用 HTML5。最典型的例子是 Gmail，HTML5 的离线存储使用户即使在离线状态下也可以使用 Gmail，另外，Google Docs 也使用离线存储，同样使用离线存储的其它厂商的类似应用还包括 Zoho 的办公套件和 WordPress 的博客平台。如果你对 HTML5 的离线存储功能感兴趣，可以看一看 Mark Pilgrim 的 how to add offline support to your apps 一文。</p>
<p>三、Scribd 基于 HTML5 的文档阅读器</p>
<p>上图是 Scribd 的新文档阅读器，全部基于 Web 标准，并未借助 Flash</p>
<p>除了视频，HTML5 还可以在多个方面取代 Flash，文档共享站点 Scribd 最近宣布，他们将使用 HTML5 取代 Flash 实现文档阅读器，Scribd 是 HTML5 结合 CSS 所能实现的惊人功能的最好例子，他们还使用 @font-face 实现个性化字体，另外，在翻页时的变换效果也完全基于 CSS3。这些 Web 标准工具的结合使用，使 Scribd 实现了从 Flash 向纯 HTML 的过度，同时并没有牺牲文档在结构，字体，内嵌图片，图层等方面的功能。Scribd 的最新文档阅读器甚至支持 IE6,这里有一个实例，使用纯 HTML 输出复杂的公式。</p>
<p>四、HTML5 Canvas 与 HTML5 视频</p>
<p>基于 HTML5 Canvas 对象的 Invaders 经典游戏</p>
<p>虽然，Scribd 对 Canvas 的应用已经出神入化，我们还能找到更多这样的站点。Canvas Demos 有一系列关于 Canvas 的应用，从各种在线游戏，到从网页上提取颜色的 Rainbow 应用。</p>
<p>关于视频，最典型的例子莫过于 YouTube 和 Vimeo，他们都提供了 HTML5 版本。</p>
<p>五、HTML5 地理信息定位</p>
<p>点击地图中，黄色小人上方的圆圈，可以告诉 Google 地图你的地理位置</p>
<p>HTML5 的另一个功能是地理信息定位功能，一些浏览器提供了 geolocation API ，这个 API 也由 W3C 管理，可以结合 HTML5 实现你当前地理位置定位。Google Maps 在使用该功能，在 Google 地图上，有一个小圆圈，点击一下，就能告诉 Google 地图你现在的地理位置。目前，Geolocation API 并没有被众多桌面浏览器广泛采用(只有 Chrome 和 Firefox 3.6+ 采用了)，但 Google Gears 插件可以帮助那些旧浏览器实现该功能。</p>
<p>Twitter 借此实现地理信息感知的 tweets 消息，当浏览器支持 geolocation API 的时候，会自动使用该 API，否则，则使用 Google Gears。</p>
<p>六、HTML5 的更多意义</p>
<p>HTML5 的意义远不止上面这些，它最大的意义在于改变了 Web 文档的结构方式，借助 header, footer, section, article 这些标签，我们可以实现更具结构化，语义化的 Web 文档。这样，搜索引擎可以更容易索引 Web 站点，我们也可以搜索到更快，更准确的信息。</p>
<p>已经有数不清的站点在使用 HTML5 新标签，你可以在 HTML5Gallery 找到大量这样的站点。要想现在使用 HTML5 的新结构，不妨看看这篇 HTML5 教程。</p>
<p>另外，借助 Microdata， HTML5 还可以实现更强大的语义结构，这个标准化的数据格式(类似 microformats)，可以让你的站点不仅能够提供数据，还能提供数据定义。Microdata 对浏览器和搜索引擎都意义深远，搜索引擎可以借助 Microdata 发现你网络中的好友，而浏览器则可以藉此连接到你的社会网络好友站点，你可以在 Google 的 Rich Snippets Testing Tool 对此进行体验。</p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/what-is-html5.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>jQuery图片特效脚本prettyPhoto简介</title>
		<link>http://zmingcx.com/about-jquery-image-effects-script-prettyphoto.html</link>
		<comments>http://zmingcx.com/about-jquery-image-effects-script-prettyphoto.html#comments</comments>
		<pubDate>Tue, 12 Jul 2011 16:24:49 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4591</guid>
		<description><![CDATA[prettyPhoto是一款基于jquery的轻量级的lightbox图片特效脚本，它不仅支持图片，还同时支持视频、flash、 YouTube、iframe和ajax。而且prettyPhoto配置和使用都十分简单，扩展性也不错，你可以最大限度地自定义 prettyPhoto。prettyPhoto兼容大部分主流的浏览器，有些Wordpress图片插件就是基于此脚本制作的。 建议英文好的朋友直接去官网上了解这个插件的用法，如果你的英文很烂，那么也别急，下面我就给大家来一一介绍prettyPhoto的使用方法。 http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ 一、prettyPhoto使用方法介绍 1、引入jquery核心库和prettyPhoto插件库以及prettyPhoto样式表文件 &#60;script src="js/jquery.js" type="text/javascript" charset="utf-8"&#62;&#60;/script&#62;    &#60;link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" /&#62;    &#60;script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"&#62;&#60;/script&#62;   2、初始化jquery插件，以下是最简单的配置的js代码 $(document).ready(function(){        $("a[rel^='prettyPhoto']").prettyPhoto();    });   下面是每种类型的html代码 1、单张图片 &#60;a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"&#62;    &#60;img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /&#62;    &#60;/a&#62;   2、图片相册 &#60;a href="images/fullscreen/1.jpg" rel="prettyPhoto[pp_gal]" title="You can add caption to pictures."&#62;    &#60;img src="images/thumbnails/t_1.jpg" width="60" height="60" alt="Red round shape" /&#62;    &#60;/a&#62;    &#60;a href="images/fullscreen/2.jpg" rel="prettyPhoto[pp_gal]"&#62;    &#60;img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="Nice building" /&#62;    &#60;/a&#62;    &#60;a href="images/fullscreen/3.jpg" rel="prettyPhoto[pp_gal]"&#62;    &#60;img src="images/thumbnails/t_3.jpg" width="60" height="60" alt="Fire!" /&#62;    &#60;/a&#62;    &#60;a href="images/fullscreen/4.jpg" rel="prettyPhoto[pp_gal]"&#62;    &#60;img src="images/thumbnails/t_4.jpg" width="60" height="60" alt="Rock climbing" /&#62;    &#60;/a&#62;    &#60;a href="images/fullscreen/5.jpg" rel="prettyPhoto[pp_gal]"&#62;    &#60;img src="images/thumbnails/t_5.jpg" width="60" height="60" alt="Fly kite, fly!" /&#62;    &#60;/a&#62;   [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.no-margin-for-errors.com/wp-content/uploads/2009/11/facebook.jpg"><img class="alignleft" src="http://www.no-margin-for-errors.com/wp-content/uploads/2009/11/facebook.jpg" alt="" width="162" height="114" /></a>prettyPhoto是一款基于jquery的轻量级的lightbox图片特效脚本，它不仅支持图片，还同时支持视频、flash、 YouTube、iframe和ajax。而且prettyPhoto配置和使用都十分简单，扩展性也不错，你可以最大限度地自定义 prettyPhoto。prettyPhoto兼容大部分主流的浏览器，有些Wordpress图片插件就是基于此脚本制作的。</p>
<p>建议英文好的朋友直接去官网上了解这个插件的用法，如果你的英文很烂，那么也别急，下面我就给大家来一一介绍prettyPhoto的使用方法。</p>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" target="_blank">http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/</a></p>
<p>一、prettyPhoto使用方法介绍</p>
<p>1、引入jquery核心库和prettyPhoto插件库以及prettyPhoto样式表文件</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;script src=</span><span class="string">"js/jquery.js"</span><span> type=</span><span class="string">"text/javascript"</span><span> charset=</span><span class="string">"utf-8"</span><span>&gt;&lt;/script&gt;   </span></span></li>
<li><span>&lt;link rel=</span><span class="string">"stylesheet"</span><span> href=</span><span class="string">"css/prettyPhoto.css"</span><span> type=</span><span class="string">"text/css"</span><span> media=</span><span class="string">"screen"</span><span> charset=</span><span class="string">"utf-8"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;script src=</span><span class="string">"js/jquery.prettyPhoto.js"</span><span> type=</span><span class="string">"text/javascript"</span><span> charset=</span><span class="string">"utf-8"</span><span>&gt;&lt;/script&gt;  </span></li>
</ol>
</div>
<p>2、初始化jquery插件，以下是最简单的配置的js代码</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>$(document).ready(</span><span class="keyword">function</span><span>(){   </span></span></li>
<li><span>    $(</span><span class="string">"a[rel^='prettyPhoto']"</span><span>).prettyPhoto();   </span></li>
<li class="alt"><span>});  </span></li>
</ol>
</div>
<p>下面是每种类型的html代码</p>
<p>1、单张图片</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"images/fullscreen/2.jpg"</span><span> rel=</span><span class="string">"prettyPhoto"</span><span> title=</span><span class="string">"This is the description"</span><span>&gt;   </span></span></li>
<li><span>&lt;img src=</span><span class="string">"images/thumbnails/t_2.jpg"</span><span> width=</span><span class="string">"60"</span><span> height=</span><span class="string">"60"</span><span> alt=</span><span class="string">"This is the title"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;/a&gt;  </span></li>
</ol>
</div>
<p>2、图片相册</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"images/fullscreen/1.jpg"</span><span> rel=</span><span class="string">"prettyPhoto[pp_gal]"</span><span> title=</span><span class="string">"You can add caption to pictures."</span><span>&gt;   </span></span></li>
<li><span>&lt;img src=</span><span class="string">"images/thumbnails/t_1.jpg"</span><span> width=</span><span class="string">"60"</span><span> height=</span><span class="string">"60"</span><span> alt=</span><span class="string">"Red round shape"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;/a&gt;   </span></li>
<li><span>&lt;a href=</span><span class="string">"images/fullscreen/2.jpg"</span><span> rel=</span><span class="string">"prettyPhoto[pp_gal]"</span><span>&gt;   </span></li>
<li class="alt"><span>&lt;img src=</span><span class="string">"images/thumbnails/t_2.jpg"</span><span> width=</span><span class="string">"60"</span><span> height=</span><span class="string">"60"</span><span> alt=</span><span class="string">"Nice building"</span><span> /&gt;   </span></li>
<li><span>&lt;/a&gt;   </span></li>
<li class="alt"><span>&lt;a href=</span><span class="string">"images/fullscreen/3.jpg"</span><span> rel=</span><span class="string">"prettyPhoto[pp_gal]"</span><span>&gt;   </span></li>
<li><span>&lt;img src=</span><span class="string">"images/thumbnails/t_3.jpg"</span><span> width=</span><span class="string">"60"</span><span> height=</span><span class="string">"60"</span><span> alt=</span><span class="string">"Fire!"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;/a&gt;   </span></li>
<li><span>&lt;a href=</span><span class="string">"images/fullscreen/4.jpg"</span><span> rel=</span><span class="string">"prettyPhoto[pp_gal]"</span><span>&gt;   </span></li>
<li class="alt"><span>&lt;img src=</span><span class="string">"images/thumbnails/t_4.jpg"</span><span> width=</span><span class="string">"60"</span><span> height=</span><span class="string">"60"</span><span> alt=</span><span class="string">"Rock climbing"</span><span> /&gt;   </span></li>
<li><span>&lt;/a&gt;   </span></li>
<li class="alt"><span>&lt;a href=</span><span class="string">"images/fullscreen/5.jpg"</span><span> rel=</span><span class="string">"prettyPhoto[pp_gal]"</span><span>&gt;   </span></li>
<li><span>&lt;img src=</span><span class="string">"images/thumbnails/t_5.jpg"</span><span> width=</span><span class="string">"60"</span><span> height=</span><span class="string">"60"</span><span> alt=</span><span class="string">"Fly kite, fly!"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;/a&gt;  </span></li>
</ol>
</div>
<p>3、单个flash</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"http://www.adobe.com/products/flashplayer/include/marquee/design.swf?width=792&amp;amp;height=294"</span><span>  </span></span></li>
<li><span>rel=</span><span class="string">"prettyPhoto[flash]"</span><span> title=</span><span class="string">"Flash 10 demo"</span><span>&gt;   </span></li>
<li class="alt"><span>&lt;img src=</span><span class="string">"images/thumbnails/flash-logo.jpg"</span><span> alt=</span><span class="string">"Flash 10 demo"</span><span> width=</span><span class="string">"60"</span><span> /&gt;   </span></li>
<li><span>&lt;/a&gt;  </span></li>
</ol>
</div>
<p>4、YouTube视频</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"http://www.youtube.com/watch?v=qqXi8WmQ_WM"</span><span> rel=</span><span class="string">"prettyPhoto"</span><span> title=</span><span class="string">""</span><span>&gt;   </span></span></li>
<li><span>&lt;img src=</span><span class="string">"images/thumbnails/flash-logo.jpg"</span><span> alt=</span><span class="string">"YouTube"</span><span> width=</span><span class="string">"60"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;/a&gt;  </span></li>
</ol>
</div>
<p>5、Vimeo</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"http://vimeo.com/8245346"</span><span> rel=</span><span class="string">"prettyPhoto"</span><span> title=</span><span class="string">""</span><span>&gt;   </span></span></li>
<li><span>&lt;img src=</span><span class="string">"images/thumbnails/flash-logo.jpg"</span><span> alt=</span><span class="string">"YouTube"</span><span> width=</span><span class="string">"60"</span><span> /&gt;   </span></li>
<li class="alt"><span>&lt;/a&gt;  </span></li>
</ol>
</div>
<p>6、QuickTime影片</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a title=</span><span class="string">"Despicable Me"</span><span> rel=</span><span class="string">"prettyPhoto[movies]"</span><span>  </span></span></li>
<li><span>href=</span><span class="string">"http://trailers.apple.com/movies/universal/despicableme/despicableme-tlr1_r640s.mov?width=640&amp;height=360"</span><span>&gt;   </span></li>
<li class="alt"><span>&lt;img src=</span><span class="string">"/wp-content/themes/NMFE/images/thumbnails/quicktime-logo.png"</span><span> alt=</span><span class="string">"Despicable Me"</span><span> width=</span><span class="string">"50"</span><span> /&gt;   </span></li>
<li><span>&lt;/a&gt;   </span></li>
<li class="alt"><span>&lt;a title=</span><span class="string">"Tales from Earthsea"</span><span> rel=</span><span class="string">"prettyPhoto[movies]"</span><span>  </span></li>
<li><span>href=</span><span class="string">"http://trailers.apple.com/movies/disney/talesfromearthsea/talesfromearthsea-tlr1_r640s.mov?width=640&amp;height=340"</span><span>&gt;   </span></li>
<li class="alt"><span>&lt;img src=</span><span class="string">"/wp-content/themes/NMFE/images/thumbnails/quicktime-logo.png"</span><span> alt=</span><span class="string">"Tales from Earthsea"</span><span> width=</span><span class="string">"50"</span><span> /&gt;   </span></li>
<li><span>&lt;/a&gt;   </span></li>
<li class="alt"><span>&lt;a title=</span><span class="string">"Grease Sing-A-Long"</span><span> rel=</span><span class="string">"prettyPhoto[movies]"</span><span>  </span></li>
<li><span>href=</span><span class="string">"http://trailers.apple.com/movies/paramount/greasesingalong/greasesingalong-tlr1_r640s.mov?width=640&amp;height=272"</span><span>&gt;   </span></li>
<li class="alt"><span>&lt;img src=</span><span class="string">"/wp-content/themes/NMFE/images/thumbnails/quicktime-logo.png"</span><span> alt=</span><span class="string">"Grease Sing-A-Long"</span><span> width=</span><span class="string">"50"</span><span> /&gt;   </span></li>
<li><span>&lt;/a&gt;  </span></li>
</ol>
</div>
<p>7、外部网站（iframe）</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"http://www.google.com?iframe=true&amp;width=100%&amp;height=100%"</span><span>  </span></span></li>
<li><span>rel=</span><span class="string">"prettyPhoto[iframes]"</span><span> title=</span><span class="string">"Google.com opened at 100%"</span><span>&gt;Google.com&lt;/a&gt;   </span></li>
<li class="alt"><span>&lt;a href=</span><span class="string">"http://www.apple.com?iframe=true&amp;width=500&amp;height=250"</span><span> rel=</span><span class="string">"prettyPhoto[iframes]"</span><span>&gt;Apple.com&lt;/a&gt;   </span></li>
<li><span>&lt;a href=</span><span class="string">"http://www.twitter.com?iframe=true&amp;width=400&amp;height=200"</span><span> rel=</span><span class="string">"prettyPhoto[iframes]"</span><span>&gt;Twitter.com&lt;/a&gt;  </span></li>
</ol>
</div>
<p>8、普通文本</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a href=</span><span class="string">"#inline-1"</span><span> rel=</span><span class="string">"prettyPhoto"</span><span> &gt;&lt;img src=</span><span class="string">"/wp-content/themes/NMFE/images/thumbnails/earth-logo.jpg"</span><span> alt=</span><span class="string">""</span><span> width=</span><span class="string">"50"</span><span> /&gt;&lt;/a&gt;   </span></span></li>
<li><span>&lt;div id=</span><span class="string">"inline-1"</span><span> </span><span class="keyword">class</span><span>=</span><span class="string">"hide"</span><span>&gt;   </span></li>
<li class="alt"><span>    &lt;p&gt;这里是普通的文本&lt;/p&gt;   </span></li>
<li><span>    &lt;p&gt;今天给大家介绍的prettyPhoto希望大家能喜欢，这个是播放普通文本的html&lt;/p&gt;   </span></li>
<li class="alt"><span>&lt;/div&gt;  </span></li>
</ol>
</div>
<p>9、AJAX内容</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;a rel=</span><span class="string">"prettyPhoto[ajax]"</span><span> href=</span><span class="string">"/demos/prettyPhoto-jquery-lightbox-clone/xhr_response.html? </span> </span></li>
<li><span><span class="string">ajax=true&amp;width=325&amp;height=185"</span><span>&gt;Ajax content&lt;/a&gt;  </span></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/about-jquery-image-effects-script-prettyphoto.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS强制英文、中文换行与不换行</title>
		<link>http://zmingcx.com/css-compulsory-english-chinese-and-non-wrapping-line.html</link>
		<comments>http://zmingcx.com/css-compulsory-english-chinese-and-non-wrapping-line.html#comments</comments>
		<pubDate>Fri, 10 Jun 2011 11:19:33 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4379</guid>
		<description><![CDATA[结构： 1.Transshipment Booking System is launched只对英文起作用，以字母作为换行依据 2.Transshipment Booking System is launched只对英文起作用，以单词作为换行依据 3.Transshipment Booking System is launched只对中文起作用，强制换行 4.Transshipment Booking System is launched强制不换行，都起作用 5.不换行，超出部分隐藏且以省略号形式出现 5.不换行，超出部分隐藏且以省略号形式出现Transshipment Booking System is launched 代码： .p1{ word-break:break-all; width:150px;}/*只对英文起作用，以字母作为换行依据*/ .p2{ word-wrap:break-word; width:150px;}/*--只对英文起作用，以单词作为换行依据*/ .p3{white-space:pre-wrap; width:150px;}/*只对中文起作用，强制换行*/ .p4{white-space:nowrap; width:10px;}/*强制不换行，都起作用*/ .p5{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100px;}／/*不换行，超出部分隐藏且以省略号形式出现*/ 1. word-break:break-all;只对英文起作用，以字母作为换行依据 2. word-wrap:break-word; 只对英文起作用，以单词作为换行依据 3.{white-space:pre-wrap; 只对中文起作用，强制换行 4.{white-space:nowrap; 强制不换行，都起作用 5.{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;不换行，超出部分隐藏且以省略号形式出现 注意，一定要指定容器的宽度，不然的话是没有用的。 [...]]]></description>
			<content:encoded><![CDATA[<p>结构：</p>
<p class="p1">1.Transshipment   Booking   System   is   launched只对英文起作用，以字母作为换行依据</p>
<p class="p2">2.Transshipment   Booking   System   is   launched只对英文起作用，以单词作为换行依据</p>
<p class="p3">3.Transshipment   Booking   System   is   launched只对中文起作用，强制换行</p>
<p class="p4">4.Transshipment   Booking   System   is   launched强制不换行，都起作用</p>
<p class="p5">5.不换行，超出部分隐藏且以省略号形式出现</p>
<p class="p5">5.不换行，超出部分隐藏且以省略号形式出现Transshipment   Booking   System   is   launched</p>
<p>代码：<br />
.p1{ word-break:break-all; width:150px;}/*只对英文起作用，以字母作为换行依据*/<br />
.p2{ word-wrap:break-word; width:150px;}/*--只对英文起作用，以单词作为换行依据*/<br />
.p3{white-space:pre-wrap; width:150px;}/*只对中文起作用，强制换行*/<br />
.p4{white-space:nowrap; width:10px;}/*强制不换行，都起作用*/<br />
.p5{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100px;}／/*不换行，超出部分隐藏且以省略号形式出现*/</p>
<p>1. word-break:break-all;只对英文起作用，以字母作为换行依据</p>
<p>2. word-wrap:break-word; 只对英文起作用，以单词作为换行依据</p>
<p>3.{white-space:pre-wrap; 只对中文起作用，强制换行</p>
<p>4.{white-space:nowrap; 强制不换行，都起作用</p>
<p>5.{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;不换行，超出部分隐藏且以省略号形式出现</p>
<p>注意，一定要指定容器的宽度，不然的话是没有用的。</p>
<p>注意word-break 是IE5+专有属性</p>
<p>语法：</p>
<p>word-break : normal | break-all | keep-all</p>
<p>参数：</p>
<p>normal : 　依照亚洲语言和非亚洲语言的文本规则，允许在字内换行</p>
<p>break-all : 　该行为与亚洲语言的normal相同。也允许非亚洲语言文本行的任意字内断开。该值适合包含一些非亚洲文本的亚洲文本</p>
<p>keep-all : 　与所有非亚洲语言的normal相同。对于中文，韩文，日文，不允许字断开。适合包含少量亚洲文本的非亚洲文本</p>
<p>说明：</p>
<p>设置或检索对象内文本的字内换行行为。尤其在出现多种语言时。</p>
<p>对于中文，应该使用break-all 。</p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/css-compulsory-english-chinese-and-non-wrapping-line.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>精心收集的jQuery常用的插件1000</title>
		<link>http://zmingcx.com/commonly-used-in-the-collection-of-jquery-plugins-1000.html</link>
		<comments>http://zmingcx.com/commonly-used-in-the-collection-of-jquery-plugins-1000.html#comments</comments>
		<pubDate>Tue, 07 Jun 2011 01:11:41 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4372</guid>
		<description><![CDATA[1.accordion类 基于jQuery开发，非常简单的水平方向折叠控件。 Horizontal accordion: jQuery jQuery-Horizontal Accordion 具有XBOX360 blade界面风格的水平方向Accordion。 jQuery-Horizontal Accordion jQuery plugin: Accordion 用于创建 折叠菜单的jQuery插件。 jQuery plugin: Accordion Accordion Menu script 基于 jQuery开发的可折叠菜单。 Accordion Menu script jQuery.combobox jQuery.combobox 是一个采用jQuery开发的combobox控件，可以使用CSS控制该combobox的外观，可以设置各种不同风格的下拉动画效果。 jQuery.combobox 2.AutoComplete jQuery插件易于集成到现在的表单中(Form)。 AutoComplete-JQuery Facebook like Autocomplete 基于jQuery开发，类似于FaceBoox提供的 AutoCompleter。 Facebook like Autocomplete jQuery Autocomplete Mod jQuery Autcomplete插件。能够限制下拉菜单显示的结果数。 jQuery Autocomplete Mod jqac 基于Jquery开发的Autocomplete插件。具有易于使用，配置简单，既可以利用Ajax读取数据也可以直接从本地获取数据。 jqac jQuery Tag [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1.accordion类</strong></p>
<p>基于jQuery开发，非常简单的水平方向折叠控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/102807.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://letmehaveblog.blogspot.com%2F2007%2F10%2Fhaccordion-simple-horizontal-accordion.html">Horizontal accordion: jQuery</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery-Horizontal Accordion<br />
具有XBOX360 blade界面风格的水平方向Accordion。<br />
<img src="http://files.jb51.net/file_images/article/201105/Query_Horizontal_Accordion.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://dev.portalzine.de%2Findex%3F%2FHorizontal_Accordion--print">jQuery-Horizontal Accordion</a><br />
jQuery plugin: Accordion<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
用于创建 折叠菜单的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/JAccordion.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://bassistance.de%2Fjquery-plugins%2Fjquery-plugin-accordion%2F">jQuery plugin: Accordion</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Accordion Menu script<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发的可折叠菜单。<br />
<img src="http://files.jb51.net/file_images/article/201105/Accordion_Content_Menu-scri.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.dynamicdrive.com%2Fdynamicindex17%2Fddaccordionmenu.htm">Accordion Menu script</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.combobox<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery.combobox 是一个采用jQuery开发的combobox控件，可以使用CSS控制该combobox的外观，可以设置各种不同风格的下拉动画效果。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.combobox.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jquery.sanchezsalvador.com%2F">jQuery.combobox</a></p>
<p><strong>2.AutoComplete</strong></p>
<p>jQuery插件易于集成到现在的表单中(Form)。<br />
<img src="http://files.jb51.net/file_images/article/201105/jq_auto_..jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://bassistance.de%2Fjquery-plugins%2Fjquery-plugin-autocomplete%2F">AutoComplete-JQuery</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Facebook like Autocomplete<br />
基于jQuery开发，类似于FaceBoox提供的 AutoCompleter。<br />
<img src="http://files.jb51.net/file_images/article/201105/facebook_searchengine.png" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://web2ajax.fr%2Fexamples%2Ffacebook_searchengine%2F">Facebook like Autocomplete</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Autocomplete Mod<br />
jQuery Autcomplete插件。能够限制下拉菜单显示的结果数。<br />
<img src="http://files.jb51.net/file_images/article/201105/9jan0800.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.pengoworks.com%2Fworkshop%2Fjquery%2Fautocomplete.htm">jQuery Autocomplete Mod</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jqac<br />
基于Jquery开发的Autocomplete插件。具有易于使用，配置简单，既可以利用Ajax读取数据也可以直接从本地获取数据。<br />
<img src="http://files.jb51.net/file_images/article/201105/jqac_snapshot.png" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fjqac%2F">jqac</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Tag Suggestion<br />
类似于del.icio.us提供的tag suggesting功能。<br />
<img src="http://files.jb51.net/file_images/article/201105/2jan0808.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://remysharp.com%2F2007%2F12%2F28%2Fjquery-tag-suggestion%2F">jQuery Tag Suggestion</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Autocomplete-jQuery ajax<br />
利用 jQuery(Ajax)，PHP和MySQL开发的 AutoCompleter。<br />
<img src="http://files.jb51.net/file_images/article/201105/AutoComplete_1.png" border="0" alt="" width="250" height="148" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://nodstrum.com%2F2007%2F09%2F19%2Fautocompleter%2F">Autocomplete-jQuery ajax</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.Suggest<br />
跨浏览器支持，基于jQuery开发的Autocomplete library。<br />
<img src="http://files.jb51.net/file_images/article/201105/092300.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.vulgarisoip.com%2F2007%2F08%2F06%2Fjquerysuggest-11%2F">jQuery.Suggest</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Autocomplete- jQuery plugin<br />
一个jQuery Autocompleter，提供缓存选项来限制对服务器的请求。<br />
<img src="http://files.jb51.net/file_images/article/201105/072902.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.dyve.net%2Fjquery%2F%3Fautocomplete">Autocomplete- jQuery plugin</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery plugin: Autocomplete<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
自动完成输入框值让用户能够快速查找和过滤某些值。<br />
<img src="http://files.jb51.net/file_images/article/201105/Autocomplete.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://bassistance.de%2Fjquery-plugins%2Fjquery-plugin-autocomplete%2F">jQuery plugin: Autocomplete</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jSuggest<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
模仿 Google Suggest功能的AutoComplete jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/test.gif" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.gimiti.com%2Fkltan%2Fwordpress%2F%3Fp%3D40">jSuggest</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Live Ajax Search Plug-in<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 jQuery开发的AutoComplete控件。搜索结果展示框完全可以利用CSS自定义，内容展示是一个HTML页面。<br />
<img src="http://files.jb51.net/file_images/article/201105/Ajax_jquery.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://exscale.se%2Farchives%2F2008%2F05%2F16%2Fjquery-live-ajax-search-plug-in%2F">jQuery Live Ajax Search Plug-in</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> ddcombobox<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
带 AutoComplete功能的下拉选择框jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/ddcombobox.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://simpletutorials.com%2F%3Fpath%3Dtutorials%2F.%2Fjquery%2Fddcombobox">ddcombobox</a></p>
<p><strong> 分页类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Pagination<br />
jQuery分页插件<br />
<img src="http://files.jb51.net/file_images/article/201105/Pagination.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://plugins.jquery.com%2Fproject%2Fpagination">jQuery Pagination</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> pager jQuery plug-in<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery 分页插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/pager_jQuery_plug-in.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://rikrikrik.com%2Fjquery%2Fpager%2F">pager jQuery plug-in</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> JQuery Pager<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个利用 jQuery开发的分页UI控件，可用于数据驱动的web应用程序中。<br />
<img src="http://files.jb51.net/file_images/article/201105/JQuery_Pager.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jonpauldavies.github.com%2FJQuery%2FPager%2FPagerDemo.html">JQuery Pager</a></p>
<p><strong>提示框类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Facebox<br />
Facebox 是一个基于jQuery，Facebook-style的lightbox。能够展示示images，divs或者整个远程页面。<br />
<img src="http://files.jb51.net/file_images/article/201105/Facebox2.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://famspam.com%2Ffacebox">Facebox</a><br />
SimpleModal<br />
SimpleModal是一个轻量级jQuery插件提供了一个简单的接口来创建模式对话框。<br />
<img src="http://files.jb51.net/file_images/article/201105/SimpleModal.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.ericmmartin.com%2Fprojects%2Fsimplemodal">SimpleModal</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jTip<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jTip 一个利用jQuery开发的提示工具。jTip通过HttpXMLRequest获取内容。用法简单，只需要在你的元素的class上加上Jtip,并引入jtip.js及其样式即可以。<br />
<img src="http://files.jb51.net/file_images/article/201105/tooltips_05.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://codylindley.com%2F.%2F264%2Fjtip-a-jquery-tool-tip">jTip</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> BetterTip<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个可以自定义Tooltip的jQuery插件。基于jTip，但比它来得更加灵活。<br />
<img src="http://files.jb51.net/file_images/article/201105/090901.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://edgarverle.com%2FBetterTip%2Fdefault.cfm">BetterTip</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> clueTip<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
clueTip 这个jQuery插件方便您为链接或其它元素添加Tooltip功能。当链接包括title属性时，它的内容将变成clueTip的标题。clueTip 中显示的内容可以通过Ajax获取，也可以从当前页面中的元素中获取。<br />
<img src="http://files.jb51.net/file_images/article/201105/clueTip.jpg" border="0" alt="" width="400" height="218" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://plugins.jquery.com%2Fproject%2Fcluetip">clueTip</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery lightBox plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个简单，强大基于jQuery开发的lightBox控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_lightBox_plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://leandrovieira.com%2Fprojects%2Fjquery%2Flightbox%2F">jQuery lightBox plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Impromptu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
用于创建模式对话框，确认对话框，输入内容对话框的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Impromptu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://trentrichardson.com%2FImpromptu%2F">jQuery Impromptu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.UI Messenger"Outlook like message notification Widget<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个jQuery.UI控件类似于Messenger"Outlook消息弹出提醒框。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.UI.Messenger.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://mosesofegypt.net%2Fpost%2F2008%2F07%2F17%2FjQueryui-Messenger-Outlook-like-message-notification-Widget.aspx">jQuery.UI Messenger"Outlook like message notification Widget</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> FancyBox<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发的Lightbox插件。支持对放大的图片添加阴影效果，对于一组相关的图片添加导航操作按纽，该Lightbox除了能够展示图片之外，还可以展示iframed内容， 通过CSS自定义外观。<br />
<img src="http://files.jb51.net/file_images/article/201105/FancyBox.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://fancy.klade.lv%2F">FancyBox</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Coda Popup Bubbles<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 jQuery开发，类似“冒泡”效果的提醒弹出框。<br />
<img src="http://files.jb51.net/file_images/article/201105/Coda_Popup_Bubbles.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jqueryfordesigners.com%2Fcoda-popup-bubbles%2F">Coda Popup Bubbles</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jGrowl<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jGrowl 用于制作消息弹出框的jQuery插件。产生效果的类似于Mac OSX系统中Growl事件通知框架。<br />
<img src="http://files.jb51.net/file_images/article/201105/jGrowl.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://stanlemon.net%2Fprojects%2Fjgrowl.html">j</a><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://stanlemon.net%2Fprojects%2Fjgrowl.html">Grow</a><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://stanlemon.net%2Fprojects%2Fjgrowl.html">l</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jqWindowsEngine<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件能够帮助你轻松创建Ajax Windows。<br />
<img src="http://files.jb51.net/file_images/article/201105/jqWindowsEngine.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.socialembedded.com%2Flabs%2FjQuery-Windows-Engine-Plugin%2FjQuery-Windows-Engine-Plugin.html">jqWindowsEngine</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Alert Dialogs<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件能够替换JavaScript提供的alert()、confirm()和prompt()功能。支持利用CSS自定义对话框外观。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Alert_Dialogs1.jpg" border="0" alt="" /><br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Alert_Dialogs2.jpg" border="0" alt="" /><br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Alert_Dialogs3.jpg" border="0" alt="" /><br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Alert_Dialogs4.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://abeautifulsite.net%2Fnotebook%2F87">jQuery Alert Dialogs</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> BeautyTips<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
BeautyTips 是一个jQuery Tooltip插件.<br />
<img src="http://files.jb51.net/file_images/article/201105/diwd-schedule-2.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.lullabot.com%2Farticles%2Fannouncing-beautytips-jquery-tooltip-plugin">BeautyTips</a></p>
<p><strong> 编辑器类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jwysiwyg<br />
WYSIWYG jQuery插件。整个编辑器文件大小只有17Kb。<br />
<img src="http://files.jb51.net/file_images/article/201105/wysiwyg.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fjwysiwyg%2F">jwysiwyg</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Damn Small Rich Text Editor<br />
基于jQuery开发，能够从IFRAME元素创建一个Rich Text Editor。提供了所有基本的Rich Text功能，可设置文本编辑区大小，Ajax上传图片等。<br />
<img src="http://files.jb51.net/file_images/article/201105/Damn.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.avidansoft.com%2Fdsrte%2Findex.php">Damn Small Rich Text Editor</a></p>
<p><strong> 表格类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Flexigrid<br />
Flexigrid是一个类似于Ext Gird，但基于jQuery开发的Grid。它具有的功能包括：可以调整列宽，合并列标题，分页，排序，显示/隐藏表格等。Flexigrid显示的数据能够通过Ajax获取或者从一个普通的表格转换。<br />
<img src="http://files.jb51.net/file_images/article/201105/Flexigrid.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://webplicity.net%2Fflexigrid%2F">Flexigrid</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Ingrid<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery DataGrid提供的功能有：可以拖动调整列宽，分页，排序，设置行/列样式等。<br />
<img src="http://files.jb51.net/file_images/article/201105/Ingrid.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.reconstrukt.com%2Fingrid%2F">Ingrid</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Grid<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jqGrid 是一个Ajaxed jQuery Grid插件。提供分页功能，添加、编辑、删除和搜索表中记录，支持多种数据类型输入：XML，JSON，Array等，多行选择，支持子表格，集成日期选择控件等等。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://trirand.com%2Fjqgrid%2Fjqgrid.html">Demo</a><br />
<img src="http://files.jb51.net/file_images/article/201105/jqGrid.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.trirand.com%2Fblog%2F">jQuery Grid</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> tableHover<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
tableHover 一个jQuery插件当鼠标经过时，能够对表格的一整列或行进行着色加亮。支持colspans与rowspans的表格。<br />
<img src="http://files.jb51.net/file_images/article/201105/tableHover.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://p.sohei.org%2Fjquery-plugins%2Ftablehover%2F">tableHover</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> JQuery.Resizer<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个轻量级jQuery插件用于创建可以拖动调整行高与列宽的表格。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://os.arandomurl.com%2Fjquerytableresizer%2F">JQuery.Resizer</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> tablesorter<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
tablesorter 这个jQuery插件能够将带THEAD与TBODY标签的标准HTMLTable转换成一个可排序的表格。tablesorter能够排序多种数据类型包括Text、URIs、integers、currency、floats、IP地址、日期、时间和自定义的数据类型。支持拥有复杂表头表格的排序，支持二级隐藏排序，支持多种浏览器：IE6.0+、FF2+、Safari2.0+、Opera9.0+。<br />
<img src="http://files.jb51.net/file_images/article/201105/tablesorter.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://tablesorter.com%2F">tablesorter</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> csv2table<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
csv2table 这个插件能够将CVS文件（利用Excel创建）的内容转换成HTML Table。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://plugins.jquery.com%2Fproject%2Fcsv2table">csv2table</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> tableFormSynch<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
tableFormSynch 是一个表格与表单数据相互更新的jQuery插件。它提供的功能包括：基于表单中的数据，新增行。删除所选择行，并清除表单中的所有数据。 tableFormSynch支持所有表单控件包括：checkboxes、radio、buttons 与&lt;select&gt;。<br />
<img src="http://files.jb51.net/file_images/article/201105/tableFormSynch.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.swartzfager.org%2Fblog%2FjQuery%2Fplugins%2FtableFormSynch%2F">tableFormSynch</a></p>
<p><strong>色彩选择器</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Farbtastic<br />
Farbtastic是一个color picker插件。它能够在一个页面中加入多个颜色选择控件，然后每个控件关联到页面中的一个元素比如：文本输入框。<br />
<img src="http://files.jb51.net/file_images/article/201105/Farbtastic.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://acko.net%2Fdev%2Ffarbtastic">Farbtastic</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Color Picker<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个简单的颜色选择控件。操作方式与Adobe Photoshop中颜色选择操作置。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Color_Picker.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://eyecon.ro%2Fcolorpicker%2F">jQuery Color Picker</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> iColorPicker<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
iColorPicker 是一个只有6KB大小的jQuery Color Picker。只要将输入框的class属性设置为“iColorPicker”就能变一个漂亮的颜色选择器。<br />
<img src="http://files.jb51.net/file_images/article/201105/colorpicker.gif" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.supersite.me%2Fwebsite-building%2Fjquery-free-color-picker%2F">iColorPicker</a></p>
<p><strong> 右键菜单</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> ContextMenu<br />
用于创建右键弹出菜单的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/ContextMenu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.trendskitchens.co.nz%2Fjquery%2Fcontextmenu%2F">ContextMenu</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/055243506.gif" alt="" />图片新闻Flash展示相关类</p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> imgAreaSelect<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
imgAreaSelect 这个jQuery插件能够选取一张图片中一个矩形区域。<br />
<img src="http://files.jb51.net/file_images/article/201105/imgAreaSelect.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://odyniec.net%2Fprojects%2Fimgareaselect%2F">imgAreaSelect</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Easy Slide<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
EasySlide 是以jQuery为基础开发的一个图库展示插件，EasySlide可以将任何一个网页容器(Container)内的图形自动将其排列展示，并加上鼠标指向时的暂停效果(Pause)，可以当作图库展示或是动画及广告Banner使用。<br />
<img src="http://files.jb51.net/file_images/article/201105/Easy-Slide.jpg" border="0" alt="" width="400" height="326" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.ezjquery.com%2Fcgi-bin%2Fwebapp.rb%3Fr%3Daccess%26amp%3Blan%3Dgb">Easy Slide</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Easy News<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Easy News是一个可以让您轻松显示网站新闻或图文内容展示的jQuery插件，可设定Fade In-Out ,Slide Up-Down, Left To Right 的效果，调整显示速度，可自行修改CSS改变您为喜欢的风格。<br />
<img src="http://files.jb51.net/file_images/article/201105/Easy-News.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.ezjquery.com%2Fcgi-bin%2Fwebapp.rb%3Fr%3Daccess%26amp%3Blan%3Dgb">Easy News</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Easy News Plus<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Easy News Plus是基于Easy News开发，滚动式新闻或图文内容展示的jQuery插件，但是与Easy News有完全不同的显示方式(以左右滑动为主要的显示方法)。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.ezjquery.com%2Fcgi-bin%2Fwebapp.rb%3Fr%3Daccess%26amp%3Blan%3Dgb">Easy News Plus</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQZoom<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发的图片放大镜插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQZoom.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.mind-projects.it%2Fblog%2Fjqzoom_v10">jQZoom</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Plugin: Text Highlight<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
利用 javascript对页面中的关键字进行着色的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/092302.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://johannburkard.de%2Fblog%2Fprogramming%2F.%2Fhighlight-.-text-higlighting-jquery-plugin.html">jQuery Plugin: Text Highlight</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jCarousel Lite<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件能够帮助你以滚动（carousel）的方式来组织图片和其它内容。<br />
<img src="http://files.jb51.net/file_images/article/201105/jCarousel_Lite.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.gmarwaha.com%2Fjquery%2Fjcarousellite%2Findex.php">jCarousel Lite</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jCarousel<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jCarousel 是一个jQuery插件用于控制一个列表项目的水平或垂直顺序，列表项目的内容可以是静态HTML内容或通过AJAX加载的内容。可以向前或向后滚动。<br />
<img src="http://files.jb51.net/file_images/article/201105/jCarousel.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://sorgalla.com%2Fprojects%2Fjcarousel%2F">jCarousel</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Spacegallery-Jquery<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个采用 jQuery开发，类似于Flash效果的图库（image gallery）。<br />
<img src="http://files.jb51.net/file_images/article/201105/Spacegallery-Jquery.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://eyecon.ro%2Fspacegallery%2F">Spacegallery-Jquery</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Slider Gallery<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个基于jQuery开发相册控件，类似于Apple网站上用于展示产品的效果。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Slider_Gallery.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jqueryfordesigners.com%2Fslider-gallery%2F">jQuery Slider Gallery</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Cycle Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery Cycle Plugin是一个slideshow插件。支持多种变换效果：shuffle、zoom、fade、turnDown、curtainX、 scrollRight。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Cycle_Plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.malsup.com%2Fjquery%2Fcycle%2F">jQuery Cycle Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Zoomimage<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
该 jQuery插件能够让以当前流行的方式来展示图片。提供：预加载图片提示，对图片进行分组，自动调整图片显示比例，图片分组浏览控制。<br />
<img src="http://files.jb51.net/file_images/article/201105/Zoomimage.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://eyecon.ro%2Fzoomimage%2F">Zoomimage</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> prettyPhoto<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
prettyPhoto 是jQuery lightbox的一个“克隆”。并增加动画效果，图库浏览等特性。<br />
<img src="http://files.jb51.net/file_images/article/201105/prettyPhoto.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.no-margin-for-errors.com%2Fprojects%2FprettyPhoto%2F">prettyPhoto</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> ThickBox<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
ThickBox 是一个模式对话框UI控件。基于jQuery开发，可以用来展示单张或多张图片，内嵌的内容，iframed的内容，或通过Ajax获取的内容。<br />
<img src="http://files.jb51.net/file_images/article/201105/ThickBox.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jquery.com%2Fdemo%2Fthickbox%2F">ThickBox</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Galleria<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Galleria 是一个采用jQuery开发的图片展示插件。它通过缩略图导航一张一张的显示大的图片。支持通过CSS设置整个相册的风格。能够按比例创建缩略图并剪切成适合在缩略图容器中显示的小图片。能够触一些事件，因此可以在图片加载时执行一些动作。<br />
<img src="http://files.jb51.net/file_images/article/201105/galleria.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://devkick.com%2Flab%2Fgalleria%2F">Galleria</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Flash Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个 jQuery插件用于在页面中嵌入Flash影片。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Flash_Plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jquery.lukelutman.com%2Fplugins%2Fflash%2F">jQuery Flash Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.SerialScroll<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery.SerialScroll 是一个用于创建滚动效果的jQuery插件，支持水平／垂直方向滚动和混合滚动效果。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.SerialScroll.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://flesler.blogspot.com%2F2008%2F02%2Fjqueryserialscroll.html">jQuery.SerialScroll</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> InnerFade<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
InnerFade 这个jQuery插件能够让任意一组元素（img，div等）实现淡入淡出播放效果。<br />
<img src="http://files.jb51.net/file_images/article/201105/InnerFade.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://medienfreunde.com%2Flab%2Finnerfade%2F">InnerFade</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> NyroModal<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个基于 jQuery开发，非常灵活和可定制外观/动画效果的模式对话框。可通过Ajax调用目标内容，改变对话框大小等。<br />
<img src="http://files.jb51.net/file_images/article/201105/NyroModal.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://nyromodal.nyrodev.com%2F">NyroModal</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> CrossSlide<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
CrossSlide 这个jQuery插件实现了一些常用Javascript幻灯片放映动画效果如：动态地移动、缩放、渐变、滑入"滑出等。<br />
<img src="http://files.jb51.net/file_images/article/201105/CrossSlide.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.gruppo4.com%2F%257Etobia%2Fcross-slide.shtml">CrossSlide</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Magnify<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Magnify 是一个能够在图片上添加放大镜功能的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/Magnify.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.jnathanson.com%2Findex.cfm%3Fpage%3Dpages%2Fjquery%2Fmagnify%2Fmagnify">Magnify</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Img Notes<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
用于当鼠标移到图片是时，显示一个信息提示框。<br />
<img src="http://files.jb51.net/file_images/article/201105/Img-Notes.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.sanisoft.com%2Fblog%2F2008%2F05%2F26%2Fimg-notes-jquery-plugin%2F">Img Notes</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> FancyZoom<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
FancyZoom 采用缩放效果来展示图片或任意HTML页面，不需要另外开启页面来载入图片，其效果在Apple Mac的官方网站中也有。<br />
<img src="http://files.jb51.net/file_images/article/201105/iphoto_zoom.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.cabel.name%2F2008%2F02%2Ffancyzoom-10.html">FancyZoom</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Jcrop<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Jcrop 是一个跨浏览器的jQuery图片剪切插件（<strong>jQuery image crop plugin</strong>）。支持对剪切框加 CSS样式，当选取或拖动时添加回调事件（Callbacks），剪切时能够约束宽度与高度。<br />
<img src="http://files.jb51.net/file_images/article/201105/jquery-image-crop-plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://deepliquid.com%2Fcontent%2FJcrop.html">Jcrop</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Galleriffic<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Galleriffic 是一个用于创建快速展示相册中照片的jQuery插件。图片既可以以幻灯片的方式查看，也可以手动点击缩略图查看。Galleriffic还支持分页，从而使得它能够展示更多的图片。<br />
<img src="http://files.jb51.net/file_images/article/201105/jquery-gallery-plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.twospy.com%2Fgalleriffic%2F">Galleriffic</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Image Upload and Auto Crop<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 PHP+jQuery开发的图片上传和剪切（Crop）工具。<br />
<img src="http://files.jb51.net/file_images/article/201105/Image_Upload_and_Auto_Crop.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.webmotionuk.co.uk%2Fphp-jquery-image-upload-and-crop%2F">Image Upload and Auto Crop</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> prettyGallery<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
prettyGallery 是一个图库导航控件Slider。基于jQuery开发，除了可以导航图片之外，还支持其它任何内容。可以配置导航滚动速度和图片标题说明。<br />
<img src="http://files.jb51.net/file_images/article/201105/prettyGallery.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.no-margin-for-errors.com%2Fprojects%2FprettyGallery%2F">prettyGallery</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.popeye<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery.popeye 这个插件能够将一组无序的图片列表转换成一个简单的相册。当点击图片时将以Lightbox风格放大图片。图片展示框提供向前/向后控制并能够为每一张图片添加备注说明信息。jQuery.popeye能够根据图片大小自动调整展示框的高度和宽度。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.popeye.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://herr-schuessler.de%2Fblog%2Fjquerypopeye-an-inline-lightbox-alternative%2F">jQuery.popeye</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> s3Slider<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
s3Slider 是一个jQuery slideshow插件，效果类似于<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://smoothslideshow.jondesign.net%2Ftimed.html">smooth slideshow</a>。<br />
可以在图片上的任意位置，透明显示当前所放映图片的说明信息。<br />
<img src="http://files.jb51.net/file_images/article/201105/s3Slider.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.serie3.info%2Fs3slider%2F">s3Slider</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Pirobox<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 jQuery开发的Lightbox控件。能够根据浏览器窗体大小自动调整展示图片大小。提供向前/向后控制链接。动态加载图片效果。易于定制。<br />
<img src="http://files.jb51.net/file_images/article/201105/Pirobox.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://designshack.co.uk%2Ftutorials%2Fpirobox-jquery-lightbox">Pirobox</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Simple Controls Gallery<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个采用jQuery开发的图片slideshow控件。提供一个暂停/播放/向前/向后展示的控制菜单。这个jQuery slideshow可以设置当页面打开时自动播放图片并能够将最近查看的图片存储在cookie中。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_slideshow.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.dynamicdrive.com%2Fdynamicindex4%2Fsimplegallery.htm">Simple Controls Gallery</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Agile Carousel<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Jquery Slideshow插件。易于定制图片切换效果。提供开/关图片标题显示，添加文本水印等功能。<br />
<img src="http://files.jb51.net/file_images/article/201105/Agile_Carousel.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fagile-carousel%2F">Agile Carousel</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Plugin-Page Peel<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个用于创建Page Peel(卷页/页面剥落)特效的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/PagePeel1.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://smple.com%2F2008%2F12%2F15%2Fjquery-plugin-page-peel%2F">jQuery Plugin-Page Peel</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Easy Slider<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个 jQuery插件，当点击导航按纽时可以水平或垂直播放图片或其它任何内容。<br />
<img src="http://files.jb51.net/file_images/article/201105/Easy_Slider.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://cssglobe.com%2Fpost%2F3783%2Fjquery-plugin-easy-image-or-content-slider">Easy Slider</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> imgPreview<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
图片预览 jQuery插件。当鼠标移到图片链接上时，会在链接的旁边出现一个类似于tooltip效果的图片展示框。<br />
<img src="http://files.jb51.net/file_images/article/201105/imgPreview.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://james.padolsey.com%2F.%2Fnew-jquery-plugin-imgpreview%2F">imgPreview</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Jquery Fade In.Fade Out<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个用于让图片产生淡入淡出效果的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jquery_fade_big.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://hv-designs.co.uk%2F2009%2F01%2F19%2Fjquery-fade-infade-out%2F">Jquery Fade In.Fade Out</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Captify<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件能够在图片上显示标题信息，当鼠标放到图片上时滑动出现。<br />
<img src="http://files.jb51.net/file_images/article/201105/Captify.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://masterfidgeter.com%2Fprojects%2Fcaptify%2F">Captify</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jParallax<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个用于生成视差现象的jQuery插件。<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.piksite.com%2FmParallax%2F">mParallax</a>能够产生的效果与 jParallax一样但采用Mootools框架开发。<br />
<img src="http://files.jb51.net/file_images/article/201105/jparallax-jquery.jpg" border="0" alt="" /><br />
<img src="http://files.jb51.net/file_images/article/201105/mParallax.jpg" border="0" alt="" /><br />
<strong><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://webdev.stephband.info%2Fparallax.html">jParallax</a></strong></p>
<p><strong>导航类</strong></p>
<p>jQuery plugin: Treeview<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个插件能够把无序列表转换成可展开与收缩的Tree。<br />
<img src="http://files.jb51.net/file_images/article/201105/Treeview.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://bassistance.de%2Fjquery-plugins%2Fjquery-plugin-treeview%2F">jQuery plugin: Treeview</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> FastFind Menu Script<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
可拖动的嵌套菜单窗体，基于动态"AJAX"响应。<br />
<img src="http://files.jb51.net/file_images/article/201105/FastFind_Menu_..jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://labs.activespotlight.net%2FjQuery%2Fmenu_demo.html">FastFind Menu Script</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> iconDock<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
iconDock 一个基于jQuery开发的Fisheye menu。<br />
<img src="http://files.jb51.net/file_images/article/201105/Dockexample.png" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://icon.cat%2Fwiki%2FIconDock_En%23iconDock_jQuery_Plugin">iconDock</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery UI Tabs<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery UI Tabs：一个功能强大，易于使用的Tab控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQueryUITabs1.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.stilbuero.de%2Fjquery%2Ftabs">jQuery UI Tabs</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jstree<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fjstree%2F">jsTree</a>是一个基于jQuery的Tree 控件。支持XML，JSON，Html三种数据源。提供创建，重命名，移动，删除，拖"放节点操作。可以自己自定义创建，删除，嵌套，重命名，选择节点的规则。在这些操作上可以添加多种监听事件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jstree.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fjstree%2F">jstree</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery File Tree<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery File Tree是一个可配置的Ajax文件浏览器jQuery插件。可以通过CSS定制外观，指定文件树展开图标，可以自己定义展开／收缩事件、速度，配置加载信息等。 jQuery File Tree通过Ajax来获取文件信息。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_File_Tree.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://abeautifulsite.net%2Fnotebook.php%3Farticle%3D58">jQuery File Tree</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Superfish<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery 菜单插件。支持水平/垂直方向。弹出子菜单不会被&lt;SELECT&gt;标签挡住。<br />
<img src="http://files.jb51.net/file_images/article/201105/Superfish.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://users.tpg.com.au%2Fj_birch%2Fplugins%2Fsuperfish">Superfish</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> accordion menu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Accordion 风格的jQuery菜单。<br />
<img src="http://files.jb51.net/file_images/article/201105/accordion-menu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://roshanbh.com.np%2F2008%2F06%2Faccordion-menu-using-jquery.html">accordion menu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> CSS Dock Menu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 jQuery+CSS实现，仿Mac Dock Menu的一个导航菜单。<br />
<img src="http://files.jb51.net/file_images/article/201105/css-dock-menu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.ndesign-studio.com%2Fblog%2Fdesign%2Fcss-dock-menu%2F">CSS Dock Menu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> CheckTree<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
带 Checkbox的树型jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/CheckTree.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://static.geewax.org%2Fchecktree%2Findex.html">CheckTree</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> idTabs<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
idTabs 是一个能够创建简单到复杂Tab控件的jQuery插件。支持动态添加和选择Tab，idTabs能够绑定到不同的事件如mouseover。<br />
<img src="http://files.jb51.net/file_images/article/201105/idTabs.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.sunsean.com%2FidTabs%2F">idTabs</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Context Menu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery Context Menu是一个右键菜单插件。通过非常少的设置就能够轻松实现右键菜单功能。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Context_Menu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.abeautifulsite.net%2Fnotebook%2F80">jQuery Context Menu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Right-click<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个插件能够让你使用jQuery来捕获由鼠标右键触发的事件。这些事件包括：click、mouseup、mousedown。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.abeautifulsite.net%2Fnotebook%2F68">jQuery Right-click</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Multi Level CSS Menu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个多级水平CSS菜单，利用规则嵌套的HTML列表标签创建。当子菜单靠近窗体右边缘时，将自动调整展示方面。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Multi_Level_CSS_Menu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.dynamicdrive.com%2Fstyle%2Fcsslibrary%2Fitem%2Fjquery_multi_level_css_menu_horizontal_blue%2F">jQuery Multi Level CSS Menu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> ListNav<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
ListNav 是一个用于创建按字母顺序分类导航的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/ListNav.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.ihwy.com%2FLabs%2Fjquery-listnav-plugin.aspx">ListNav</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Simpletip<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Simpletip 是一个基于jQuery开发的Tooltips控件。Tooltips可以附在任意元素（标签）之上。并定制展示方式与位置。tooltips可以是静态，动态或通过Ajax加载。<br />
<img src="http://files.jb51.net/file_images/article/201105/Simpletip.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://craigsworks.com%2Fsimpletip%2F">Simpletip</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Smooth Navigation Menu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Smooth Navigation Menu是一个采用jQuery开发，基于CSS的多层级网站导航菜单。菜单项的内容既可以直接从当前页面中获取，也可以从一个外面文件或通过Ajax获取。<br />
<img src="http://files.jb51.net/file_images/article/201105/Smooth_Navigational_Menu.jpg" border="0" alt="" width="432" height="194" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.dynamicdrive.com%2Fdynamicindex1%2Fddsmoothmenu.htm">Smooth Navigation Menu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jdMenu<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jdMenu 是用于创建水平/垂直分层下拉菜单的jQuery插件.支持通过Ajax加载菜单项，自定义动画效果，易于定制外观，支持相对(relative)与绝对 (absolute) 定位等。<br />
<img src="http://files.jb51.net/file_images/article/201105/jdMenu.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jdsharp.us%2FjQuery%2Fplugins%2FjdMenu%2F">jdMenu</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jqDock<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个能够将一组图片转换成类似于Mac风格鱼眼菜单(Dock Menu)的jQuery插件。菜单可以是水平方向或垂直方向。<br />
<img src="http://files.jb51.net/file_images/article/201105/jqDock.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.wizzud.com%2FjqDock%2F">jqDock</a></p>
<p><strong> 验证类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery plugin: Validation<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery 校验插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/Validation.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://bassistance.de%2Fjquery-plugins%2Fjquery-plugin-validation%2F">jQuery plugin: Validation</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Masked Input Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Masked Input这个jQuery插件让用户能够按照预先设定好的固定格式输入数据(如日期、电话号码等)。<br />
<img src="http://files.jb51.net/file_images/article/201105/input-mask.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://digitalbush.com%2Fprojects%2Fmasked-input-plugin">Masked Input Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery password strength meter<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
用于检测密码强度的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_password_strength_me.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://simplythebest.net%2F.s%2Fajax%2Fajax_password_strength.html">jQuery password strength meter</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jVal<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery 表单校验插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jVal_0-1-0_pod_ss.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.overset.com%2F2008%2F07%2F31%2Fjval-jquery-form-field-validation-plugin%2F">jVal</a></p>
<p><strong> 图表类</strong><a href="http://www.hotbook.cn/"></a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Flot<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Flot 一个纯javascript绘画库，基于jQuery开发。它能够在客户端根据任何数据集快速生成图片。目前只能绘制线状图和柱状。<br />
<img src="http://files.jb51.net/file_images/article/201105/Flot.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fflot%2F">Flot</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQchart<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 Canvas+jQuery，可拖放/交互的简单图形控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQchart.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://plugins.jquery.com%2Fproject%2FjQchart">jQchart</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jquery.sparkline<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个用于生成迷你型线状图的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jquerysparkline.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://omnipotent.net%2Fjquery.sparkline%2F">jquery.sparkline</a></p>
<p><strong> Form相关类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jNice<br />
创建自定义外观的Form元素，功能与正常的Form元素相似。<br />
<img src="http://files.jb51.net/file_images/article/201105/jNice.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://plugins.jquery.com%2Fproject%2FjNice">jNice</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery calculate<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery 计算插件，提供一些常用的数学计算功能比如：Sum、Average、Min、Max等。<br />
<img src="http://files.jb51.net/file_images/article/201105/calculate1.jpg" border="0" alt="" /><br />
<img src="http://files.jb51.net/file_images/article/201105/calculate.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.pengoworks.com%2Fworkshop%2Fjquery%2Fcalculation%2Fcalculation.plugin.htm">jQuery calculate</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery select box<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
模仿 HTML select box实现功能的一个下拉菜单。<br />
<img src="http://files.jb51.net/file_images/article/201105/27110702.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.brainfault.com%2F2007%2F07%2F23%2Fselect-box-replacement%2F">jQuery select box</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> prettyCheckboxes<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
一个简单的jQuery插件用于定制checkboxe和radio按纽的外观。<br />
<img src="http://files.jb51.net/file_images/article/201105/prettyCheckboxes.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.no-margin-for-errors.com%2Fprojects%2FprettyCheckboxes%2F">prettyCheckboxes</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jGrow<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jGrow 这个jQuery插件能够让textarea根据文本的长度自动调整它的大小。<br />
<img src="http://files.jb51.net/file_images/article/201105/2j16.gif" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://lab.berkerpeksag.com%2FjGrow">jGrow</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Form Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
为表单 (Form)提供全面Ajax支持，包括文件上传功能的jQuery插件。提供的方法/功能包括：ajaxForm、ajaxSubmit、 formToArray、formSerialize、fieldSerialize、fieldValue、clearForm、 clearFields、resetForm。这些方法能够让你轻松地管理Form中的数据和Form无刷新提交。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://malsup.com%2Fjquery%2Fform%2F">jQuery Form Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> mcDropdown jQuery Plug-in<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
mcDropdown 是一个独特的UI控件，它能够让用户在一个复杂分级的树形下拉选项中进行选择。<br />
<img src="http://files.jb51.net/file_images/article/201105/mcDropdown.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.givainc.com%2Flabs%2Fmcdropdown_jquery_plugin.htm">mcDropdown jQuery Plug-in</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Create A Slider From A Select Box<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个漂亮的jQuery插件能够自动将select boxes转换成一个sliders控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Slider.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.filamentgroup.com%2Flab%2Fprogressive_enhancement_convert_select_box_to_accessible_jquery_ui_slider%2F">Create A Slider From A Select Box</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> TextArea Resizer<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件提供Resizer bar可拖动调整TextArea大小。</p>
<p><img src="http://files.jb51.net/file_images/article/201105/TextArea_Resizer.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://plugins.jquery.com%2Fproject%2FTextAreaResizer">TextArea Resizer</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery MultiSelect<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery MultiSelect是一个可配置的jQuery插件。它将普通的列表框表单控件转换成带有CheckBox的下拉列表控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_MultiSelect.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.abeautifulsite.net%2Fnotebook%2F62">jQuery MultiSelect</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Editable(jQuery Editable Plugin)<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个真正可定制的jQuery editableplugin。当前它能够将任意不可编辑的标签（span、div、p...等）转换成可编辑的textinput、password、 textarea、下拉列表（drop-downlist）等标签。你可以利用它的editableFactory对象来扩展添加自己所需的input type。<br />
<img src="http://files.jb51.net/file_images/article/201105/Editable.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://arashkarimzadeh.com%2Findex.php%2Fjquery%2F7-editable-jquery-plugin.html">Editable(jQuery Editable Plugin)</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> NicejForm<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
NiceJForm 是一个拥有完美外形的表单，它是基于jquery库的，NiceJForms实际上是个jquery插件，用来使表单看起来更为美观。这不是最终版本，我知道可以通过多种途径改良它的脚本，但是至少，这是一个可以使用的稳定版本。非常感谢<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://badboy.ro%2F">Lucian Slatineanu</a>发布的 NiceJForm，在他的blog中你可以获得更多信息。<br />
在IE6，IE7，Firefox2.0中测试成功。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.hotajax.org%2Fjquery%2Faccordions-menu-form%2F207-nicejformjquery.html">NicejForm</a></p>
<p><strong>上传类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jqUploader<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
结合 Javascript与Flash开发，拥有上传进度条的文件上传控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jqUploader.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.pixeline.be%2Fexperiments%2FjqUploader%2Ftest.php">jqUploader</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Multiple File Upload Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
多文件上传插件（jQuery.MultiFile）能够让用户一次性选择多个要上传的文件。此外该插件还提供一些基本的校验功能比如：文件扩展名校验。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.MultiFile.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.fyneworks.com%2Fjquery%2Fmultiple-file-upload%2F">jQuery Multiple File Upload Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery: Ajax file upload<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Ajax 文件上传插件让用户能够很方便地上传多个文件而无需刷新页面。此外，可以使用任何元素（图片，文字，按纽等）来触发文件选择窗口。<br />
<img src="http://files.jb51.net/file_images/article/201105/Ajax_file_upload.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://valums.com%2Fprojects%2Fajax-upload%2F">jQuery: Ajax file upload</a><br />
<strong> 时间日期类</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery UI Datepicker<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发的日期选择控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_UI_Datepicker.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://marcgrabanski.com%2Fcode%2Fui-datepicker%2F">jQuery UI Datepicker</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Date Picker<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Date Picker一个采用jQuery开发的日期选择控件。支持同时显示多个月份日历，标记特殊日期，易于通过CSS定制外观，自定义周的第一天，自定义月份和星期的显示名称。<br />
<img src="http://files.jb51.net/file_images/article/201105/Date_Picker.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://eyecon.ro%2Fdatepicker%2F">Date Picker</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Date Range Picker<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery UI1.6与jQuery UI CSS框架开发的日期选择控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/Date_Range_Picker.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.filamentgroup.com%2Flab%2Fdate_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework%2F">Date Range Picker</a></p>
<p>圆角类</p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Corner<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
不需要图片就能够创建各种圆角形状的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Corner.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.malsup.com%2Fjquery%2Fcorner%2F">jQuery Corner</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> JQuery Curvy Corners<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
用于创建圆角的jQuery插件。压缩之后大小只有9k。<br />
<img src="http://files.jb51.net/file_images/article/201105/JQuery_Curvy_Corners.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://blue-anvil.com%2Fjquerycurvycorners%2Ftest.html">JQuery Curvy Corners</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Corner<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
更多圆角效果的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQueryCorner1.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.methvin.com%2Fjquery%2Fjq-corner-demo.html">jQuery Corner</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Corners<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这是一个用于创建漂亮圆角效果的jQuery插件。不需要用到图片或其它特殊的标签。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Corners.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.atblabs.com%2Fjquery.corners.html">jQuery Corners</a></p>
<p><strong>评价类</strong><a href="http://www.hotbook.cn/"></a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Ajax Rater Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
能够动态创建Ajax Rater的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_Ajax_Rater_Plugin.jpg" border="0" alt="" /></p>
<p><a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.m3nt0r.de%2Fdevel%2FraterDemo%2F">jQuery Ajax Rater Plugin</a></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Star Rating widget<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 jQuery框架开发的评价控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/Star_Rating_widget.jpg" border="0" alt="" width="204" height="177" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://orkan.jaslo4u.pl%2Fstar_rating%2Findex.html">Star Rating widget</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Star Rating Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Star Rating Plugin是一个基于一组radio input boxes实现的星形评价控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/Star_Rating_Plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.fyneworks.com%2Fjquery%2Fstar-rating%2F%23tab-Overview">jQuery Star Rating Plugin</a></p>
<p><strong>其它</strong></p>
<p><img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jquery-aop<br />
为 JavaScript增加面向方面编程特性的jQuery插件。它能给任何函数添加<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://en.wikipedia.org%2Fwiki%2FAdvice_in_aspect-%2520oriented_programming">Advices</a>(<em>Before</em>、&lt;EM&amp; gt;After&lt; em&gt;与<em>Around</em>)。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fjquery-aop%2F">jquery-aop</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> xmlObjectifier<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发，能够把XML DOM转换成 JSON的JavaScript library。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.terracoder.com%2F">xmlObjectifier</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> JQuery Portlets<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件提供一些Portlets功能包括：drag/drop，expand，collapse等。<br />
<img src="http://files.jb51.net/file_images/article/201105/JQueryPortlets.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://sonspring.com%2Fjournal%2Fjquery-portlets">JQuery Portlets</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jScrollPane<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jScrollPane 这个jQuery插件可以让你通过简单的CSS设置就能够替换所有分块元素在浏览器中默认的垂直滚动条样式。<br />
<img src="http://files.jb51.net/file_images/article/201105/jScrollPane.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.kelvinluck.com%2Fassets%2Fjquery%2FjScrollPane%2FjScrollPane.html">jScrollPane</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> EasyDrag jQuery Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery Plugin能够为大部DOM元素添加拖放功能。<br />
<img src="http://files.jb51.net/file_images/article/201105/EasyDrag_jQuery_Plugin.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://fromvega.com%2Fwordpress%2F2007%2F07%2F14%2Feasydrag-jquery-plugin%2F">EasyDrag jQuery Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jFeed<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jFeed 是一个基于jQuery开发的RSS/ATOM Feed解析器。 jFeed能够解析RSS0.91、0.92、1.0、2.0和Atom1.0 Feeds。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.hovinne.com%2Fblog%2Findex.php%2F2007%2F07%2F15%2F132-jfeed-jquery-rss-atom-feed-parser-plugin">jFeed</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.UI ProgressBar Widget<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
采用 jQuery开发的进度条控件。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.UI.ProgressBar.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://mattberseth.com%2Fblog%2F2008%2F07%2Fjqueryui_progressbar_widget.html">jQuery.UI ProgressBar Widget</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Ajax Poll<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
利用 jQuery的Ajax和动画效果并给合PHP开发的投票系统。<br />
<img src="http://files.jb51.net/file_images/article/201105/poll-results.png" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://nettuts.com%2F.-ajax%2Fcreating-a-dynamic-poll-with-jquery-and-php%2F">Ajax Poll</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> JQuery Progress Bar<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发的进度条控件。在其网站上提供一个可以显示文件上传进度的例子，服务器端采用PHP处理。<br />
<img src="http://files.jb51.net/file_images/article/201105/jqueryprogressbar.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://t.wits.sg%2F2008%2F06%2F20%2Fjquery-progress-bar-11%2F">JQuery Progress Bar</a><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://malsup.com%2Fjquery%2Fform%2F">jQuery Form Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jTemplates<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
基于 jQuery开发的javascript模板引擎。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://jtemplates.tpython.com%2F">jTemplates</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Animated Collapsible DIV<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
为任何 DIV层添加<a href="http://www.jb51.net/list/list_62_1.htm" target="_blank"><span style="color: red;">Web2.0</span></a>风格的动画隐藏/显示效果。<br />
<img src="http://files.jb51.net/file_images/article/201105/Animated_Collapsible_DIV.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.dynamicdrive.com%2Fdynamicindex17%2Fanimatedcollapse.htm">Animated Collapsible DIV</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Simple Effects Plugins<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery 特效插件，可以实现收缩，隐藏，显示，淡入/淡出和上下滑动效果等．<br />
<img src="http://files.jb51.net/file_images/article/201105/Simple_Effects_Plugins.jpg" border="0" alt="" width="400" height="181" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.learningjquery.com%2F2008%2F02%2Fsimple-effects-plugins">Simple Effects Plugins</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.Hotkeys plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件能够帮助你快速创建键盘触发事件。支持任意组合键。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.Hotkeys.jpg" border="0" alt="" /><br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery.Hotkeys1.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://code.google.com%2Fp%2Fjs-hotkeys%2F">jQuery.Hotkeys plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jMP3<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jMP3 是一个采用jQuery开发的JavaScript MP3插放器，提供一种可以在页面上直接播放MP3的简便方式。<br />
<img src="http://files.jb51.net/file_images/article/201105/jMP3.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.sean-o.com%2Fjquery%2Fjmp3%2F">jMP3</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Pure<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Pure 是一个基于jQuery开发，能够动态生成HTML的JavaScript模板引擎。支持JSON数据。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://beebole.com%2Fpure%2F">Pure</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Chain.js<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Chain.js 是一个提供数据绑定功能的jQuery插件。用于自动生成Web内容，有利于数据与表现相分离。<br />
<img src="http://files.jb51.net/file_images/article/201105/Chain.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://github.com%2Fraid-ox%2Fchain.js%2Fwikis">Chain.js</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> ppDrag<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
ppDrag 是一个让页面元素拥有拖移（Drag&amp;Drop）效果的jQuery插件。<br />
<img src="http://files.jb51.net/file_images/article/201105/ppDrag.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://ppdrag.ppetrov.com%2F">ppDrag</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jqDnR<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jqDnR 一个轻量级jQuery插件能够让你拖拽任何元素、调整元素大小。<br />
<img src="http://files.jb51.net/file_images/article/201105/jqDnR.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://dev.iceburg.net%2Fjquery%2FjqDnR%2F">jqDnR</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Scroll Follow<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Scroll Follow是一个简单的jQuery插件。当滚动页面时，能够让DOM对象产生浮动跟随效果。<br />
<img src="http://files.jb51.net/file_images/article/201105/Scroll_Follow.jpg" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://kitchen.net-perspective.com%2Fopen-source%2Fscroll-follow%2F">Scroll Follow</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery Taconite Plugin<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
这个 jQuery插件能够利用单个Ajax调用结果同时更新多个DOM对象。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.malsup.com%2Fjquery%2Ftaconite%2F">jQuery Taconite Plugin</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery URL Parser<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
用于解析 URLs字符串的jQuery插件。方便你获取协议,主机,端口,查询参数,文件名,路径等。<br />
<img src="http://files.jb51.net/file_images/article/201105/jQuery_URL_Parser.gif" border="0" alt="" /><br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://projects.allmarkedup.com%2Fjquery_url_parser%2F">jQuery URL Parser</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> jQuery.xml2json<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
jQuery.xml2json 是一个能够将简单的XML转换成JSON对象的jQuery插件。<br />
<a href="http://www.ruanko.com:9090/uchome/link.php?url=http://www.fyneworks.com%2Fjquery%2Fxml-to-json%2F%23">jQuery.xml2json</a><br />
<img src="http://files.jb51.net/file_images/article/201105/icon_1.gif" border="0" alt="" /> Ajaxify<br />
<img src="http://files.jb51.net/file_images/article/201105/von.gif" border="0" alt="" /><br />
Ajaxify 这个jQuery插件能够将一个页面中的所有链接转换成Ajax加载和提交请求。</p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/commonly-used-in-the-collection-of-jquery-plugins-1000.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>使用Google API 有条件加载jQuery</title>
		<link>http://zmingcx.com/load-conditions-using-the-google-api-jquery.html</link>
		<comments>http://zmingcx.com/load-conditions-using-the-google-api-jquery.html#comments</comments>
		<pubDate>Sun, 01 May 2011 01:53:10 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4334</guid>
		<description><![CDATA[Google API提供了jQuery的文件，可以帮助我们省一些流量，而且如果其他网站也是用了这个文件，那么就完全可以在浏览器缓存中，无需再次下载，节省了很多 时间，但是如果有些情况下加载失败了，网页也不能就这样不能用了啊，所以我们还需要检测一下，如果没有加载成功，就再加载自己服务器上的。看看代码： &#60;!-- Grab Google CDN jQuery. fall back to local if necessary --&#62; &#60;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&#62;&#60;/script&#62; &#60;script&#62;!window.jQuery &#38;&#38; document.write('&#60;script src="js/jquery-1.4.2.min.js"&#62;&#60;\/script&#62;')&#60;/script&#62; 原文：使用Google API 有条件加载jQuery]]></description>
			<content:encoded><![CDATA[<p>Google  API提供了jQuery的文件，可以帮助我们省一些流量，而且如果其他网站也是用了这个文件，那么就完全可以在浏览器缓存中，无需再次下载，节省了很多 时间，但是如果有些情况下加载失败了，网页也不能就这样不能用了啊，所以我们还需要检测一下，如果没有加载成功，就再加载自己服务器上的。看看代码：</p>
<div class="dp-highlighter">
<ol class="dp-j">
<li class="alt"><span><span>&lt;!-- Grab Google CDN jQuery. fall back to local </span><span class="keyword">if</span><span> necessary --&gt; </span></span></li>
<li><span>&lt;script src=</span><span class="string">"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"</span><span>&gt;&lt;/script&gt; </span></li>
<li class="alt"><span>&lt;script&gt;!window.jQuery &amp;&amp; document.write('&lt;script src=</span><span class="string">"js/jquery-1.4.2.min.js"</span><span>&gt;&lt;\/script&gt;')&lt;/script&gt; </span></li>
</ol>
</div>
<p>原文：<a href="http://a.rockux.com/jquery/%E4%BD%BF%E7%94%A8Google-API-%E6%9C%89%E6%9D%A1%E4%BB%B6%E5%8A%A0%E8%BD%BDjQuery.html">使用Google API 有条件加载jQuery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/load-conditions-using-the-google-api-jquery.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Google网页字体在线服务</title>
		<link>http://zmingcx.com/google-web-fonts-online-services.html</link>
		<comments>http://zmingcx.com/google-web-fonts-online-services.html#comments</comments>
		<pubDate>Sun, 01 May 2011 01:19:46 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4332</guid>
		<description><![CDATA[目前网页上使用的字体都是常见的几种，如’Lucida Grande’, Verdana, Arial, Sans-Serif,中文常见的有宋体。要想用比较个性的字体就比较麻烦了，因为你不能保证客户端是否支持这种字体，常用的方法是用Photoshop 把文字制作成图片。 为了让网页设计更加灵活，Google从2010年5月19日启动了网页在线字体服务，并一口气发布了十八字体族。但与 Monotype Web Fonts、FontShop 等字体商不同，Google 这次开放的字体与它其他很多服务一样，完全免费。 Google 目前提供的字体共有十八种，均为目前比较流行的免费字体，包括为 Android 而开发的 Droid 系列，被称为“Fonts for Scholars”的 Cardo，为代码印刷而设计的 Inconsolata，业余之作而不胫走红的 Yanone Kaffeesatz 等等，其中最能引人注目的是字体师 John Fell 设计的 IM Fell 字体。 我想每个网页设计师都会觉得这是个好消息，又一个来自Google的福音吧！ 想使用它们吗？使用这些字体无需付费，也不必注册，只需要做简单的几步，举个例子，如果你想 在你的网页中使用“Tangerine”这种字体， 首先，在网页头部加入代码 &#60;link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"&#62; 然后，在你的CSS样式表中加入类似： body { font-family: 'Tangerine', serif; font-size: 48px; } 上面是让页面所有元素的字体都变成Tangerine,如果只想局部显示Tangerine字体只要改变CSS选择器就可以了！ 如果想详细的了解Google在线字体的话，请到官方主页http://code.google.com/webfonts 详 细使用方法http://code.google.com/apis/webfonts/docs/getting_started.html 原文来自淘 日本 竟然不知道Google还有这么一项服务，不过很可惜没有中文字体，因为大部分漂亮的中文字体都不是免费的，另外中文字体文件也比英文字体体积大了许多...]]></description>
			<content:encoded><![CDATA[<p>目前网页上使用的字体都是常见的几种，如’Lucida Grande’, Verdana, Arial, Sans-Serif,中文常见的有宋体。要想用比较个性的字体就比较麻烦了，因为你不能保证客户端是否支持这种字体，常用的方法是用Photoshop 把文字制作成图片。 为了让网页设计更加灵活，Google从2010年5月19日启动了网页在线字体服务，并一口气发布了十八字体族。但与 Monotype Web Fonts、FontShop 等字体商不同，Google 这次开放的字体与它其他很多服务一样，完全免费。</p>
<p>Google 目前提供的字体共有十八种，均为目前比较流行的免费字体，包括为 Android 而开发的 Droid 系列，被称为“Fonts for Scholars”的 Cardo，为代码印刷而设计的 Inconsolata，业余之作而不胫走红的 Yanone Kaffeesatz 等等，其中最能引人注目的是字体师 John Fell 设计的 IM Fell 字体。<br />
我想每个网页设计师都会觉得这是个好消息，又一个来自Google的福音吧！</p>
<p>想使用它们吗？使用这些字体无需付费，也不必注册，只需要做简单的几步，举个例子，如果你想 在你的网页中使用“Tangerine”这种字体，</p>
<p>首先，在网页头部加入代码</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;link rel=</span><span class="string">"stylesheet"</span><span> type=</span><span class="string">"text/css"</span><span> href=</span><span class="string">"http://fonts.googleapis.com/css?family=Tangerine"</span><span>&gt; </span></span></li>
</ol>
</div>
<p>然后，在你的CSS样式表中加入类似：</p>
<div class="dp-highlighter">
<ol class="dp-css">
<li class="alt"><span><span>body { </span></span></li>
<li><span> </span><span class="keyword">font-family</span><span>: 'Tangerine', </span><span class="string">serif</span><span>; </span></li>
<li class="alt"><span> </span><span class="keyword">font-size</span><span>: </span><span class="string">48px</span><span>; </span></li>
<li><span>}</span></li>
</ol>
</div>
<p>上面是让页面所有元素的字体都变成Tangerine,如果只想局部显示Tangerine字体只要改变CSS选择器就可以了！</p>
<p>如果想详细的了解Google在线字体的话，请到官方主页<a title="Google在线字体" href="http://code.google.com/webfonts" target="_blank">http://code.google.com/webfonts</a></p>
<p>详 细使用方法<a title="详 细使用方法" href="http://code.google.com/apis/webfonts/docs/getting_started.html" target="_blank">http://code.google.com/apis/webfonts/docs/getting_started.html</a></p>
<p>原文来自<a title="淘日本" href="http://cnnet.us/">淘 日本</a></p>
<blockquote><p>竟然不知道Google还有这么一项服务，不过很可惜没有中文字体，因为大部分漂亮的中文字体都不是免费的，另外中文字体文件也比英文字体体积大了许多...</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/google-web-fonts-online-services.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>IE9、 Firefox、Safari, Chrome的CSS3圆角属性</title>
		<link>http://zmingcx.com/css3-rounded-corners-to-achieve-ie9.html</link>
		<comments>http://zmingcx.com/css3-rounded-corners-to-achieve-ie9.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 04:33:53 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[圆角]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4273</guid>
		<description><![CDATA[这篇文章主要是记录一下，微软最新发布的 IE9 浏览器CSS 圆角属性，现在CSS3已经可以轻松实现跨浏览器的圆角效果，包括Firefox高版本，IE9，Safari，Chrome等高端浏览器。 我们这样去定义一个盒子模型： -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px; 在Firefox，和Chrome中的效果： 其中 -moz-border-radius 是 Firefox 实现圆角的私有属性，而 -webkit-border-radius是 webkit 内核浏览器（如 Safari 和 Chrome）实现圆角的私有属性。 我们也可以分别设置4个圆角的属性值，例如这样的样式： -moz-border-radius-topleft: 50px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-rightright-radius: 50px; -webkit-border-bottom-rightright-radius: 10px; -webkit-border-bottom-left-radius: 10px; 得到的效果如下图： 我们还可以使用CSS缩写样式实现圆角效果，例如下面的代码： -moz-border-radius: 50px 30px 20px 10px; -webkit-border-radius:20px 10px 5px 50px; 当然我们也可以为盒子模型添加边框属性： -moz-border-radius: 10px; -webkit-border-radius: 10px; [...]]]></description>
			<content:encoded><![CDATA[<p>这篇文章主要是记录一下，微软最新发布的 IE9 浏览器CSS 圆角属性，现在CSS3已经可以轻松实现跨浏览器的圆角效果，包括Firefox高版本，IE9，Safari，Chrome等高端浏览器。</p>
<p>我们这样去定义一个盒子模型：</p>
<div class="dp-highlighter">
<ol class="dp-css">
<li class="alt"><span><span>-moz-</span><span class="keyword">border</span><span>-radius: </span><span class="string">10px</span><span>; </span></span></li>
<li><span>-webkit-</span><span class="keyword">border</span><span>-radius: </span><span class="string">10px</span><span>; </span></li>
<li class="alt"><span> </span><span class="keyword">border</span><span>-radius:</span><span class="string">10px</span><span>; </span></li>
</ol>
</div>
<p>在Firefox，和Chrome中的效果：</p>
<p><img src="http://web.d-times.net/files/2011/01/011011.png" alt="圆角效果" width="336" height="120" /></p>
<p>其中 -moz-border-radius 是 Firefox 实现圆角的私有属性，而 -webkit-border-radius是 webkit 内核浏览器（如 Safari 和 Chrome）实现圆角的私有属性。</p>
<p>我们也可以分别设置4个圆角的属性值，例如这样的样式：</p>
<div class="dp-highlighter">
<ol class="dp-css">
<li class="alt"><span><span>-moz-</span><span class="keyword">border</span><span>-radius-topleft: </span><span class="string">50px</span><span>; </span></span></li>
<li><span>-moz-</span><span class="keyword">border</span><span>-radius-topright: </span><span class="string">10px</span><span>; </span></li>
<li class="alt"><span>-moz-</span><span class="keyword">border</span><span>-radius-bottomright: </span><span class="string">10px</span><span>; </span></li>
<li><span>-moz-</span><span class="keyword">border</span><span>-radius-bottomleft: </span><span class="string">10px</span><span>; </span></li>
<li class="alt"><span>-webkit-</span><span class="keyword">border-top</span><span>-</span><span class="string">left</span><span>-radius: </span><span class="string">10px</span><span>; </span></li>
<li><span>-webkit-</span><span class="keyword">border-top</span><span>-</span><span class="keyword">right</span><span class="string">right</span><span>-radius: </span><span class="string">50px</span><span>; </span></li>
<li class="alt"><span>-webkit-</span><span class="keyword">border-bottom</span><span>-</span><span class="keyword">right</span><span class="string">right</span><span>-radius: </span><span class="string">10px</span><span>; </span></li>
<li><span>-webkit-</span><span class="keyword">border-bottom</span><span>-</span><span class="string">left</span><span>-radius: </span><span class="string">10px</span><span>; </span></li>
</ol>
</div>
<p>得到的效果如下图：</p>
<p><img src="http://web.d-times.net/files/2011/01/011012.png" alt="圆角效果-2" width="500" height="113" /></p>
<p>我们还可以使用CSS缩写样式实现圆角效果，例如下面的代码：</p>
<div class="dp-highlighter">
<ol class="dp-css">
<li class="alt"><span><span>-moz-</span><span class="keyword">border</span><span>-radius: </span><span class="string">50px</span><span> </span><span class="string">30px</span><span> </span><span class="string">20px</span><span> </span><span class="string">10px</span><span>; </span></span></li>
<li><span>-webkit-</span><span class="keyword">border</span><span>-radius:</span><span class="string">20px</span><span> </span><span class="string">10px</span><span> </span><span class="string">5px</span><span> </span><span class="string">50px</span><span>; </span></li>
</ol>
</div>
<p>当然我们也可以为盒子模型添加边框属性：</p>
<p><img title="盒子模型添加边框属性后图示" src="http://web.d-times.net/files/2011/01/011013.png" alt="圆角边框" width="300" height="90" /></p>
<div class="dp-highlighter">
<ol class="dp-css">
<li class="alt"><span><span>-moz-</span><span class="keyword">border</span><span>-radius: </span><span class="string">10px</span><span>; </span></span></li>
<li><span>-webkit-</span><span class="keyword">border</span><span>-radius: </span><span class="string">10px</span><span>; </span></li>
<li class="alt"><span> </span><span class="keyword">border</span><span>-radius:</span><span class="string">10px</span><span>; </span></li>
<li><span class="keyword">border</span><span>:</span><span class="string">10px</span><span> </span><span class="string">solid</span><span> </span><span class="colors">#69F</span><span>; </span></li>
</ol>
</div>
<p>IE 9 没有使用私有属性，直接使用 border-radius 定义圆角，border-radius 是定义四个角都是圆角，如果要具体的一个角，可以使用下面四个属性：</p>
<div class="dp-highlighter">
<ol class="dp-css">
<li class="alt"><span><span class="keyword">border-bottom</span><span>-</span><span class="string">left</span><span>-radius:</span><span class="string">5px</span><span> </span></span></li>
<li><span> </span><span class="keyword">border-bottom</span><span>-</span><span class="keyword">right</span><span class="string">right</span><span>-radius:</span><span class="string">5px</span><span> </span></li>
<li class="alt"><span class="keyword">border-top</span><span>-</span><span class="string">left</span><span>-radius:</span><span class="string">5px</span><span> </span></li>
<li><span class="keyword">border-top</span><span>-</span><span class="keyword">right</span><span class="string">right</span><span>-radius:</span><span class="string">5px</span><span> </span></li>
</ol>
</div>
<p>貌似当圆角数值小于4px时将失效</p>
<p>参考文章：<a href="http://web.d-times.net/2011/01/10/rounded.html">http://web.d-times.net/2011/01/10/rounded.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/css3-rounded-corners-to-achieve-ie9.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery实现页面淡入淡出</title>
		<link>http://zmingcx.com/fade-jquery-to-achieve-the-page.html</link>
		<comments>http://zmingcx.com/fade-jquery-to-achieve-the-page.html#comments</comments>
		<pubDate>Mon, 14 Mar 2011 15:01:26 +0000</pubDate>
		<dc:creator>知更鸟</dc:creator>
				<category><![CDATA[Web前端]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jQuery教程]]></category>

		<guid isPermaLink="false">http://zmingcx.com/?p=4260</guid>
		<description><![CDATA[貌似现在Web设计都喜欢给页面加入淡入淡出效果，包括导航菜单、TAB菜单、图片幻灯等。如果整个页面也有一个淡入淡出的特效，可以让浏览者有一个暂短的视频休息间隙，是不是也很不错，将下面代码添加到&#60;/head&#62;标签前，记得不要忘了加载jQuery库， 简单的淡入效果： &#60;script type="text/javascript"&#62; //页面淡入淡出 $(document).ready(function() { $('body').hide().fadeIn(1000); }); &#60;/script&#62; 淡入淡出代码： &#60;script type="text/javascript"&#62; //页面淡入淡出 $(document).ready(function(){ $("body").css("display","none"); $("body").fadeIn("slow"); $("a[target],a[href*='javascript'],a.lightbox-processed,a[href*='#']").addClass("speciallinks"); $("a:not(.speciallinks)").click(function(){ $("body").fadeOut("slow"); $("object,embed").css("visibility","hidden"); }); }); &#60;/script&#62; 可惜这个特效在IE核心浏览器下效果欠佳，那就加个判断只让非IE核心浏览显示淡入淡出特效，在上面代码中加上： if(!+[1,]);else 例如： &#60;script type="text/javascript"&#62; //页面淡入淡出 if(!+[1,]);else $(document).ready(function() { $('#wrapper').hide().fadeIn(1000); }); &#60;/script&#62; 另外，选择body整个面可能对浏览器造成负担，可替换成某个标签选择器，只让部分DIV显示淡入淡出效果，比如上面的改为#wrapper。 淡入淡出代码参考自：http://xdrupal.org/jQuery-page-fadein-fadeout]]></description>
			<content:encoded><![CDATA[<p>貌似现在Web设计都喜欢给页面加入淡入淡出效果，包括导航菜单、TAB菜单、图片幻灯等。如果整个页面也有一个淡入淡出的特效，可以让浏览者有一个暂短的视频休息间隙，是不是也很不错，将下面代码添加到&lt;/head&gt;标签前，记得不要忘了加载jQuery库，<br />
简单的淡入效果：</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;script type=</span><span class="string">"text/javascript"</span><span>&gt; </span></span></li>
<li><span> </span><span class="comment">//页面淡入淡出 </span><span> </span></li>
<li class="alt"><span>$(document).ready(</span><span class="keyword">function</span><span>() { </span></li>
<li><span>$('body').hide().fadeIn(1000); </span></li>
<li class="alt"><span>}); </span></li>
<li><span>&lt;/script&gt; </span></li>
</ol>
</div>
<p>淡入淡出代码：</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;script type=</span><span class="string">"text/javascript"</span><span>&gt; </span></span></li>
<li><span> </span><span class="comment">//页面淡入淡出 </span><span> </span></li>
<li class="alt"><span>$(document).ready(</span><span class="keyword">function</span><span>(){ </span></li>
<li><span>$(</span><span class="string">"body"</span><span>).css(</span><span class="string">"display"</span><span>,</span><span class="string">"none"</span><span>); </span></li>
<li class="alt"><span>$(</span><span class="string">"body"</span><span>).fadeIn(</span><span class="string">"slow"</span><span>); </span></li>
<li><span>$(</span><span class="string">"a[target],a[href*='javascript'],a.lightbox-processed,a[href*='#']"</span><span>).addClass(</span><span class="string">"speciallinks"</span><span>); </span></li>
<li class="alt"><span>$(</span><span class="string">"a:not(.speciallinks)"</span><span>).click(</span><span class="keyword">function</span><span>(){ </span></li>
<li><span>$(</span><span class="string">"body"</span><span>).fadeOut(</span><span class="string">"slow"</span><span>); </span></li>
<li class="alt"><span>$(</span><span class="string">"object,embed"</span><span>).css(</span><span class="string">"visibility"</span><span>,</span><span class="string">"hidden"</span><span>); </span></li>
<li><span>}); </span></li>
<li class="alt"><span>}); </span></li>
<li><span>&lt;/script&gt; </span></li>
</ol>
</div>
<p>可惜这个特效在IE核心浏览器下效果欠佳，那就加个判断只让非IE核心浏览显示淡入淡出特效，在上面代码中加上：</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span class="keyword">if</span><span>(!+[1,]);</span><span class="keyword">else</span><span> </span></span></li>
</ol>
</div>
<p>例如：</p>
<div class="dp-highlighter">
<ol class="dp-c">
<li class="alt"><span><span>&lt;script type=</span><span class="string">"text/javascript"</span><span>&gt; </span></span></li>
<li><span> </span><span class="comment">//页面淡入淡出 </span><span> </span></li>
<li class="alt"><span> </span><span class="keyword">if</span><span>(!+[1,]);</span><span class="keyword">else</span><span> </span></li>
<li><span> $(document).ready(</span><span class="keyword">function</span><span>() { </span></li>
<li class="alt"><span> $('#wrapper').hide().fadeIn(1000); </span></li>
<li><span> }); </span></li>
<li class="alt"><span>&lt;/script&gt; </span></li>
</ol>
</div>
<p>另外，选择body整个面可能对浏览器造成负担，可替换成某个标签选择器，只让部分DIV显示淡入淡出效果，比如上面的改为#wrapper。<br />
淡入淡出代码参考自：<a title="jQuery页面淡入淡出效果" href="http://xdrupal.org/jQuery-page-fadein-fadeout" target="_blank">http://xdrupal.org/jQuery-page-fadein-fadeout</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zmingcx.com/fade-jquery-to-achieve-the-page.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

