jquery examples with source code

Want to know jquery examples with source code? we have a huge selection of jquery examples with source code information on alibabacloud.com

jquery Source code Analysis (a)

parentheses) has a return value. This return value is actually the return value of the expression in parentheses.So, when we enclose the anonymous function with a pair of parentheses, the actual parentheses return is the function object of the anonymous functions.Therefore, the parenthesis pair plus the anonymous function is like the name of the function that we get its reference position.So if you add a parameter list after the reference variable, the invocation form of the normal function is

jquery syntax highlighting plug-ins support various program source code syntax coloring highlighting _jquery

) is used to highlight various source code in an HTML page. Supports more than 60 languages: PHP, HTML, C, Java, Java5, C #, Actionscript, Delphi, C + +, Groovy, Javascript, Perl, Pl/sql, Ruby, Python, SQL, XML, etc. It is easily integrated into systems such as dokuwiki,mambo,phpbb,wordpress and WikkaWiki. 8) Snippet Snippet is a cool jquery syntax highlighti

Nine cool apps and source code based on the jquery implementation

smooth.Online DemoSOURCE download9. HTML5/CSS3 Cue box animation with progress barToday we're going to share a HTML5 and CSS3-based cue box animation that prompts the user for errors on the page, prompts the user to complete the task, and so on. This animated cue box can have a fade-out animation effect when it appears and disappears, and a progress bar is built into the cue box, and the prompt box disappears when you finish the progress bar.Online DemoSOURCE downloadThis article fixed link: ht

10 Web front-end jquery effects preview and source code

scrolling jquery effect, automatically switch multiple images of the jquery effect, for everyone to share this reason is that the effect on the compatibility of IE6 above is perfect, the practicality is much wider.Online DemoSOURCE download8.jQuery fullscreen adaptive Focus map Toggle Effectjquery fullscreen adaptive Focus map switching effects, adaptive to the

JQuery source code analysis 1

Beginning yesterday, I decided to take a serious look at jQuery's source code, and select 1.7.2, which is derived from the version used by the company. Because the source code is relatively long, this will be a relatively persistent process, I will use the spare time, and the occasional work is not busy time to carry o

Analysis of addClass () method for interpreting jQuery source code

Analysis of addClass () method for interpreting jQuery source code This article mainly introduces the addClass () method of jQuery source code interpretation. The annotation form gives a detailed analysis of the implementation ski

[Original] jquery source code analysis-11 Dom traversal-Traversing-3 core functions

Author: nuysoft/high cloud QQ: 47214707 Email: nuysoft@gmail.comDisclaimer: This article is an original article. If you need to reprint it, please indicate the source and retain the original article link. Jquery source code analysis series (Continuous updates) 1. Dom traversal has three core functions:

Detailed description of the sizzle selector in jQuery source code analysis, jquerysizzle

Detailed description of the sizzle selector in jQuery source code analysis, jquerysizzle Preface Sizzle was originally used as a DOM selector in jQuery. Later, it was separated by John Resig to become a separate project and can be directly imported into the project for use. Click here:

I. Overall structure of jQuery source code parsing

1 (function (window, undefined) {2 // construct the jQuery object 3 var document = Invalid variable Doc ument, 4 navigator = window. navigator, 5 location = window. location; 6 var jQuery = (function () {7 var jQuery = function (selector, context) {8 return new jQuery. fn. init (selector, context, rootjQuery); 9}, 10 _

7 brilliant jQuery/HTML5 animations and source code

7 brilliant jQuery/HTML5 animations and source code JQuery is a very popular JavaScript framework. With jQuery, we can make simple animations, but with HTML5, such animations will become more colorful. This article shares seven jQuery

JQuery source code analysis series (38): queue operations

overload of the jQuery method is very serious, often, the same interface is set and get, regardless of whether the operator does not comply with the basic principles, but it is very practical. It is nothing more than caching the data. Why is the carrier a jQuery object, because the data is saved through the Data cache, data_priv = new data (); copy the code queu

The Apply method and call method of JavaScript function analysis from jquery source code _javascript Skill

Most recently, when using jquery's $.each method, it suddenly occurred to me that $.each ($ (' div '), function (index,entity) {}), which came out of this index and entity, and was dispensable, And so tall can tell us the current traversal of subscript and instance. So I looked at the jquery source code, and it's written like this: Debugging time to go is the

JQuery 1.2.6 source code comments Simplified Chinese version

, context );};// A simple way to check for HTML strings or ID strings// (Both of which we optimize)Var quickExpr =/^ [^ // Is it a simple selectorIsSimple =/^. [^: # \ [\.] * $ /,// Will speed up references to undefined, and allows munging its name.Undefined;JQuery. fn = jQuery. prototype = {Init: function (selector, context ){/// /// 1: $ (expression, context)-This function receives a string containing the

10 Web front-end based on jquery and CSS3 animation plugin and source code

album. The Sliphover also supports custom matte heights, animation time, font color, background color, text layout, and more. Reasonable collocation, I believe you can make your slides or albums more on the grade.Online DemoSOURCE download8.resizeend– window resizing post-processing event plug-inResizeend is a small jQuery plugin that can handle things after the size of the browser window changes. Although it is a very simple plug-in, but think more,

RemoveAttr () method analysis based on jQuery source code

This article mainly introduces the removeAttr () method of jQuery source code interpretation, and analyzes in detail the implementation skills of removeAttr method, which is of great practical value, for more information, see the removeAttr () method described in jQuery source

RemoveAttr () method analysis based on jQuery source code, jqueryremoveattr

RemoveAttr () method analysis based on jQuery source code, jqueryremoveattr This article analyzes in detail the removeAttr () method of jQuery source code interpretation. Share it with you for your reference. The specific analysis

Jquery source code analysis-each function

The jquery. Each method is used to traverse an array or object and process the elements currently traversed. jquery uses this function frequently. The following describes the function in detail: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /* !*

Explanation of jQuery source code: extend (), tool methods, instance methods, and jqueryextend

Explanation of jQuery source code: extend (), tool methods, instance methods, and jqueryextend This article describes how to interpret the jQuery source code extend (), tool methods, and instance methods. We will share this with y

Jquery source code analysis learning address

Http://www.ccvita.com/121.htmlWorking principle of jQuery and source code examplesHttp://www.cnblogs.com/haogj/archive/2010/04/19/1715762.htmlJquery prototype DiagramHttp://www.ihiro.org/blog/wp-content/uploads/2010/08/sizzle_flow1.jpgJquery SelectorHttp://www.cnblogs.com/lovesueee/archive/2012/10/18/2729829.htmlJquery 1.8.2

Jquery-based web Front-end 10 different application previews and source code, and jqueryweb front-end 10

Jquery-based web Front-end 10 different application previews and source code, and jqueryweb front-end 10 1. Web page gray (css + js), compatible with IE7-10, FF, Chrome, Opera On that day, many media have stopped some entertainment activities, and some websites have dimmed their themes or logos. So how can we make the pictures or text on the webpage gray? Downlo

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

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.