Helps you simplify the development of jQuery plug-ins, and simplifies jquery plug-ins

Source: Internet
Author: User

Helps you simplify the development of jQuery plug-ins, and simplifies jquery plug-ins
Vanity Toolset

Vanity toolset is a set of convenient UI tools that can help you quickly build slides, spotlights, placeholder, and hide related UIS. It has completed most of the UI functions, you only need to spend a little time building a complete functional UI.

Percentageloader

This beautiful progress bar plug-in can help you quickly build a function-rich loading bar, so that your interface is not the same.

Blur. JS

A jQuery plug-in that helps you create element transparency.

 

GIPS

A clean and tidy tool prompts jQuery plug-in, Gips-based free materials

NESTABLE

A jQuery plugin that helps you implement hierarchical drag-and-drop lists

NOTIFY

A jQuery plug-in implementing notifications can help you quickly and easily add simple notification notifications.

HAMMER. js

A jQuery plugin that helps you better support Touch devices

TYPEBUTTER

Allows you to set Optical Kerning for any font)

WEBSANOVA PAINT

A jQuery drawing application allows you to save your graffiti

IPICTURE

To help you create jQuery plug-ins for interactive images by adding descriptions

ADIPOLI

A jQuery plugin that helps you create various floating Effects

THE WOOKMARK JQUERY PLUGIN

A grid layout jQuery plug-in that imitates wookmark.com. It can help you dynamically layout column elements.

Pageguide. js

A jQuery plug-in that helps you create user-friendly user guides



Magnifiers implemented using jQuery and CSS

Simple and amazing CSS3 border transition effect

Accordion style slider in CSS3

 

Use the combination of jQuery and CSS3 to flip the slider

 

Display product information with CSS3 3D Transformation

 

Creative CSS3 animation menu

Experiment CSS3 Animated Image Conversion

 

3D thumbnail hover Effect

 

Examples of CSS3 and jQuery

 

Use CSS 3D to create an image gallery

Blur effects produced by CSS3 and jQuery

 

Via queness/oschina


What should I pay attention to when developing a jquery plug-in that can be used multiple times on a page?

Do not repeat public variables. Please refer to this article: www.gbin1.com/...ugins/ to help you develop high-quality jQuery plug-ins.

JQUERY plug-in development object method plug-in

Var Util = {};
Util. test = function (o ){
Defaults = $. extend ({
Some parameters...
}, 0 );
}
$. Extend (Util. test ,{
Getter: function (){
Getter method...
},
Setter: function (){
Setter method...
}
});
Util. test. getter (); // call the getter method externally

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.