5月份8個新鮮和實用的jQuery插件
1. Percentage Loader : For Displaying Animated Progress
jQuery.PercentageLoader is a jQuery plugin for displaying a progress widget in more visually striking way than the ubiquitous horizontal progress bar / textual counter. Installation and use is quick and simple.
It makes use of HTML 5 canvas for a rich graphical appearance with only a 10kb (minified) javascript file necessary (suggested web font optional), using vectors rather than images so can be easily deployed at various sizes. It is open source released under BSD licensed.
Source
2. CoverScroll jQuery Plugin
Cover Flow is an animated, three dimensional graphical user interface integrated within iTunes, the Macintosh Finder, and other Apple Inc. products for visually flipping through snapshots of documents, website bookmarks, album artwork, or photographs. Cover Flow is browsed using the on-screen scrollbar, mouse wheel, gestures, or by selecting a file from a list, which flips through the pages to bring the associated image into view.
Source
3. SuperScrollorama
Superscrollorama is an advanced version of scrollorama plugin which helps you to create chic scrolling effects. It makes use of the feature-rich TweenMax and the Greensock Tweening Engine (make sure you check its license before using) for accomplishing the effects. It allows us to add tweens and timelines to it, targeting when an element appears in the viewport or at a specific scroll point.
Source
4. jQuery Verbose Calender
jQuery Verbose Calendar is a plugin for creating a calendar that displays the whole months and days of a year at the same time. The calendar can be inserted into any HTML element with a single function, there are very few parameters to customize but a callback exists when a date is clicked which is great for adding extra interactions.
Source
5. Cookiecuttr
This is a useful plugin that handles many scenarios you may need to obey the EU Cookie Law.
It enables you to hide any given parts of a website (the parts which generates cookies), and display sensitive modal boxes to users with asking for permission to use cookies.
Also, the plugin can show a “reset button” that can delete all the cookies for that website.
Source
6. CookieGuard
CookieGuard is a bit complicated yet feature-rich solution that allows defining cookies one-by-one and defining if they are “essential” or not.
Once it notifies the users about the cookies, they can select which ones to be activated or choose to enable all “essential” ones but not the others.
Source
7. Pageguide.js
Pageguide.js is a jQuery plugin that creates a “guide” button in our web pages and, when clicked, highlights the elements we wish with detailed information about them. If there are any steps in the guide, they are visualized with numbers besides each element and user can either click the highlighted elements or the next button to see the information about them.
The prev-next buttons have also support for auto-scrolling which is nice if the step to be displayed is not already in the viewport.
Source
8. cPrompt

The plugin displays a notification to visitors asking “if they let cookies by this site to be enabled”.
Depending on the status (the first time user visits the page, cookies are rejected or accepted), the notification bar changes colors.
Source