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

JQuery1.3.2 source code learning 1: $ what is it? What is jQuery?

JQuery1.3.2 source code learning This source code uses the current jQuery 1.3.2 version. download time:. Click here to download A function 1 /*! 2 * jQuery JavaScript Library v1.3.2 3 * http://jquery.com/ 4 * 5 * Copyright (c) 200

jquery Source code Analysis (vii)--Events Module event (ii)

() method: Attaches the delegate's event handler to the document element of a page, simplifying the use of event handling on dynamically added content on the page. This is similar to the delegate () method, except that all events are delegated to the Document object for processing, increasing the bubbling processing time. This method has now been deprecated and is not recommended for use. Let's use examples to illustrate:$ (' a '). Live (' click ', f

Learn to read jquery and other JS plugin source code

Many people think that jquery, ext and other open source JS source code is very obscure, read not understand, encountered problems need to debug also very laborious. In fact, I personally feel that there are several reasons for the main:1, some JS not commonly used syntax, operators are not familiar with2, a function i

Based on jquery, move the slider to the left and right for source code download,

Based on jquery, move the slider to the left and right for source code download, Before entering the text, paste it to you to see if you want the effect: Download demo source code online The code for setting the slider Based on

Implement left-right sliding switching of content based on jQuery and hwSlider with source code download (1) and jqueryhwslider

Implement left-right sliding switching of content based on jQuery and hwSlider with source code download (1) and jqueryhwslider Content slide switching is widely used. common applications include slide focus charts and gallery switching. With the wide application of WEB Front-end technology, the content sliding switching effect occupies an important position on t

JQuery1.9.1 location and size of the source code analysis series (13) _ jquery

This article mainly introduces the location and size operations of the jQuery1.9.1 source code analysis series (13th). If you need such information, please refer to the following section for more information. Thank you! JQuery.fn.css (propertyName [, value] | object) (the function is used to set or return the css style attribute values of the elements matching the current

JQuery1.9.1 ajax framework of the source code analysis series (16)-jquery-js tutorial

'}, {name: 'selecttm', value: 'selectm1 '}, {name: 'selecttm', value: 'selectm2'}, {name: 'key2 ', value: 0}…]) JQuery. param (serializeArray, traditional) (serialize the object array of the key/value pair to "key = value key = value ..." String ). Serialize directly calls jQuery. param (this. serializeArray. The source code

Jquery. ajax source code

The role of the framework is to simplify what we do, but it is flexible. Jquery is the mainstay of the js framework. It is flexible and powerful.Jquery encapsulates ajax perfectly, not to mention its powerful underlying ajax functions, but its upper-layer get, post, getscript, and getJson functions are quite handy for various applications. Why do we need to look at the source

Jquery source code study note 4

. Return ELEM. getattributenode (name ). nodevalue; // ELEM. tabindex doesn't always return the correct value when it hasn't been explicitly set // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ // Ie can only tabindex // standard browser with tabindex if (name = "tabindex ") {var attributenode = ELEM. getattributenode ("tabindex"); Return attributenode attributenode. Specified? Attributenode. Value: ELEM. nodename. Match (/(Button | input

The select drop-down based on jQuery can be input for source code download, jqueryselect

The select drop-down based on jQuery can be input for source code download, jqueryselect We know that the select drop-down box can only be selected and cannot be used to input content. Sometimes, when there are no information items to select in the drop-down box or many drop-down options, we can convert select to text, allowing users to enter the desired content,

[Original] jquery source code analysis-11 Dom traversal-Traversing-dom Traversal method

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. Attributes childnodes vs attributes children C

JQuery source code analysis and usage experience

JQuery source code analysis and usage experience Speaking of jQuery, you may intuitively think that jQuery's source code should be a jquery. xx. A file such as js. but when we see the r

JQuery source code analysis-05 introduction to asynchronous queue Deferred

returned (implemented by calling promise)Deferred. promise ()Returns the read-only view of deferred.The following describes the source code of jQuery. _ Deferred and jQuery. Deferred.5.3 jQuery. _ DeferredCopy codeThe Code is as

jQuery2.1.1 Source Code Analysis (i)---mini-jquery framework

/archive/2010/06/17/1759477.html2. function can be called with $The original code var jQuery = window.$ = Window.jquery;When you visit outside the closure, such as with JQuery, the window.jquery,$ is actually the same as the global variable. The global member in JS refers to adding properties to the window, and vice versa.3.$ ("DD"). Add (). Add ();In a logical o

jquery Event binding uncoupling mechanism source code Analysis _jquery

, Handler:handler, guid:guid, selector:selector, Needscontext:needscontext, namespace:namespace } ], "MouseMove": [ { type:type, Origtype:origtype, data:data, Handler:handler, guid:guid, selector:selector, Needscontext:needscontext, namespace:namespace } ] } } If you

10 cool jQuery and css3 animation plug-ins and source code, jquerycss3

10 cool jQuery and css3 animation plug-ins and source code, jquerycss3 1. jQuery cool plane clock special effect plug-in This is a very creative jQuery clock plug-in. Unlike other clock plug-ins, It is a disc or digital, It is a flat clock, the pointer of date and hour, minu

jquery Source Code Analysis-a detailed construction function

you remove new, loop execution;if (window = = this) return new JQuery (A,C); Parsing HTML strings, such as "divif (A.constructor = = String) {var m =/^[^if (m) a = Jquery.clean ([m[1]]);} If the parameter a is an array of elements, the Jqery.merge () is executed, otherwise the jquery.find () is executed;This.get (A.constructor = = Array | | a.length !a.nodetype a[0]! = undefined a[0].nodetype? Working with array of elements;Jquery.merge (A, [])://F

Analysis of addClass () method based on jQuery source code, jqueryaddclass

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

Jquery source code analysis: proxy, access, swap, and isArraylike

The jQuery tool method is actually a static method. In the source code, the extend method is used to add these tool methods to the jQuery constructor. JQuery. extend ({... guid: 1, unique identifier, related to the event. For example: functionshow () {alert (this) ;}, $ (# i

Jquery1.9.1 series of source code analysis (6) jQuery. ready_jquery-js of delayed object applications tutorial

This article mainly introduces jQuery in Jquery1.9.1 source code analysis series (6) Delayed object applications. for more information about ready, see jQuery initialization function. fn. in init, This is a branch. // Document ready simple syntax $ (function (){...})} Else if (jQ

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.