SlideShare a Scribd company logo
1 of 9
Fundamental of
jQuery




Zhouquan.yezq
Senior Web Developer
Agenda
•   Selector
•   Array/Object
•   Event handing
•   Custom event
•   Deferred/promised
What    find something, then
jQuery   do some action
 does?
Selector
Native DOM Support                         jQuery Support
getElementById                             $(‘#id’)
getElementByTagName                        $(‘div’) element
getElementsByName                          $(‘input*name=“myinput”+’)
                                           $(‘*’)…


div.class1
div .class1
div > .class1
http://www.w3.org/TR/CSS21/selector.html
Array/Object
$.Each
$.Map
$.slice
Event Handing
• Capturing



• Bubbling




http://www.quirksmode.org/js/events_order.h
tml
W3C Model




   element1.addEventListener('click',doSomething2,true)




jQuery ‘s delegate method and Backbone view Event use the bubble phase.
Custom Event
$.trigger
$(‘li’).on(‘mycustomevent’,function(){
 //todo
})
$(‘li’).trigger(‘mycustomevent’);

Our pub/sub method idea come from here
Deferred/Promised
01: challenges with the Async programming
http://blogs.msdn.com/b/ie/archive/2011/09/11/asynchronous-programming-in-javascript-with-promises.aspx


02: jQuery
$.ajax({
      url: 'http://search.twitter.com/search.json',
      dataType: 'jsonp',
      data: { q: '#IE10', rpp: 100 }
      }).success(function (data) {
               /* handle data */
      }).error(function (error) {
               /* handle error */
});


03: How to make promised function

More Related Content

What's hot (20)

HTML5 and Mobile
HTML5 and MobileHTML5 and Mobile
HTML5 and Mobile
 
jQuery's Secrets
jQuery's SecretsjQuery's Secrets
jQuery's Secrets
 
Introduction to j_query
Introduction to j_queryIntroduction to j_query
Introduction to j_query
 
So long, jQuery, and thanks for all the fish!
So long, jQuery, and thanks for all the fish!So long, jQuery, and thanks for all the fish!
So long, jQuery, and thanks for all the fish!
 
How kris-writes-symfony-apps-london
How kris-writes-symfony-apps-londonHow kris-writes-symfony-apps-london
How kris-writes-symfony-apps-london
 
Jquery Basics
Jquery BasicsJquery Basics
Jquery Basics
 
JQuery
JQueryJQuery
JQuery
 
How Kris Writes Symfony Apps
How Kris Writes Symfony AppsHow Kris Writes Symfony Apps
How Kris Writes Symfony Apps
 
Jquery
JqueryJquery
Jquery
 
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 JavascriptjQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
jQuery UI Widgets, Drag and Drop, Drupal 7 Javascript
 
Web storage
Web storageWeb storage
Web storage
 
jQuery Way
jQuery WayjQuery Way
jQuery Way
 
Introducing jQuery
Introducing jQueryIntroducing jQuery
Introducing jQuery
 
An Introduction to Jquery
An Introduction to JqueryAn Introduction to Jquery
An Introduction to Jquery
 
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos AiresJavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
 
jQuery Behaviours
jQuery BehavioursjQuery Behaviours
jQuery Behaviours
 
jQuery Best Practice
jQuery Best Practice jQuery Best Practice
jQuery Best Practice
 
えっ、なにそれこわい
えっ、なにそれこわいえっ、なにそれこわい
えっ、なにそれこわい
 
Matters of State
Matters of StateMatters of State
Matters of State
 
International News | World News
International News | World NewsInternational News | World News
International News | World News
 

Viewers also liked

Oculus Collection 2010
Oculus Collection 2010Oculus Collection 2010
Oculus Collection 2010kjincan
 
Web performance
Web  performance Web  performance
Web performance Major Ye
 
Suzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R ChartSuzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R Chartsuzonnecrockett
 
Crowsnest Fire
Crowsnest FireCrowsnest Fire
Crowsnest Firemeryl77
 
Easy charting with
Easy charting withEasy charting with
Easy charting withMajor Ye
 
Suzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R ChartSuzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R Chartsuzonnecrockett
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsLinkedIn
 

Viewers also liked (9)

Oculus Collection 2010
Oculus Collection 2010Oculus Collection 2010
Oculus Collection 2010
 
Web performance
Web  performance Web  performance
Web performance
 
Suzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R ChartSuzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R Chart
 
Crowsnest Fire
Crowsnest FireCrowsnest Fire
Crowsnest Fire
 
Beaux Jardins
Beaux JardinsBeaux Jardins
Beaux Jardins
 
Easy charting with
Easy charting withEasy charting with
Easy charting with
 
transition
transitiontransition
transition
 
Suzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R ChartSuzonnecrockett Texas S Ta R Chart
Suzonnecrockett Texas S Ta R Chart
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving Cars
 

Similar to Jquery introduce

Similar to Jquery introduce (20)

22 j query1
22 j query122 j query1
22 j query1
 
Jquery
JqueryJquery
Jquery
 
Introduction.to.j query
Introduction.to.j queryIntroduction.to.j query
Introduction.to.j query
 
J query1
J query1J query1
J query1
 
Jquery introduction
Jquery introductionJquery introduction
Jquery introduction
 
international PHP2011_Bastian Feder_jQuery's Secrets
international PHP2011_Bastian Feder_jQuery's Secretsinternational PHP2011_Bastian Feder_jQuery's Secrets
international PHP2011_Bastian Feder_jQuery's Secrets
 
jQuery
jQueryjQuery
jQuery
 
Learning jquery-in-30-minutes-1195942580702664-3
Learning jquery-in-30-minutes-1195942580702664-3Learning jquery-in-30-minutes-1195942580702664-3
Learning jquery-in-30-minutes-1195942580702664-3
 
jQuery secrets
jQuery secretsjQuery secrets
jQuery secrets
 
Jquery
JqueryJquery
Jquery
 
Javascript essential-pattern
Javascript essential-patternJavascript essential-pattern
Javascript essential-pattern
 
jQuery besic
jQuery besicjQuery besic
jQuery besic
 
Jquery- One slide completing all JQuery
Jquery- One slide completing all JQueryJquery- One slide completing all JQuery
Jquery- One slide completing all JQuery
 
How I Learned to Stop Worrying and Love jQuery (Jan 2013)
How I Learned to Stop Worrying and Love jQuery (Jan 2013)How I Learned to Stop Worrying and Love jQuery (Jan 2013)
How I Learned to Stop Worrying and Love jQuery (Jan 2013)
 
JQuery
JQueryJQuery
JQuery
 
Unit3.pptx
Unit3.pptxUnit3.pptx
Unit3.pptx
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
Overlays, Accordions & Tabs, Oh My
Overlays, Accordions & Tabs, Oh MyOverlays, Accordions & Tabs, Oh My
Overlays, Accordions & Tabs, Oh My
 
jQuery secrets
jQuery secretsjQuery secrets
jQuery secrets
 
Jquery plugin development
Jquery plugin developmentJquery plugin development
Jquery plugin development
 

Jquery introduce