40个让你的网站对用户更友好的 jQuery插件

jopen 11年前

1. FlowType.js

40个让你的网站对用户更友好的 jQuery插件
FlowType.JS is a jQuery plugin which can auto-resize the font-size and line-height (according to the width of the element wrapping it) so that our content is displayed just as we prefer. The plugin has options for setting the min/max font-sizes and min/max widths where the resizing will be triggered. It also works fine with webfonts and a nice demo shows how it works (just resize the browser for the demo page).
 
Download  

2.jQuery Flat Shadow

40个让你的网站对用户更友好的 jQuery插件
jQuery Flat Shadow is a plugin which can add this fading shadow to everything targeted. It is possible to define the shadow color, angle and enable/disable the fading.
 
Download  

3. Arbitrary Anchor JS

40个让你的网站对用户更友好的 jQuery插件
Arbitrary.Anchor.js is a jQuery plugin that extends the standard anchor functionality (linking with #). It enables us to target not only ids but any jQuery selector (like classes or element types). Also, complex selectors can be used as well. (like http://example.com#.sup.brah – that needs to match both of the classes). The clicked links are automatically scrolled with a smooth scrolling effect. And, this scrolling behavior’s speed can be customized by adding the ms value to the link (like http://example.com#.sup.brah|100).
 
Download  

4. tidyTime.js

40个让你的网站对用户更友好的 jQuery插件
tidyTime.js is a jQuery plugin for displaying the time in a friendly way. The time values are converted to strings like: “quarter past 9″, “5 o’clock”, “3 to 8″, etc. And, the plugin allows us to insert custom string before and after the time, like: “Hey, it’s 10 minutes to 4. Be quick!”. It is possible to set different strings for specific timestamps too and a callback exists when tidyTime is triggered.
 
Download  

5. Sticky-Kit

40个让你的网站对用户更友好的 jQuery插件
Sticky-Kit is a very handy jQuery plugin that simplifies creating/managing such sticky elements and comes with features for complex use. These features include “the handling of multiple stick elements”, “enabling/disabling the behavior depending on elements’s position in viewport” and callbacks. It also has a function for recalculating the dimensions and elements which eases the usage on browser resizes.
 
Download  

6. Owl Carousel

40个让你的网站对用户更友好的 jQuery插件
Owl Carousel is a jQuery plugin that allows us to create responsive carousel sliders so quickly. The plugin is touch-friendly and capable of featuring any HTML content with almost any markup. It has options for setting the pagination/sliding speed, enabling/disabling auto-play, showing bullet navigation and more. Also, it is possible to define the number of items to be shown on desktop, tablet + mobile separately and Owl Carousel will handle that automatically.
 
Download  

7. SlimMenu

40个让你的网站对用户更友好的 jQuery插件
SlimMenu converts an unordered list with any depth into a menu with sub-menus and, for smaller screens, the menu becomes a drill-down navigation. It is touch-friendly and has several options for customization like the animation or its speed.
 
Download  

8. Tabulous.js

40个让你的网站对用户更友好的 jQuery插件
Tabulous.js is a lightweight jQuery plugin that simplifies creating them with a plain HTML structure. The tabs created can be styled with CSS and multiple switching effects exist (slide, scale, scale up and flip). It has no complicated features, just the tabs, its effect and that’s all as, sometimes, that’s all we need.
 
Download  

9. EasyAB

40个让你的网站对用户更友好的 jQuery插件
It is a jQuery (and Zepto) plugin for quickly creating A/B and multivariate tests. Once an action is triggered, they are recorded using the custom variables of Google Analytics. Any number of variations can be added and they can be customized with JavaScript functions.
 
Download  

10. S Gallery

40个让你的网站对用户更友好的 jQuery插件
S Gallery is another jQuery image gallery plugin that displays images in a responsive grid. It is inspired from the gallery in Sony’s product pages (which is made with Flash) and mimics that completely. Once an item is clicked and focused, it is possible to browse others with prev-next buttons or via keyboard.
 
Download  

11. Twenty Twenty

40个让你的网站对用户更友好的 jQuery插件
TwentyTwenty, a visual diff tool, makes it easy to spot them. It works by stacking two images on top of each other. As the slider moves across the image, it makes use of the CSS clip property to trim the image on the left. This allows the image on the right to show through the container.
 
Download  

12. SMint

40个让你的网站对用户更友好的 jQuery插件
Smint is a simple jQuery plugin that helps with the navigation on one page style websites. It has 2 main elements, a sticky navigation bar that stays at the top of the page while you scroll down and menu buttons that automatically scroll the page to the section you clicked on. SMINT is a simple plugin, so only has an option for how fast the page scrolls. The default speed is 500 (half a second) but you can now set that to be whatever you like. The download comes with demo included so feel free to use that as a staring template for your own one page website.
 
Download  

13. Loda Button : Animates Buttons When Loading

40个让你的网站对用户更友好的 jQuery插件
Loda Button is a simple jQuery plugin animates the button’s icon as the data are being fetched from the server. The classes loda-btn and loda-icon are used by the plugin to style the button. The styling is quite simple and done in loda-button.css. The animation is created using CSS3′s animation, transitions and transforms, which are supported by Chrome, Firefox, Opera, and IE10.
 
Source  

14. Pop Easy

40个让你的网站对用户更友好的 jQuery插件
PopEasy is a light weight jQuery plugin that is a must have for any developer to easily create modal windows. Put focus on important elements by applying a mask to your page and opening a customizable pop up modal window.
To use multiple modals on one page, you must sync the href attribute of the trigger to the id of the div you wish to open. This works the same with transitioning from one open modal to another. Just place a link in the modal you wish to leave with an href attribute matching the id of the next modal.
 
Source  

15. Reveal

40个让你的网站对用户更友好的 jQuery插件
Reveal is awesome because it’s easy to implement, is cross-browser compatible with modern browsers (with some graceful degradation of course) and lightweight coming in at only 1.75KB. Setting up Reveal modals is only three easy steps. Attach the needed files, drop in your modal markup then add an attribute to your button. Reveal is licensed to use and abuse under the MIT license.
 
Source  

16. Hide/Show Password Plugin

40个让你的网站对用户更友好的 jQuery插件
Hide/show Password plugin lets you easily hide and reveal the contents of a password input field. The coolest part about this plugin is the “innerToggle” option. When true, it will create a nifty hide/show control you can style as you like. It even maintains the input focus when tapped in a touch browser.
 
Source  

17. Readmore.js

40个让你的网站对用户更友好的 jQuery插件
Readmore.js is a a smooth, lightweight jQuery plugin for collapsing and expanding long blocks of text with “Read more” and “Close” links. The required markup for Readmore.js is also extremely lightweight and very simple. No need for complicated sets of divs or hardcoded class names, just call .readmore() on the element containing your block of text and Readmore.js takes care of the rest.
 
Source  

18. Scroll Up

40个让你的网站对用户更友好的 jQuery插件
ScrollUp is a lightweight jQuery plugin to create a customizable “Scroll to top” feature that will work with any website, with ease. To create a visible line to help determine an ideal scroll distance from the top, assign a valid CSS color to the activeOverlay setting.
 
Source  

19. FlipClock.js

40个让你的网站对用户更友好的 jQuery插件
FlipClock.js is a jQuery plugin which replicates an effect by which to present anything related to time. It has support for working as a clock, countdown or timer and can be customized completely with CSS. There is an option for auto-start, multiple methods exist for controlling it (start, stop, getTime, setTime..) with their callbacks. Also, it has a full-featured API for extending the functionality further.
 
Source  

20. Mobiscroll

40个让你的网站对用户更友好的 jQuery插件
Mobiscroll is a wheel scroller/Date and Time picker jQuery plugin for touch devices (Android phones, iPhone, iPad, Galaxy Tab). The control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). The control is themable. You can easily change the appearance of if in CSS. It also comes with pre-defined, nice looking color schemes. It has been tested on iOS4, Android 2.2, Android 2.3, Chrome, Safari, Firefox, IE9.
 
