SlideShare ist ein Scribd-Unternehmen logo
1 von 19
Nov 16, 2009 jQuery Framework Presented by, Jagadeesh Motamarri Lead Developer [Property Content]
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  History ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Page 2 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  Why jQuery ? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Page 3 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  What jQuery Does? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Page 5 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  Getting Started Page 6 of 20 ,[object Object],[object Object],[object Object],[object Object]
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  <html> <head> <script src=“jQuery.js” type=“text/javascript” /> <script type=“text/javascript”> $(document).ready(function(){ // your stuff goes here }); </script> </head> <body> </body> </html> Getting Started cont… Page 7 of 20
Some Basics…. Page 8 of 20 © 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],jQuery – CSS – Element Selection Page 9 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery – XPath – Element Selection ,[object Object],[object Object],[object Object],[object Object],Page 10 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery – XPath + RegEx ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Page 11 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery - Selectors //selects 2 nd div from the set  $('div.someclass:eq(0)')  // same as above but CSS based  $('div.someclass:nth-child(1)')  Other examples –  $('tr:odd') // select all odd rows  $('tr:even') // select all even rows  More –  $ (‘h2:first’) $(‘h2:last’) $(‘p:visible’) $(‘p:hidden’) $(‘input:password’) $(‘input:text’)  $(‘p:odd’)  Page 12 of 20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery - Attributes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Page 16 of  20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery – DOM Traversal ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Page 17 of  20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery - Events $( “p” ). hover (function() {… // when you hover over all p tags..  $( “a” ). click (function() {… // when you click on any anchor tag..  $(&quot;select&quot;).bind(&quot;change&quot;, function() { … // do something when you change dropdown $(&quot;input&quot;).bind(&quot;keyup&quot;, function(event) { … // bind a key up event to an input element Page 18 of  20
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery – AJAX Page 19 of  20 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  jQuery – Animation Page 19 of  20 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  Page 20 of  20 jQuery in Property Content ,[object Object],[object Object],[object Object],[object Object]
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  Page 20 of  20 References http:// www.jquery.com http://docs.jquery.com http://www.slideshare.net/manugoel2003/extending-jquery
© 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved.  Thank You !! Page 20 of  20

Weitere ähnliche Inhalte

Was ist angesagt?

Jquery presentation
Jquery presentationJquery presentation
Jquery presentationMevin Mohan
 
jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009Remy Sharp
 
Unobtrusive javascript with jQuery
Unobtrusive javascript with jQueryUnobtrusive javascript with jQuery
Unobtrusive javascript with jQueryAngel Ruiz
 
jQuery: Nuts, Bolts and Bling
jQuery: Nuts, Bolts and BlingjQuery: Nuts, Bolts and Bling
jQuery: Nuts, Bolts and BlingDoug Neiner
 
Introduction to j query
Introduction to j queryIntroduction to j query
Introduction to j querythewarlog
 
jQuery (DrupalCamp Toronto)
jQuery (DrupalCamp Toronto)jQuery (DrupalCamp Toronto)
jQuery (DrupalCamp Toronto)jeresig
 
Reactive Type-safe WebComponents
Reactive Type-safe WebComponentsReactive Type-safe WebComponents
Reactive Type-safe WebComponentsMartin Hochel
 
jQuery Features to Avoid
jQuery Features to AvoidjQuery Features to Avoid
jQuery Features to Avoiddmethvin
 
jQuery (MeshU)
jQuery (MeshU)jQuery (MeshU)
jQuery (MeshU)jeresig
 
An in-depth look at jQuery UI
An in-depth look at jQuery UIAn in-depth look at jQuery UI
An in-depth look at jQuery UIPaul Bakaus
 
JavaScript Libraries (Kings of Code)
JavaScript Libraries (Kings of Code)JavaScript Libraries (Kings of Code)
JavaScript Libraries (Kings of Code)jeresig
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQueryZeeshan Khan
 
An in-depth look at jQuery
An in-depth look at jQueryAn in-depth look at jQuery
An in-depth look at jQueryPaul Bakaus
 

Was ist angesagt? (20)

Jquery presentation
Jquery presentationJquery presentation
Jquery presentation
 
jQuery
jQueryjQuery
jQuery
 
D3.js and SVG
D3.js and SVGD3.js and SVG
D3.js and SVG
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
jQuery
jQueryjQuery
jQuery
 
jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009
 
jQuery Introduction
jQuery IntroductionjQuery Introduction
jQuery Introduction
 
Unobtrusive javascript with jQuery
Unobtrusive javascript with jQueryUnobtrusive javascript with jQuery
Unobtrusive javascript with jQuery
 
jQuery: Nuts, Bolts and Bling
jQuery: Nuts, Bolts and BlingjQuery: Nuts, Bolts and Bling
jQuery: Nuts, Bolts and Bling
 
Introduction to j query
Introduction to j queryIntroduction to j query
Introduction to j query
 
jQuery (DrupalCamp Toronto)
jQuery (DrupalCamp Toronto)jQuery (DrupalCamp Toronto)
jQuery (DrupalCamp Toronto)
 
Reactive Type-safe WebComponents
Reactive Type-safe WebComponentsReactive Type-safe WebComponents
Reactive Type-safe WebComponents
 
jQuery Features to Avoid
jQuery Features to AvoidjQuery Features to Avoid
jQuery Features to Avoid
 
jQuery (MeshU)
jQuery (MeshU)jQuery (MeshU)
jQuery (MeshU)
 
An in-depth look at jQuery UI
An in-depth look at jQuery UIAn in-depth look at jQuery UI
An in-depth look at jQuery UI
 
JavaScript Libraries (Kings of Code)
JavaScript Libraries (Kings of Code)JavaScript Libraries (Kings of Code)
JavaScript Libraries (Kings of Code)
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
Jquery
JqueryJquery
Jquery
 
An in-depth look at jQuery
An in-depth look at jQueryAn in-depth look at jQuery
An in-depth look at jQuery
 
jQuery Essentials
jQuery EssentialsjQuery Essentials
jQuery Essentials
 

Andere mochten auch

Modal1
Modal1Modal1
Modal1Damisa
 
Filipino salads
Filipino saladsFilipino salads
Filipino saladsPersia
 
2014 Asdenca - On the applicability of concepts from variability modelling in...
2014 Asdenca - On the applicability of concepts from variability modelling in...2014 Asdenca - On the applicability of concepts from variability modelling in...
2014 Asdenca - On the applicability of concepts from variability modelling in...CaaS EU FP7 Project
 
The Red River March Catalogue Part 1 B
The Red River   March Catalogue   Part 1 BThe Red River   March Catalogue   Part 1 B
The Red River March Catalogue Part 1 BNilakshi_Das
 
Po l llopis i mendez
Po l llopis i mendezPo l llopis i mendez
Po l llopis i mendezgranellmiquel
 
тиждень безпеки в днз № 25 «радість»
тиждень безпеки в днз № 25 «радість» тиждень безпеки в днз № 25 «радість»
тиждень безпеки в днз № 25 «радість» jekah
 
파밀 ios팀은 이런걸 했다능..
파밀 ios팀은 이런걸 했다능..파밀 ios팀은 이런걸 했다능..
파밀 ios팀은 이런걸 했다능..anyoungmo
 
Alcatel-Lucent KS24371L1
Alcatel-Lucent KS24371L1Alcatel-Lucent KS24371L1
Alcatel-Lucent KS24371L1savomir
 
Town of Princeton Show & Shine Princeton BC Canada July 05 2014
Town of Princeton Show & Shine Princeton BC Canada July 05 2014 Town of Princeton Show & Shine Princeton BC Canada July 05 2014
Town of Princeton Show & Shine Princeton BC Canada July 05 2014 P. Anna Paddon
 
Chris Plackett's presentation at NFU Conference 2010
Chris Plackett's presentation at NFU Conference 2010Chris Plackett's presentation at NFU Conference 2010
Chris Plackett's presentation at NFU Conference 2010Farm Energy
 
A Warfor Your Soul Fellowship 091209
A Warfor Your Soul Fellowship 091209A Warfor Your Soul Fellowship 091209
A Warfor Your Soul Fellowship 091209Diane Mathis
 
Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...prjpublications
 

Andere mochten auch (17)

Modal1
Modal1Modal1
Modal1
 
Gebeurtenis
GebeurtenisGebeurtenis
Gebeurtenis
 
Filipino salads
Filipino saladsFilipino salads
Filipino salads
 
Fotos Cuba
Fotos CubaFotos Cuba
Fotos Cuba
 
2014 Asdenca - On the applicability of concepts from variability modelling in...
2014 Asdenca - On the applicability of concepts from variability modelling in...2014 Asdenca - On the applicability of concepts from variability modelling in...
2014 Asdenca - On the applicability of concepts from variability modelling in...
 
The Red River March Catalogue Part 1 B
The Red River   March Catalogue   Part 1 BThe Red River   March Catalogue   Part 1 B
The Red River March Catalogue Part 1 B
 
Po l llopis i mendez
Po l llopis i mendezPo l llopis i mendez
Po l llopis i mendez
 
тиждень безпеки в днз № 25 «радість»
тиждень безпеки в днз № 25 «радість» тиждень безпеки в днз № 25 «радість»
тиждень безпеки в днз № 25 «радість»
 
파밀 ios팀은 이런걸 했다능..
파밀 ios팀은 이런걸 했다능..파밀 ios팀은 이런걸 했다능..
파밀 ios팀은 이런걸 했다능..
 
Alcatel-Lucent KS24371L1
Alcatel-Lucent KS24371L1Alcatel-Lucent KS24371L1
Alcatel-Lucent KS24371L1
 
Town of Princeton Show & Shine Princeton BC Canada July 05 2014
Town of Princeton Show & Shine Princeton BC Canada July 05 2014 Town of Princeton Show & Shine Princeton BC Canada July 05 2014
Town of Princeton Show & Shine Princeton BC Canada July 05 2014
 
Chris Plackett's presentation at NFU Conference 2010
Chris Plackett's presentation at NFU Conference 2010Chris Plackett's presentation at NFU Conference 2010
Chris Plackett's presentation at NFU Conference 2010
 
A Warfor Your Soul Fellowship 091209
A Warfor Your Soul Fellowship 091209A Warfor Your Soul Fellowship 091209
A Warfor Your Soul Fellowship 091209
 
Informática básica
Informática básicaInformática básica
Informática básica
 
Ragain Sess1 102209
Ragain Sess1 102209Ragain Sess1 102209
Ragain Sess1 102209
 
Treats for sunburn
Treats for sunburnTreats for sunburn
Treats for sunburn
 
Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...
 

Ähnlich wie jQuery Framework Presentation

J Query(04 12 2008) Foiaz
J Query(04 12 2008) FoiazJ Query(04 12 2008) Foiaz
J Query(04 12 2008) Foiaztestingphase
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuerymanugoel2003
 
How to increase Performance of Web Application using JQuery
How to increase Performance of Web Application using JQueryHow to increase Performance of Web Application using JQuery
How to increase Performance of Web Application using JQuerykolkatageeks
 
Open Source Ajax Solution @OSDC.tw 2009
Open Source Ajax  Solution @OSDC.tw 2009Open Source Ajax  Solution @OSDC.tw 2009
Open Source Ajax Solution @OSDC.tw 2009Robbie Cheng
 
Jquery Complete Presentation along with Javascript Basics
Jquery Complete Presentation along with Javascript BasicsJquery Complete Presentation along with Javascript Basics
Jquery Complete Presentation along with Javascript BasicsEPAM Systems
 
HTML5와 오픈소스 기반의 Web Components 기술
HTML5와 오픈소스 기반의 Web Components 기술HTML5와 오픈소스 기반의 Web Components 기술
HTML5와 오픈소스 기반의 Web Components 기술Jeongkyu Shin
 
Building Robust jQuery Plugins
Building Robust jQuery PluginsBuilding Robust jQuery Plugins
Building Robust jQuery PluginsJörn Zaefferer
 
JavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM ManipulationJavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM Manipulationborkweb
 

Ähnlich wie jQuery Framework Presentation (20)

JQuery: Introduction
JQuery: IntroductionJQuery: Introduction
JQuery: Introduction
 
jQuery Basic API
jQuery Basic APIjQuery Basic API
jQuery Basic API
 
22 j query1
22 j query122 j query1
22 j query1
 
jQuery's Secrets
jQuery's SecretsjQuery's Secrets
jQuery's Secrets
 
J Query(04 12 2008) Foiaz
J Query(04 12 2008) FoiazJ Query(04 12 2008) Foiaz
J Query(04 12 2008) Foiaz
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
jQuery Fundamentals
jQuery FundamentalsjQuery Fundamentals
jQuery Fundamentals
 
How to increase Performance of Web Application using JQuery
How to increase Performance of Web Application using JQueryHow to increase Performance of Web Application using JQuery
How to increase Performance of Web Application using JQuery
 
JQuery Overview
JQuery OverviewJQuery Overview
JQuery Overview
 
前端概述
前端概述前端概述
前端概述
 
J query training
J query trainingJ query training
J query training
 
jQuery for web development
jQuery for web developmentjQuery for web development
jQuery for web development
 
Open Source Ajax Solution @OSDC.tw 2009
Open Source Ajax  Solution @OSDC.tw 2009Open Source Ajax  Solution @OSDC.tw 2009
Open Source Ajax Solution @OSDC.tw 2009
 
Jquery Complete Presentation along with Javascript Basics
Jquery Complete Presentation along with Javascript BasicsJquery Complete Presentation along with Javascript Basics
Jquery Complete Presentation along with Javascript Basics
 
HTML5와 오픈소스 기반의 Web Components 기술
HTML5와 오픈소스 기반의 Web Components 기술HTML5와 오픈소스 기반의 Web Components 기술
HTML5와 오픈소스 기반의 Web Components 기술
 
Building Robust jQuery Plugins
Building Robust jQuery PluginsBuilding Robust jQuery Plugins
Building Robust jQuery Plugins
 
Jquery
JqueryJquery
Jquery
 
Jquery introduction
Jquery introductionJquery introduction
Jquery introduction
 
Introduction to JQuery
Introduction to JQueryIntroduction to JQuery
Introduction to JQuery
 
JavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM ManipulationJavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM Manipulation
 

jQuery Framework Presentation

  • 1. Nov 16, 2009 jQuery Framework Presented by, Jagadeesh Motamarri Lead Developer [Property Content]
  • 2.
  • 3.
  • 4.
  • 5.
  • 6. © 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved. <html> <head> <script src=“jQuery.js” type=“text/javascript” /> <script type=“text/javascript”> $(document).ready(function(){ // your stuff goes here }); </script> </head> <body> </body> </html> Getting Started cont… Page 7 of 20
  • 7.
  • 8.
  • 9.
  • 10.
  • 11. © 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved. jQuery - Selectors //selects 2 nd div from the set $('div.someclass:eq(0)') // same as above but CSS based $('div.someclass:nth-child(1)') Other examples – $('tr:odd') // select all odd rows $('tr:even') // select all even rows More – $ (‘h2:first’) $(‘h2:last’) $(‘p:visible’) $(‘p:hidden’) $(‘input:password’) $(‘input:text’) $(‘p:odd’) Page 12 of 20
  • 12.
  • 13.
  • 14. © 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved. jQuery - Events $( “p” ). hover (function() {… // when you hover over all p tags.. $( “a” ). click (function() {… // when you click on any anchor tag.. $(&quot;select&quot;).bind(&quot;change&quot;, function() { … // do something when you change dropdown $(&quot;input&quot;).bind(&quot;keyup&quot;, function(event) { … // bind a key up event to an input element Page 18 of 20
  • 15.
  • 16.
  • 17.
  • 18. © 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved. Page 20 of 20 References http:// www.jquery.com http://docs.jquery.com http://www.slideshare.net/manugoel2003/extending-jquery
  • 19. © 2008 Starwood Hotels & Resorts Worldwide, Inc. All rights reserved. Thank You !! Page 20 of 20