SlideShare a Scribd company logo
How I LearnedTo Stop Worryingand Love jQueryDavid Giard, Sogeti USA	C# MVP	MCTS, MCSD, MCSE, MCDBADavidGiard.com
JavaScriptDynamic languageClient-side (usually)Interact with DOM
JavaScript in your page <script type="text/javascript">   …</script> <script type="text/javascript“src=“xxx.js"> </script>
JavaScript: The Good PartsInteractive web pagesFastAjax
JavaScript: The Bad PartsCross-browser issuesCross-platform issues
JavaScript FrameworksjQueryPrototypeDojoMootoolsExtJsetc… jQuery
jQueryJavaScript AbstractionCross-BrowserBuilt-In FunctionsFastUnobtrusivePopularShips with Visual Studio 2010
jQuery PopularitySource: http://royal.pingdom.com
jQuery PopularitySource: http://royal.pingdom.com
jQuery PopularityTwitter.comWikipedia.orgMLB.comAmazon.comBing.comMicrosoft.comBit.lyESPN.comDigg.comReddit.comNetflix.comWordPress.com
Obtrusive<a href=“” onclick=“DoSomething();”> Click Me</a>Unobtrusive<script type="text/javascript">$(document).ready(function(){     $(“#MyLink”).click(function(){DoSomething();   });      </script>       <a href=“” id=“Link1”>        Click Me      </a>Unobtrusive JavaScript
Enable jQueryDownload from jQuery.com<script 	type="text/javascript" src="jquery-1.6.1.min.js"></script>
Content Delivery Network<script   type="text/javascript" src=“http://ajax.microsoft.com/ajax/jquery/jquery-1.6.1.min.js"></script><script   type="text/javascript" src=“http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script><script   type="text/javascript" src=“http://code.jquery.com/jquery-1.6.1.min.js "></script>
Cross-BrowserJavascriptvarelm = null;  if (document.getElementById)  {elm = document.getElementById(id);  }  else if (document.all)  {elm = document.all[id];  }  else if (document.layers)  {elm = document.layers[id];}jQueryvar elm = $(“#id”);
jQuery SyntaxjQuery keywordSelectorsEventsFunctions / Methods
“jQuery” KeywordjQuery$Represents the jQueryobjectIndicates what follows is jQuery
SelectorsReturns a set of objectsCall method on each objectBind event to each object
CSS SelectorsTag nameh2 {	font-family: "Calibri";	font-size: 66pt;	font-weight: bold;}.FootNote {	font-family: "Calibri";	font-size: 18pt;	font-weight: bold;}#MyElement {	font-family: “Times New Roman";font-color: red;}Div#MyDiv{	font-family: “Arial";font-size: 48pt;}Class nameElement IDCombine selectors
jQuery Selectors$(selector)where selector is:
(document).ready$(document).ready(function(){	…});
Events$(document).ready(function(){      $(“#MyDiv”).click(function(){        …      });});
Methods$(document).ready(function(){      $(“#MyDiv”).click(function(){        $(“a”).attr(“target”, “_blank”);      });});
Combining SelectorsContainership$(‘selector1’ ‘selector2’)Ex: 	$(‘div a’)Narrow scope$(‘Selector1Selector2’)Ex: 	$(‘a#MyLink’)Filter$(selector1).filter(selector2)Ex:	$(‘#MyDiv’).filter(‘#MyLink’)
Set-based Selectors$(‘div:first')$(‘div:last')$(‘div:even')$(‘div:odd')
AjaxCall web service from jQuery
Plug-InsjQuery is extensible!jQueryUI
jQuery UI
Help!docs.jquery.comapi.jquery.comjqueryui.com/demos
David GiardDavidGiard.comTechnologyAndFriends.comDavidGiard@DavidGiard.com
TelerikTelerik.com

More Related Content

What's hot (20)

PPTX
Introduction to jquery mobile with Phonegap
Rakesh Jha
 
PPT
Don't Worry jQuery is very Easy:Learning Tips For jQuery
shabab shihan
 
PPT
jQuery Mobile with HTML5
madhurpgarg
 
PPT
jQuery introduction
Tomi Juhola
 
PPTX
Harness jQuery Templates and Data Link
BorisMoore
 
PDF
Advanced JQuery Mobile tutorial with Phonegap
Rakesh Jha
 
PDF
jQuery Mobile: Progressive Enhancement with HTML5
Todd Anderson
 
PDF
DirectToWeb 2.0
WO Community
 
PDF
Guia de Sobrevivência JS no mundo Open Source
Leonardo Balter
 
PDF
Interacting with the DOM (JavaScript)
Florence Davis
 
ZIP
Presentational jQuery
Doug Neiner
 
PDF
22 j query1
Fajar Baskoro
 
PPTX
Introduction to jQuery Mobile
ejlp12
 
ZIP
Contextual jQuery
Doug Neiner
 
PPT
Introduction to j query
thewarlog
 
PDF
Accessibility - A feature you can build
Monika Piotrowicz
 
PPT
jQuery Learning
Uzair Ali
 
PPTX
Introduction to the jQuery mobile framework
Rishabh Rao
 
PPTX
Javascript inside Browser (DOM)
Vlad Mysla
 
PPT
jQuery For Beginners - jQuery Conference 2009
Ralph Whitbeck
 
Introduction to jquery mobile with Phonegap
Rakesh Jha
 
Don't Worry jQuery is very Easy:Learning Tips For jQuery
shabab shihan
 
jQuery Mobile with HTML5
madhurpgarg
 
jQuery introduction
Tomi Juhola
 
Harness jQuery Templates and Data Link
BorisMoore
 
Advanced JQuery Mobile tutorial with Phonegap
Rakesh Jha
 
jQuery Mobile: Progressive Enhancement with HTML5
Todd Anderson
 
DirectToWeb 2.0
WO Community
 
Guia de Sobrevivência JS no mundo Open Source
Leonardo Balter
 
Interacting with the DOM (JavaScript)
Florence Davis
 
Presentational jQuery
Doug Neiner
 
22 j query1
Fajar Baskoro
 
Introduction to jQuery Mobile
ejlp12
 
Contextual jQuery
Doug Neiner
 
Introduction to j query
thewarlog
 
Accessibility - A feature you can build
Monika Piotrowicz
 
jQuery Learning
Uzair Ali
 
Introduction to the jQuery mobile framework
Rishabh Rao
 
Javascript inside Browser (DOM)
Vlad Mysla
 
jQuery For Beginners - jQuery Conference 2009
Ralph Whitbeck
 

Viewers also liked (20)

PDF
25 Novembre09
Demetrio Caccamo
 
PPTX
Aσφάλεια στο διαδίκτυο. Μια πρώτη προσέγγιση.
Liana Lignou
 
PDF
Enterprise 2.0 - Using Social Media to Address HR Priorities
welshms
 
PDF
Strategic Energy Systems Planning under Uncertainty
Emilio L. Cano
 
PPTX
Share Point Customization Delivered
David Giard
 
PPTX
Verb To Be
iurims
 
PPTX
Cloud and azure and rock and roll
David Giard
 
PDF
XML Compression Benchmark
University of New South Wales
 
PDF
20 #pegeeks
mrrobbo
 
PPT
test
pvara_99
 
PDF
Greenwich IATA Presentation 7 Oct 2008 Final Website
rcsmuk
 
PPTX
Arc Ready Fy09 Q3 Live Mesh
David Giard
 
PPT
Colorado Climate
xtina44
 
DOC
Software evaluation
Abdullah al-kharusi
 
PPT
Open Source Presentation
guest9a617
 
PPTX
Μουσείο Ιστορικής Μνήμης - Κοραή 4, Αθήνα
Liana Lignou
 
PPTX
Gang announcements May 2010
David Giard
 
PDF
Cloud è sicuro ?
Lucio Gamba
 
PPTX
GANG Announcements March 2010
David Giard
 
DOC
Global lesson Survey
Abdullah al-kharusi
 
25 Novembre09
Demetrio Caccamo
 
Aσφάλεια στο διαδίκτυο. Μια πρώτη προσέγγιση.
Liana Lignou
 
Enterprise 2.0 - Using Social Media to Address HR Priorities
welshms
 
Strategic Energy Systems Planning under Uncertainty
Emilio L. Cano
 
Share Point Customization Delivered
David Giard
 
Verb To Be
iurims
 
Cloud and azure and rock and roll
David Giard
 
XML Compression Benchmark
University of New South Wales
 
20 #pegeeks
mrrobbo
 
test
pvara_99
 
Greenwich IATA Presentation 7 Oct 2008 Final Website
rcsmuk
 
Arc Ready Fy09 Q3 Live Mesh
David Giard
 
Colorado Climate
xtina44
 
Software evaluation
Abdullah al-kharusi
 
Open Source Presentation
guest9a617
 
Μουσείο Ιστορικής Μνήμης - Κοραή 4, Αθήνα
Liana Lignou
 
Gang announcements May 2010
David Giard
 
Cloud è sicuro ?
Lucio Gamba
 
GANG Announcements March 2010
David Giard
 
Global lesson Survey
Abdullah al-kharusi
 
Ad

Similar to J query (20)

PPT
JavaScript 2.0 in Dreamweaver CS4
alexsaves
 
PPTX
jQuery From the Ground Up
Kevin Griffin
 
PPT
Building Web Hack Interfaces
Christian Heilmann
 
PPTX
Intro to jQuery
Eric Steinborn
 
PDF
Do you need jQuery in 2019?
LindaHsu19
 
PPTX
Unlearning and Relearning jQuery - Client-side Performance Optimization
Jon Dean
 
PPT
Decoding the Web
newcircle
 
PPTX
JavaScript front end performance optimizations
Chris Love
 
PPTX
jQuery
Jeremiah Gatong
 
PDF
FrontEnd-Roadmap.pdf
Mohankumar975815
 
PDF
Huge web apps web expo 2013
Daniel Steigerwald
 
PDF
Web Fundamentals Crash Course
MrAbbas
 
PDF
Web Fundamentals Crash Course
MrAbas
 
PPTX
Upstate CSCI 450 jQuery
DanWooster1
 
PDF
Coding the UI
Mark Meeker
 
PDF
Coding Ui
rajivmordani
 
PDF
Progressive Enhancement 2.0 (Conference Agnostic)
Nicholas Zakas
 
PDF
Web Development for UX Designers
Ashlimarie
 
PDF
BackEnd-Roadmap.pdf
Mohankumar975815
 
JavaScript 2.0 in Dreamweaver CS4
alexsaves
 
jQuery From the Ground Up
Kevin Griffin
 
Building Web Hack Interfaces
Christian Heilmann
 
Intro to jQuery
Eric Steinborn
 
Do you need jQuery in 2019?
LindaHsu19
 
Unlearning and Relearning jQuery - Client-side Performance Optimization
Jon Dean
 
Decoding the Web
newcircle
 
JavaScript front end performance optimizations
Chris Love
 
FrontEnd-Roadmap.pdf
Mohankumar975815
 
Huge web apps web expo 2013
Daniel Steigerwald
 
Web Fundamentals Crash Course
MrAbbas
 
Web Fundamentals Crash Course
MrAbas
 
Upstate CSCI 450 jQuery
DanWooster1
 
Coding the UI
Mark Meeker
 
Coding Ui
rajivmordani
 
Progressive Enhancement 2.0 (Conference Agnostic)
Nicholas Zakas
 
Web Development for UX Designers
Ashlimarie
 
BackEnd-Roadmap.pdf
Mohankumar975815
 
Ad

More from David Giard (20)

PPTX
Data Visualization - CodeMash 2022
David Giard
 
PPTX
Azure data factory
David Giard
 
PPTX
Azure functions
David Giard
 
PPTX
University of Texas lecture: Data Science Tools in Microsoft Azure
David Giard
 
PPTX
University of Texas, Data Science, March 29, 2018
David Giard
 
PPTX
Intro to cloud and azure
David Giard
 
PPTX
Azure and deep learning
David Giard
 
PPTX
Azure and Deep Learning
David Giard
 
PPTX
Custom vision
David Giard
 
PPTX
Cloud and azure and rock and roll
David Giard
 
PPTX
Own your own career advice from a veteran consultant
David Giard
 
PPTX
You and Your Tech Community
David Giard
 
PPTX
Microsoft Azure IoT overview
David Giard
 
PPTX
Cloud and azure and rock and roll
David Giard
 
PPTX
Big Data on azure
David Giard
 
PPTX
Microsoft azure without microsoft
David Giard
 
PPTX
Azure mobile apps
David Giard
 
PPTX
Building a TV show with Angular, Bootstrap, and Web Services
David Giard
 
PPTX
Effective Data Visualization
David Giard
 
PPTX
Angular2 and TypeScript
David Giard
 
Data Visualization - CodeMash 2022
David Giard
 
Azure data factory
David Giard
 
Azure functions
David Giard
 
University of Texas lecture: Data Science Tools in Microsoft Azure
David Giard
 
University of Texas, Data Science, March 29, 2018
David Giard
 
Intro to cloud and azure
David Giard
 
Azure and deep learning
David Giard
 
Azure and Deep Learning
David Giard
 
Custom vision
David Giard
 
Cloud and azure and rock and roll
David Giard
 
Own your own career advice from a veteran consultant
David Giard
 
You and Your Tech Community
David Giard
 
Microsoft Azure IoT overview
David Giard
 
Cloud and azure and rock and roll
David Giard
 
Big Data on azure
David Giard
 
Microsoft azure without microsoft
David Giard
 
Azure mobile apps
David Giard
 
Building a TV show with Angular, Bootstrap, and Web Services
David Giard
 
Effective Data Visualization
David Giard
 
Angular2 and TypeScript
David Giard
 

Recently uploaded (20)

PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
Farrell_Programming Logic and Design slides_10e_ch02_PowerPoint.pptx
bashnahara11
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Farrell_Programming Logic and Design slides_10e_ch02_PowerPoint.pptx
bashnahara11
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 

J query

Editor's Notes