SlideShare a Scribd company logo
1 of 30
jQuery From The Ground Up Kevin Griffin
About Me Kevin Griffin Chesapeake, VA ASPInsider INETA Mentor for Virginia Leader of the Hampton Roads .NET Users Group http://www.kevgriffin.com Twitter: 1kevgriff Email: kevin@kevgriffin.com
Mid-Atlantic Developer’s Group http://midatlanticdevs.groups.live.com Mailing list for developers based in the Mid-Atlantic region Keep up to date with what’s going on outside your group Ask questions Post jobs Network!
Before We Begin You’re not tied to your chair Code camps are about getting the best experience possible Questions Ask them, anytime.
Agenda What Is jQuery Getting jQuery Setting Up jQuery Using jQuery jQuery UI Plugins Demos! Demos! Demos!
What Is jQuery? JavaScript library Powerful document traversal Event handling Animations AJAX Makes JavaScript not SUCK!
Document Transversal? Where do elements exist on the page? How quickly can we access them?
Who Use’s jQuery? Google Netflix Dell Bank of America Major League Baseball Digg NBC CBS
Browser Compatibility Internet Explorer 6.0+ Firefox 2.0 + Safari 3.0+ Opera 9.0+ Chrome
Getting jQuery
Production vs. Development Production Minified Quick to download Impossible to read and debug Development Commented Formatted Large file
Deployment Tips Don’t host jQuery yourself! http://code.google.com/apis/ajaxlibs/documentation/ Numerous website use the Google version. Possibly already cached on a person’s machine. Both production and development versions are available.
A note about jQuery documentation It’s awesome! http://docs.jquery.com Easy to navigate and search Examples on every topic Tutorials, references, and FAQs
VS2008 Intellisense http://docs.jquery.com/Downloading_jQuery Add the *-vsdoc.js file to your solution Enjoy full jQueryIntellisense!
Demo Setting up jQuery
Setting Up jQuery
jQuery Syntax $(selector).function() $ or jQuery jQuery object selector reference to an element on the page Function Any jQuery supported method or plugin.
What is a selector? Think CSS! jQuery has a built in DOM transversal engine. $(selector) returns a list of elements on the page that match the “selector”. Example: $(“input”) will return a list of ALL input elements on the page.
Demo Selectors
$(document).ready() Fixes problems based on window.onload as a way of handling events when page is loaded. Window.onload fires only after all HTML and images have been downloaded. $(document).ready() fires as soon as all markup has been downloaded.
Demo A Better Contact Form: Putting jQuery to Work
jQuery UI http://jqueryui.com/ Several comment UI widgets and visual effects. Compatible with several browsers, including IE 6.0.
Demo jQuery UI
3rd Party Plugins Hundreds of plugins available Don’t re-invent the wheel! AJAX, Animation, Effects, Browser Tweaks, Drag and Drop, Forms, Layouts, Media, Menus, Navigation, Tables, UI, Widgets, etc… http://plugins.jquery.com
Questions? http://www.kevgriffin.com Twitter: 1kevgriff Email: kevin@kevgriffin.com

More Related Content

What's hot

Introduction to ASP.NET MVC
Introduction to ASP.NET MVC Introduction to ASP.NET MVC
Introduction to ASP.NET MVC Joe Wilson
 
Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introductionshaojung
 
Silver Light By Nyros Developer
Silver Light By Nyros DeveloperSilver Light By Nyros Developer
Silver Light By Nyros DeveloperNyros Technologies
 
Introduction of ASP.NET MVC and AngularJS
Introduction of ASP.NET MVC and AngularJSIntroduction of ASP.NET MVC and AngularJS
Introduction of ASP.NET MVC and AngularJSMohamed Elkhodary
 
Architecting single-page front-end apps
Architecting single-page front-end appsArchitecting single-page front-end apps
Architecting single-page front-end appsZohar Arad
 
ASP.NET 5 Overview - Post Build 2015
ASP.NET 5 Overview - Post Build 2015ASP.NET 5 Overview - Post Build 2015
ASP.NET 5 Overview - Post Build 2015Shahed Chowdhuri
 
Writing better tests for your java script app
Writing better tests for your java script appWriting better tests for your java script app
Writing better tests for your java script appJakeGinnivan
 
Dependency Injection in Silverlight
Dependency Injection in SilverlightDependency Injection in Silverlight
Dependency Injection in SilverlightCaleb Jenkins
 