Source  

21. Minimit Gallery

40个让你的网站对用户更友好的 jQuery插件
Minimit Gallery is a highly customizable, library agnostic plugin that does galleries, slideshows, carousels, slides, practically everything that has multiple states in less than 10kb Using Minimit Gallery you have more time to focus on the ideation and the dynamics of your interface, all the logic functionality instead is managed by the plugin. It’s designed for advanced JavaScript/Jquery programmers because you need to code all the animations and the css of the gallery. It has been tested on IE7+, Firefox, Safari and Chrome.
 
Source & Demo  

22. Cycle 2

40个让你的网站对用户更友好的 jQuery插件
Cycle, a pretty old yet very popular jQuery slideshow plugin now has a new, improved version: Cycle2. The plugin is perfect for anyone looking to create a completely customized slideshow as it does not declare any markup or style. And, its functionality is flexible too. Cycle2 supports responsive layouts, has options for everything (global and per slide) and can be extended easily using a full-featured API.
 
Source & Demo  

23. Circular Content Carousel

40个让你的网站对用户更友好的 jQuery插件
This plugin uses slider which holds the content along with their brief description, when users click on content a small box expands next to the content slider, where users can read and see the detail information related to the topic and slider yet navigates.
 
Source
& Demo
 

24. Tooltipster

