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

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

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