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

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

2024.03.12 Cost drivers of cultivated meat production.pdf
2024.03.12 Cost drivers of cultivated meat production.pdf2024.03.12 Cost drivers of cultivated meat production.pdf
2024.03.12 Cost drivers of cultivated meat production.pdfThe Good Food Institute
 
How to release an Open Source Dataweave Library
How to release an Open Source Dataweave LibraryHow to release an Open Source Dataweave Library
How to release an Open Source Dataweave Libraryshyamraj55
 
Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...DianaGray10
 
Scenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenariosScenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenariosErol GIRAUDY
 
SIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENT
SIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENTSIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENT
SIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENTxtailishbaloch
 
.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptx.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptxHansamali Gamage
 
Introduction - IPLOOK NETWORKS CO., LTD.
Introduction - IPLOOK NETWORKS CO., LTD.Introduction - IPLOOK NETWORKS CO., LTD.
Introduction - IPLOOK NETWORKS CO., LTD.IPLOOK Networks
 
Extra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdfExtra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdfInfopole1
 
The New Cloud World Order Is FinOps (Slideshow)
The New Cloud World Order Is FinOps (Slideshow)The New Cloud World Order Is FinOps (Slideshow)
The New Cloud World Order Is FinOps (Slideshow)codyslingerland1
 
CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024Brian Pichman
 
Automation Ops Series: Session 2 - Governance for UiPath projects
Automation Ops Series: Session 2 - Governance for UiPath projectsAutomation Ops Series: Session 2 - Governance for UiPath projects
Automation Ops Series: Session 2 - Governance for UiPath projectsDianaGray10
 
Novo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4jNovo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4jNeo4j
 
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxEmil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxNeo4j
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfCheryl Hung
 
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechWebinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechProduct School
 
IT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced ComputingIT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced ComputingMAGNIntelligence
 
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfQ4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfTejal81
 
My key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAIMy key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAIVijayananda Mohire
 
Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Muhammad Tiham Siddiqui
 

Recently uploaded (20)

2024.03.12 Cost drivers of cultivated meat production.pdf
2024.03.12 Cost drivers of cultivated meat production.pdf2024.03.12 Cost drivers of cultivated meat production.pdf
2024.03.12 Cost drivers of cultivated meat production.pdf
 
How to release an Open Source Dataweave Library
How to release an Open Source Dataweave LibraryHow to release an Open Source Dataweave Library
How to release an Open Source Dataweave Library
 
Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...
 
Scenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenariosScenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenarios
 
SheDev 2024
SheDev 2024SheDev 2024
SheDev 2024
 
SIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENT
SIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENTSIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENT
SIM INFORMATION SYSTEM: REVOLUTIONIZING DATA MANAGEMENT
 
.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptx.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptx
 
Introduction - IPLOOK NETWORKS CO., LTD.
Introduction - IPLOOK NETWORKS CO., LTD.Introduction - IPLOOK NETWORKS CO., LTD.
Introduction - IPLOOK NETWORKS CO., LTD.
 
Extra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdfExtra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdf
 
The New Cloud World Order Is FinOps (Slideshow)
The New Cloud World Order Is FinOps (Slideshow)The New Cloud World Order Is FinOps (Slideshow)
The New Cloud World Order Is FinOps (Slideshow)
 
CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024
 
Automation Ops Series: Session 2 - Governance for UiPath projects
Automation Ops Series: Session 2 - Governance for UiPath projectsAutomation Ops Series: Session 2 - Governance for UiPath projects
Automation Ops Series: Session 2 - Governance for UiPath projects
 
Novo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4jNovo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4j
 
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxEmil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechWebinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
 
IT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced ComputingIT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced Computing
 
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfQ4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
 
My key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAIMy key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAI
 
Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)
 

jQuery From the Ground Up

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 18.
  • 19.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.