How to Automate Practically Anything with FME Server (Technical Webinar)
How to Automate Practically Anything with FME Server (Technical Webinar)How to Automate Practically Anything with FME Server (Technical Webinar)
How to Automate Practically Anything with FME Server (Technical Webinar)Safe Software
 
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple BlogFinding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple BlogMeagan Hanes
 
Maurice de Beijer
Maurice de BeijerMaurice de Beijer
Maurice de BeijerCodeFest
 
Unit Testing Asp.net and Asp.net MVC
Unit Testing Asp.net and Asp.net MVCUnit Testing Asp.net and Asp.net MVC
Unit Testing Asp.net and Asp.net MVCGil Zilberfeld
 
Building great spa’s with angular js, asp.net mvc and webapi
Building great spa’s with angular js, asp.net mvc and webapiBuilding great spa’s with angular js, asp.net mvc and webapi
Building great spa’s with angular js, asp.net mvc and webapiMaurice De Beijer [MVP]
 
GGX 2014 - Grails and the real time world
GGX 2014 - Grails and the real time worldGGX 2014 - Grails and the real time world
GGX 2014 - Grails and the real time worldIván López Martín
 

What's hot (19)

Introduction to ASP.NET MVC
Introduction to ASP.NET MVC Introduction to ASP.NET MVC
Introduction to ASP.NET MVC
 
ASP.NET Core
ASP.NET CoreASP.NET Core
ASP.NET Core
 
Web application intro
Web application introWeb application intro
Web application intro
 
Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introduction
 
Silver Light By Nyros Developer
Silver Light By Nyros DeveloperSilver Light By Nyros Developer
Silver Light By Nyros Developer
 
Introduction of ASP.NET MVC and AngularJS
Introduction of ASP.NET MVC and AngularJSIntroduction of ASP.NET MVC and AngularJS
Introduction of ASP.NET MVC and AngularJS
 
Architecting single-page front-end apps
Architecting single-page front-end appsArchitecting single-page front-end apps
Architecting single-page front-end apps
 
ASP.NET 5 Overview - Post Build 2015
ASP.NET 5 Overview - Post Build 2015ASP.NET 5 Overview - Post Build 2015
ASP.NET 5 Overview - Post Build 2015
 
ASP.NET MVC 3
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3
 
ASP.NET MVC for Begineers
ASP.NET MVC for BegineersASP.NET MVC for Begineers
ASP.NET MVC for Begineers
 
Writing better tests for your java script app
Writing better tests for your java script appWriting better tests for your java script app
Writing better tests for your java script app
 
Dependency Injection in Silverlight
Dependency Injection in SilverlightDependency Injection in Silverlight
Dependency Injection in Silverlight
 
How to Automate Practically Anything with FME Server (Technical Webinar)
How to Automate Practically Anything with FME Server (Technical Webinar)How to Automate Practically Anything with FME Server (Technical Webinar)
How to Automate Practically Anything with FME Server (Technical Webinar)
 
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple BlogFinding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
 
Maurice de Beijer
Maurice de BeijerMaurice de Beijer
Maurice de Beijer
 
Unit Testing Asp.net and Asp.net MVC
Unit Testing Asp.net and Asp.net MVCUnit Testing Asp.net and Asp.net MVC
Unit Testing Asp.net and Asp.net MVC
 
Building great spa’s with angular js, asp.net mvc and webapi
Building great spa’s with angular js, asp.net mvc and webapiBuilding great spa’s with angular js, asp.net mvc and webapi
Building great spa’s with angular js, asp.net mvc and webapi
 
About Flux
About FluxAbout Flux
About Flux
 
GGX 2014 - Grails and the real time world
GGX 2014 - Grails and the real time worldGGX 2014 - Grails and the real time world
GGX 2014 - Grails and the real time world
 

Viewers also liked

Incorporating Mobile Into Your Digital Experience Strategy
Incorporating Mobile Into Your Digital Experience StrategyIncorporating Mobile Into Your Digital Experience Strategy
Incorporating Mobile Into Your Digital Experience Strategyrivetlogic
 
How To Facebook - #SMM
How To Facebook - #SMMHow To Facebook - #SMM
How To Facebook - #SMMKees Romkes
 