40个让你的网站对用户更友好的 jQuery插件
Tooltipster is a jQuery plugin for quickly creating HTML5-validated and flexible tooltips. The plugin is small-in-size (4.8kb minified), works fast and can be customized with ease. Its look can be changed with CSS (theme support) and the position of the arrow, following the mouse, delay/period of the appearance can all be defined.
 
Source  

25. Colortip

40个让你的网站对用户更友好的 jQuery插件
It converts the title attributes of elements within your page, into a series of colorful tooltips. Six color themes are available, so you can easily match it with the rest of your design. You can also easily create your own tooltip designs by just including three additional style classes to your stylesheet and adding an element to the supported colors array in colortip-1.0-jquery.js.
 
Source  

26. MasonJS

40个让你的网站对用户更友好的 jQuery插件
MasonJS jQuery Plugin was created to solve a problem with most grid system currently available. Gaps. When using Masonry, Isotope or any of the other grid plugins out there sometimes your grid will contain gaps or ragged edges. Mason was made to fill those gaps in.
MasonJS looks at your grid and finds all of the elements that compose the grid. It creates a matrix of a perfect grid based on the sizes of those elements, and determines where the gaps are by looping over each block in the grid. it then fills in those gaps with filler elements, that you can define or it will duplicate elements in your grid.
 
Source  

27. Unslider

40个让你的网站对用户更友好的 jQuery插件
Unslider is the jQuery slider that just slides. No fancy effects or unnecessary markup, and it’s less than 3kb. It’s fluid, flexible, fantastically minimal. Unslider’s been tested in all the latest browsers, and it falls back magnificently for the not-so-latest ones. If you want to, you can add keyboard arrow support. Not all slides are created equal, and Unslider knows it. It’ll stylishly transition heights with no extra code. You’ll be hard pressed to find a site that’s not responsive these days. Unslider’s got your back. It’s totally responsive.
 
Source  

28. Camera : jQuery Slideshow Plugin with Touch Support

40个让你的网站对用户更友好的 jQuery插件
The developer of Diapo has created a fresh plugin named Camera which has more features and works very well with responsive layouts. Slides can be created with any HTML elements (images, text, videos, etc.) and Camera displays them with a good looking interface + a set of transitions.
 
Source  

29. Royal Slider

40个让你的网站对用户更友好的 jQuery插件
Royal Slider is a jQuery plugin for displaying any HTML content (images, videos, text..) inside a slider interface and comes with awesome features. The slider is very customizable with 50+ options, 4 skins with PSD files, 9 pre-built templates (and more coming) and full CSS styling. It works in all major browsers, the output is responsive down to mobile (touch friendly) and works fast, thanks to CSS3 animations (with JS fallback). The slider also loads fast independently from the number of slides as there is lazy-loading (only next few items are loaded).
 
