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

PPTX
How I Learned to Stop Worrying and Love jQuery (Jan 2013)
PDF
PPTX
Unobtrusive javascript with jQuery
PDF
Styling Components with JavaScript: MelbCSS Edition
PDF
Styling components with JavaScript
PPTX
JavaScript and jQuery Basics
PPTX
SharePoint and jQuery Essentials
How I Learned to Stop Worrying and Love jQuery (Jan 2013)
Unobtrusive javascript with jQuery
Styling Components with JavaScript: MelbCSS Edition
Styling components with JavaScript
JavaScript and jQuery Basics
SharePoint and jQuery Essentials

What's hot (20)

PPTX
Introduction to jquery mobile with Phonegap
PPT
Don't Worry jQuery is very Easy:Learning Tips For jQuery
PPT
jQuery Mobile with HTML5
PPT
jQuery introduction
PPTX
Harness jQuery Templates and Data Link
PDF
Advanced JQuery Mobile tutorial with Phonegap
PDF
jQuery Mobile: Progressive Enhancement with HTML5
PDF
DirectToWeb 2.0
PDF
Guia de Sobrevivência JS no mundo Open Source
PDF
Interacting with the DOM (JavaScript)
ZIP
Presentational jQuery
PDF
22 j query1
PPTX
Introduction to jQuery Mobile
ZIP
Contextual jQuery
PPT
Introduction to j query
PDF
Accessibility - A feature you can build
PPT
jQuery Learning
PPTX
Introduction to the jQuery mobile framework
PPTX
Javascript inside Browser (DOM)
PPT
jQuery For Beginners - jQuery Conference 2009
Introduction to jquery mobile with Phonegap
Don't Worry jQuery is very Easy:Learning Tips For jQuery
jQuery Mobile with HTML5
jQuery introduction
Harness jQuery Templates and Data Link
Advanced JQuery Mobile tutorial with Phonegap
jQuery Mobile: Progressive Enhancement with HTML5
DirectToWeb 2.0
Guia de Sobrevivência JS no mundo Open Source
Interacting with the DOM (JavaScript)
Presentational jQuery
22 j query1
Introduction to jQuery Mobile
Contextual jQuery
Introduction to j query
Accessibility - A feature you can build
jQuery Learning
Introduction to the jQuery mobile framework
Javascript inside Browser (DOM)
jQuery For Beginners - jQuery Conference 2009
Ad

Viewers also liked (20)

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

Similar to J query (20)

PPT
JQuery introduction
PPTX
Starting with jQuery
PDF
Jquery tutorial
PPTX
Introduction to jQuery
PPT
jQuery Introduction/ jquery basic concept
PDF
jQuery Interview Questions By ScholarHat.pdf
PPT
Intro to jQuery - LUGOR - Part 1
PDF
Introduction to jQuery
PPT
PDF
Expert-led jQuery training to master your craft.
PPT
JS Libraries and jQuery Overview
PPTX
Java Script - A New Look
PDF
jQuery in 15 minutes
PPTX
Introduction to Jquery
PPT
J query presentation
PPT
J query presentation
PPTX
PPTX
J Query The Write Less Do More Javascript Library
PPTX
Jquery beltranhomewrok
JQuery introduction
Starting with jQuery
Jquery tutorial
Introduction to jQuery
jQuery Introduction/ jquery basic concept
jQuery Interview Questions By ScholarHat.pdf
Intro to jQuery - LUGOR - Part 1
Introduction to jQuery
Expert-led jQuery training to master your craft.
JS Libraries and jQuery Overview
Java Script - A New Look
jQuery in 15 minutes
Introduction to Jquery
J query presentation
J query presentation
J Query The Write Less Do More Javascript Library
Jquery beltranhomewrok

More from David Giard (20)

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

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Electronic commerce courselecture one. Pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Cloud computing and distributed systems.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Spectral efficient network and resource selection model in 5G networks
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Electronic commerce courselecture one. Pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Building Integrated photovoltaic BIPV_UPV.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Machine learning based COVID-19 study performance prediction
Chapter 3 Spatial Domain Image Processing.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
MYSQL Presentation for SQL database connectivity
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Network Security Unit 5.pdf for BCA BBA.
Cloud computing and distributed systems.
Review of recent advances in non-invasive hemoglobin estimation
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Big Data Technologies - Introduction.pptx

J query

Editor's Notes