Social Media Week London 2012: iCrossing UK_Winning Attention
Social Media Week London 2012: iCrossing UK_Winning AttentionSocial Media Week London 2012: iCrossing UK_Winning Attention
Social Media Week London 2012: iCrossing UK_Winning AttentioniCrossing
 
Landscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & OpportunitiesLandscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & OpportunitiesOhio Environmental Council
 
manpower annual reports 2004
manpower annual reports 2004manpower annual reports 2004
manpower annual reports 2004finance12
 
Kerins Examples
Kerins ExamplesKerins Examples
Kerins Examplesckerins
 
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011rebshoe
 
Social Marketing Philanthropy Midwest
Social Marketing Philanthropy MidwestSocial Marketing Philanthropy Midwest
Social Marketing Philanthropy MidwestMark Logan
 
компјутерски криминал
компјутерски криминалкомпјутерски криминал
компјутерски криминалKaterina Ivanova
 
Business Plan Negocia Masters Assignment
Business Plan Negocia Masters AssignmentBusiness Plan Negocia Masters Assignment
Business Plan Negocia Masters Assignmentsholtohughes
 
SXSWi Recap with notes
SXSWi Recap with notesSXSWi Recap with notes
SXSWi Recap with notesMark Logan
 
You & your brand shadow community & marketing 2.0 hamburg
You & your brand shadow   community & marketing 2.0 hamburg You & your brand shadow   community & marketing 2.0 hamburg
You & your brand shadow community & marketing 2.0 hamburg iCrossing
 
Social Commerce - Innovate 11
Social Commerce - Innovate 11Social Commerce - Innovate 11
Social Commerce - Innovate 11Mark Logan
 
manpower annual reports 2008
manpower annual reports 2008manpower annual reports 2008
manpower annual reports 2008finance12
 
WNF Open Sneeuwluipaard: Mongolia and Russia
WNF Open Sneeuwluipaard: Mongolia and RussiaWNF Open Sneeuwluipaard: Mongolia and Russia
WNF Open Sneeuwluipaard: Mongolia and RussiaWereld Natuur Fonds (WNF)
 
SES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossing
SES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossingSES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossing
SES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossingiCrossing
 
Wetlands Education Team West Geauga Local Schools
Wetlands Education Team West Geauga Local SchoolsWetlands Education Team West Geauga Local Schools
Wetlands Education Team West Geauga Local SchoolsOhio Environmental Council
 

Viewers also liked (20)

Incorporating Mobile Into Your Digital Experience Strategy
Incorporating Mobile Into Your Digital Experience StrategyIncorporating Mobile Into Your Digital Experience Strategy
Incorporating Mobile Into Your Digital Experience Strategy
 
How To Facebook - #SMM
How To Facebook - #SMMHow To Facebook - #SMM
How To Facebook - #SMM
 
Social Media Week London 2012: iCrossing UK_Winning Attention
Social Media Week London 2012: iCrossing UK_Winning AttentionSocial Media Week London 2012: iCrossing UK_Winning Attention
Social Media Week London 2012: iCrossing UK_Winning Attention
 
Landscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & OpportunitiesLandscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & Opportunities
 
Mitel BPC
Mitel BPCMitel BPC
Mitel BPC
 
manpower annual reports 2004
manpower annual reports 2004manpower annual reports 2004
manpower annual reports 2004
 
Kerins Examples
Kerins ExamplesKerins Examples
Kerins Examples
 
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
 
Social Marketing Philanthropy Midwest
Social Marketing Philanthropy MidwestSocial Marketing Philanthropy Midwest
Social Marketing Philanthropy Midwest
 
компјутерски криминал
компјутерски криминалкомпјутерски криминал
компјутерски криминал
 
Business Plan Negocia Masters Assignment
Business Plan Negocia Masters AssignmentBusiness Plan Negocia Masters Assignment
Business Plan Negocia Masters Assignment
 
Slides of Great Lakes Restoration Initiative
Slides of Great Lakes Restoration InitiativeSlides of Great Lakes Restoration Initiative
Slides of Great Lakes Restoration Initiative
 
SXSWi Recap with notes
SXSWi Recap with notesSXSWi Recap with notes
SXSWi Recap with notes
 
You & your brand shadow community & marketing 2.0 hamburg
You & your brand shadow   community & marketing 2.0 hamburg You & your brand shadow   community & marketing 2.0 hamburg
You & your brand shadow community & marketing 2.0 hamburg
 