Source  

30. Progression.js

40个让你的网站对用户更友好的 jQuery插件
Progression.js is a jQuery plugin that gives users real time hints & progress updates as they complete forms. All you have to do is to give your form a unique ID. You then need to add a data attribute of data-progression to each element that needs to be a step in the form progression. Once you have created your form you will need to initiate the plugin.
 
Download  

31. jQuery Swatches

40个让你的网站对用户更友好的 jQuery插件
jQuery.swatches is a free to use that turns a one-line div into a sweet color swatch. You can customize the class as you want. Using different classes would allow you to render groups of swatches at individual times by calling swatchify() on a different selector.
 
Download  

32. jPages : JavaScript Powered Pagination

40个让你的网站对用户更友好的 jQuery插件
jPages is a client-side pagination script (a jQuery plugin) with features like keyboard + scroll navigation, auto page turn, delayed display and a customizable navigation panel. Any number of pagination elements can be inserted into the same page and they can be positioned with ease.
 
Download  

33. FitText

40个让你的网站对用户更友好的 jQuery插件
FitText is a simple yet very functional jQuery plugin for making sure a text fits into a defined element. It auto-updates the font-size in accordance with the width of an element wrapping it and guarantees a non-broken layout (because of the font size) even if the page is displayed from a mobile or desktop browser. And, there are some options provided for a fine-tune including the ability to set “level of scaling” and mentioning min-max sizes
 
Download  

34. FitVids.js

40个让你的网站对用户更友好的 jQuery插件
FitVids.js is a lightweight, easy to use jQuery plugin for fluid width video embeds. FitVids automatically sets the intrinsic ratio Method to achieve fluid width videos in your responsive web design.
 
Download  

35. Swipebox

40个让你的网站对用户更友好的 jQuery插件
Swipebox is a jQuery lightbox plugin that has support for touch events and works well in responsive layouts. It can display a single item or a group of items (gallery) where they can be browsed with swipe gestures or keyboard too. The plugin mostly uses CSS transitions and has jQuery fallback for unsupported browsers.
 
Download  

36. Turn.js

40个让你的网站对用户更友好的 jQuery插件
Turn.js is a jQuery plugin that has lovely and smooth page flip transitions. The first page acts as the cover and the rest can be browsed by simply turning the pages from any desired corner. Turn.js is only 15kb, works on mobile & tablet browsers as well and makes use hardware acceleration.
 
Download  

37. imBookFlip

40个让你的网站对用户更友好的 jQuery插件
imBookFlip plugin can display the book-like content in an iframe or directly on the page. Its pages can be set to turn when manually clicked or as an auto play, sadly, no support for dragging a page. Also, its API allows directly pointing to a desired page.
 
Download  

38. Booklet

40个让你的网站对用户更友好的 jQuery插件
Booklet is probably the plugin with most options in this list as it allows configuring each variable. The JavaScript turning page effect is not that strong as it keeps things within corners (no overflows from the book itself) but works solid. Pages can be turned manually, via keyboard, prev-next links or automatically (autoplay). Each page also has a unique URL (using hashtags). It has support chapters, ca show page numbers and callbacks exist for further interaction.
 
Download  

39. Gmaps.js

40个让你的网站对用户更友好的 jQuery插件
GMaps.js is a feature-rich jQuery plugin, helps consuming Google Maps much easier. Besides adding a standard map of a specific location, we can define the zoom level, add markers, get the location of a user (HTML5 geolocation), define routes, draw polylines and more with only few lines of code.
 
Download  

40. JQVMap

40个让你的网站对用户更友好的 jQuery插件
JQVMap is a jQuery plugin for rendering vector maps by using SVG for modern browsers and VML for the rest. It is a heavily modified version of another plugin, jVectorMap, and comes with ready-to-use maps of “world, USA, Europe and Germany”. There are several customization options for beautifying the maps including colors, borders or their opacities.

 
Download