Social Commerce - Innovate 11
Social Commerce - Innovate 11Social Commerce - Innovate 11
Social Commerce - Innovate 11
 
manpower annual reports 2008
manpower annual reports 2008manpower annual reports 2008
manpower annual reports 2008
 
WNF Open Sneeuwluipaard: Mongolia and Russia
WNF Open Sneeuwluipaard: Mongolia and RussiaWNF Open Sneeuwluipaard: Mongolia and Russia
WNF Open Sneeuwluipaard: Mongolia and Russia
 
SES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossing
SES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossingSES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossing
SES SF 2010 - Attribution Measurement - Chuck Sharp - iCrossing
 
Ideas for global projects ncais
Ideas for global projects   ncaisIdeas for global projects   ncais
Ideas for global projects ncais
 
Wetlands Education Team West Geauga Local Schools
Wetlands Education Team West Geauga Local SchoolsWetlands Education Team West Geauga Local Schools
Wetlands Education Team West Geauga Local Schools
 

Similar to jQuery From the Ground Up

jQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPagesjQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPagesMark Roden
 
Starting with jQuery
Starting with jQueryStarting with jQuery
Starting with jQueryAnil Kumar
 
Top 45 jQuery Interview Questions and Answers | Edureka
Top 45 jQuery Interview Questions and Answers | EdurekaTop 45 jQuery Interview Questions and Answers | Edureka
Top 45 jQuery Interview Questions and Answers | EdurekaEdureka!
 
jQuery State of the Union - Yehuda Katz
jQuery State of the Union - Yehuda KatzjQuery State of the Union - Yehuda Katz
jQuery State of the Union - Yehuda KatzMarakana Inc.
 
jQuery
jQueryjQuery
jQueryi.omar
 
Moving to the Client - JavaFX and HTML5 (PowerPoint Version)
Moving to the Client - JavaFX and HTML5 (PowerPoint Version)Moving to the Client - JavaFX and HTML5 (PowerPoint Version)
Moving to the Client - JavaFX and HTML5 (PowerPoint Version)Stephen Chin
 
Unlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance OptimizationUnlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance OptimizationJon Dean
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQueryJames Johnson
 
Js Saturday 2013 your jQuery could perform better
Js Saturday 2013 your jQuery could perform betterJs Saturday 2013 your jQuery could perform better
Js Saturday 2013 your jQuery could perform betterIvo Andreev
 
Intro to jQuery @ Startup Institute
Intro to jQuery @ Startup InstituteIntro to jQuery @ Startup Institute
Intro to jQuery @ Startup InstituteRafael Gonzaque
 
Jquery
Jquery Jquery
Jquery eginni
 
Difference between java script and jquery
Difference between java script and jqueryDifference between java script and jquery
Difference between java script and jqueryUmar Ali
 
Web Development Introduction to jQuery
Web Development Introduction to jQueryWeb Development Introduction to jQuery
Web Development Introduction to jQueryLaurence Svekis ✔
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery BasicsKaloyan Kosev
 
Bootstrap and XPages (DanNotes 2013)
Bootstrap and XPages (DanNotes 2013)Bootstrap and XPages (DanNotes 2013)
Bootstrap and XPages (DanNotes 2013)Mark Leusink
 
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)Thinkful
 

Similar to jQuery From the Ground Up (20)

Jquery
JqueryJquery
Jquery
 
jQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPagesjQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPages
 
Starting with jQuery
Starting with jQueryStarting with jQuery
Starting with jQuery
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
Top 45 jQuery Interview Questions and Answers | Edureka
Top 45 jQuery Interview Questions and Answers | EdurekaTop 45 jQuery Interview Questions and Answers | Edureka
Top 45 jQuery Interview Questions and Answers | Edureka
 
jQuery
jQueryjQuery
jQuery
 
jQuery State of the Union - Yehuda Katz
jQuery State of the Union - Yehuda KatzjQuery State of the Union - Yehuda Katz
jQuery State of the Union - Yehuda Katz
 
jQuery
jQueryjQuery
jQuery
 
Moving to the Client - JavaFX and HTML5 (PowerPoint Version)
Moving to the Client - JavaFX and HTML5 (PowerPoint Version)Moving to the Client - JavaFX and HTML5 (PowerPoint Version)
Moving to the Client - JavaFX and HTML5 (PowerPoint Version)
 
Unlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance OptimizationUnlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance Optimization
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
Js Saturday 2013 your jQuery could perform better
Js Saturday 2013 your jQuery could perform betterJs Saturday 2013 your jQuery could perform better
Js Saturday 2013 your jQuery could perform better
 
Intro to jQuery @ Startup Institute
Intro to jQuery @ Startup InstituteIntro to jQuery @ Startup Institute
Intro to jQuery @ Startup Institute
 
Jquery
Jquery Jquery
Jquery
 
Difference between java script and jquery
Difference between java script and jqueryDifference between java script and jquery
Difference between java script and jquery
 
Web Development Introduction to jQuery
Web Development Introduction to jQueryWeb Development Introduction to jQuery
Web Development Introduction to jQuery
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery Basics
 
Bootstrap and XPages (DanNotes 2013)
Bootstrap and XPages (DanNotes 2013)Bootstrap and XPages (DanNotes 2013)
Bootstrap and XPages (DanNotes 2013)
 
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
 

Recently uploaded

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 

jQuery From the Ground Up

  • 1. jQuery From The Ground Up Kevin Griffin
  • 2. About Me Kevin Griffin Chesapeake, VA ASPInsider INETA Mentor for Virginia Leader of the Hampton Roads .NET Users Group http://www.kevgriffin.com Twitter: 1kevgriff Email: kevin@kevgriffin.com
  • 3. Mid-Atlantic Developer’s Group http://midatlanticdevs.groups.live.com Mailing list for developers based in the Mid-Atlantic region Keep up to date with what’s going on outside your group Ask questions Post jobs Network!
  • 4. Before We Begin You’re not tied to your chair Code camps are about getting the best experience possible Questions Ask them, anytime.
  • 5. Agenda What Is jQuery Getting jQuery Setting Up jQuery Using jQuery jQuery UI Plugins Demos! Demos! Demos!
  • 6. What Is jQuery? JavaScript library Powerful document traversal Event handling Animations AJAX Makes JavaScript not SUCK!
  • 7. Document Transversal? Where do elements exist on the page? How quickly can we access them?
  • 8.
  • 9.
  • 10. Who Use’s jQuery? Google Netflix Dell Bank of America Major League Baseball Digg NBC CBS
  • 11. Browser Compatibility Internet Explorer 6.0+ Firefox 2.0 + Safari 3.0+ Opera 9.0+ Chrome
  • 13. Production vs. Development Production Minified Quick to download Impossible to read and debug Development Commented Formatted Large file
  • 14. Deployment Tips Don’t host jQuery yourself! http://code.google.com/apis/ajaxlibs/documentation/ Numerous website use the Google version. Possibly already cached on a person’s machine. Both production and development versions are available.
  • 15. A note about jQuery documentation It’s awesome! http://docs.jquery.com Easy to navigate and search Examples on every topic Tutorials, references, and FAQs
  • 16.
  • 17.
  • 18. VS2008 Intellisense http://docs.jquery.com/Downloading_jQuery Add the *-vsdoc.js file to your solution Enjoy full jQueryIntellisense!
  • 19. Demo Setting up jQuery
  • 20.
  • 22. jQuery Syntax $(selector).function() $ or jQuery jQuery object selector reference to an element on the page Function Any jQuery supported method or plugin.
  • 23. What is a selector? Think CSS! jQuery has a built in DOM transversal engine. $(selector) returns a list of elements on the page that match the “selector”. Example: $(“input”) will return a list of ALL input elements on the page.
  • 25. $(document).ready() Fixes problems based on window.onload as a way of handling events when page is loaded. Window.onload fires only after all HTML and images have been downloaded. $(document).ready() fires as soon as all markup has been downloaded.
  • 26. Demo A Better Contact Form: Putting jQuery to Work
  • 27. jQuery UI http://jqueryui.com/ Several comment UI widgets and visual effects. Compatible with several browsers, including IE 6.0.
  • 29. 3rd Party Plugins Hundreds of plugins available Don’t re-invent the wheel! AJAX, Animation, Effects, Browser Tweaks, Drag and Drop, Forms, Layouts, Media, Menus, Navigation, Tables, UI, Widgets, etc… http://plugins.jquery.com
  • 30. Questions? http://www.kevgriffin.com Twitter: 1kevgriff Email: kevin@kevgriffin.com