SlideShare a Scribd company logo
jQuery From The Ground UpKevin Griffin
About MeKevin GriffinChesapeake, VAASPInsiderINETA Mentor for VirginiaLeader of the Hampton Roads .NET Users Grouphttp://www.kevgriffin.comTwitter: 1kevgriffEmail: kevin@kevgriffin.com
Mid-Atlantic Developer’s Grouphttp://midatlanticdevs.groups.live.comMailing list for developers based in the Mid-Atlantic regionKeep up to date with what’s going on outside your groupAsk questionsPost jobsNetwork!
Before We BeginYou’re not tied to your chairCode camps are about getting the best experience possibleQuestionsAsk them, anytime.

Recommended for you

Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introduction

The document discusses web applications and how they work. It explains that web applications have programs running on servers that retrieve data from sensors or databases and dynamically generate web pages in response to user requests. It also covers common programming languages used to build web apps like PHP and ASP, and how technologies like AJAX allow for asynchronous JavaScript requests to update parts of pages without reloading.

parenttoolboxweb application
Silver Light By Nyros Developer
Silver Light By Nyros DeveloperSilver Light By Nyros Developer
Silver Light By Nyros Developer

Rich Internet applications (RIAs) are web applications that have features of desktop applications like transferring processing to the client but keeping data on the server. They run in browsers without installation, provide platform independence at low cost. Major RIA frameworks include AJAX, Java applets, Adobe Flex, JavaFX, and Microsoft Silverlight.

silverlighttechnologysilver light
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

This presentation is intended for beginners who are looking for scratching the surface of both MVC and AngularJS and I prepared it for a team of new beginners before they start to discover our application that is built on MVC and AngularJS.

introductionmvcasp.net
AgendaWhat Is jQueryGetting jQuerySetting Up jQueryUsing jQueryjQuery UIPluginsDemos! Demos! Demos!
What Is jQuery?JavaScript libraryPowerful document traversalEvent handlingAnimationsAJAXMakes JavaScript not SUCK!
Document Transversal?Where do elements exist on the page?How quickly can we access them?
jQuery From the Ground Up

Recommended for you

Architecting single-page front-end apps
Architecting single-page front-end appsArchitecting single-page front-end apps
Architecting single-page front-end apps

This document provides an overview of key concepts for building single-page web applications. It discusses client-server relationships, routing, views and content rendering, global event handling, dependency management, initialization and execution, form handling. The document emphasizes defining RESTful APIs, rendering HTML on the server when possible, using a dependency library like RequireJS, and following conventions to manage initialization and execution of code.

single-pagexhrfront-end
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

This document discusses the future of web apps using .NET Core and ASP.NET 5. It introduces .NET Core as a cross-platform version of .NET that can be deployed with apps. ASP.NET 5 unifies MVC, Web API, and Web Pages and features faster development workflows. It also covers new project management tools, dependency management with NuGet and Bower, and a modular HTTP pipeline.

asp.net 5.0
ASP.NET MVC 3
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3

- ASP.NET MVC 3 includes major improvements like NuGet, Razor view engine, HTML helpers, and dependency injection as well as minor improvements like sessionless controllers, ViewBag property, JSON model binding, and granular input validation. - NuGet is a package manager that allows libraries to be distributed and installed from a central repository. The Razor view engine uses a syntax that transitions smoothly between HTML markup and C# code. HTML helpers allow declarative and traditional ways to write reusable rendering blocks. Dependency injection allows external components and services to be injected into controllers and other areas of an MVC application. - The presentation provided an overview of ASP.NET MVC and demonstrated features including using NuGet packages,

aspnetsql ceaspnet mvc 3
jQuery From the Ground Up
Who Use’s jQuery?GoogleNetflixDellBank of AmericaMajor League BaseballDiggNBCCBS
Browser CompatibilityInternet Explorer 6.0+Firefox 2.0 +Safari 3.0+Opera 9.0+Chrome
Getting jQuery

Recommended for you

ASP.NET MVC for Begineers
ASP.NET MVC for BegineersASP.NET MVC for Begineers
ASP.NET MVC for Begineers

This document provides an introduction to ASP.NET MVC for beginners. It discusses some of the weaknesses of traditional ASP.NET WebForms, such as lack of separation of concerns. ASP.NET MVC follows the Model-View-Controller pattern to address these issues by separating the user interface (view), data and business logic (model), and application logic (controller). The MVC pattern promotes loose coupling, testability, and maintainability. ASP.NET MVC builds on ASP.NET to provide a testable alternative to WebForms that supports clean URLs, separation of concerns, and extensibility. It demonstrates the MVC request processing flow from controller to model to view to response.

asp.net mvcmvc
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

This document discusses writing better tests for JavaScript apps. It notes that good tests are fast, comprehensive, reliable, and maintainable, enabling refactoring with increased confidence. Typical problems with testing include tests being slow to write and run, intermittently failing, or not failing at all. The document recommends unit tests and higher level unit tests to test modules and their interactions. It provides tips for different testing contexts like single-page apps and Node web services. Defensive testing patterns like dependency injection and Arrange-Act-Assert are also covered.

Dependency Injection in Silverlight
Dependency Injection in SilverlightDependency Injection in Silverlight
Dependency Injection in Silverlight

This document discusses dependency injection and inversion of control design patterns. It recommends using dependency injection frameworks like Castle Project, Spring.NET, and Unity as they provide benefits like flexibility, configurability, and testability. It provides examples of how dependency injection allows switching behaviors through configuration rather than recompiling code. The document also covers interceptors, listeners, and other advanced topics but does not discuss type converters, sockets, or WCF integration in depth.

microsoftvs2008silverlight
Production vs. DevelopmentProductionMinifiedQuick to downloadImpossible to read and debugDevelopmentCommentedFormattedLarge file
Deployment TipsDon’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 documentationIt’s awesome!http://docs.jquery.comEasy to navigate and searchExamples on every topicTutorials, references, and FAQs
jQuery From the Ground Up

Recommended for you

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)

Discover how to automatically move data from anywhere to anywhere with FME Server. You'll see how to transmit data via the web, email, and mobile devices. We'll also demonstrate how to schedule recurring ETL tasks and keep data stores up-to-date. Plus, find out how to automatically transform and deliver data where and how it's needed.

fme serveretl tasksdata automation
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

Plugins are what lets WordPress power so much of the web – all kinds of customizability in only a few clicks! Let’s talk about the WordPress Plugin ecosystem, learn how to identify good plugins from bad ones, and compare paid versus free plugins. I’ll also share my top list of awesome plugins to push WordPress way past a simple blog.

wordpressplugins
Maurice de Beijer
Maurice de BeijerMaurice de Beijer
Maurice de Beijer

ASP.NET Core introduces a new project structure that is totally modular, allowing for a faster development cycle. It runs on .NET Core which is cross-platform, supporting on-premises and cloud deployments. Key aspects include MVC and Web API, inversion of control and the ability to choose editors and tools.

codefest 2016
jQuery From the Ground Up
VS2008 Intellisensehttp://docs.jquery.com/Downloading_jQueryAdd the *-vsdoc.js file to your solutionEnjoy full jQueryIntellisense!
DemoSetting up jQuery
jQuery From the Ground Up

Recommended for you

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

This document discusses unit testing ASP.Net and ASP.Net MVC applications. It notes that ASP.Net applications are difficult to test because they rely on server state like HttpContext. Testing through a browser is slow and hard to debug. However, ASP.Net MVC is more test-friendly as it works through interfaces and BaseHttpContext, but still has challenges like testing redirection and custom code. The document provides examples of testing what is written to the client, an MVC controller, and security logging. It promotes downloading Isolator.Net and Ivonna for isolation testing and concludes by calling the audience to action.

unit testingsoftware testingasp.net
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

This document discusses building single page applications (SPAs) using AngularJS, ASP.NET MVC, and ASP.NET WebAPI. It introduces AngularJS as a powerful JavaScript framework for building SPAs and CRUD applications. It notes that while AngularJS makes applications easy to build, large JavaScript apps can be hard to maintain. It then introduces ASP.NET WebAPI for building RESTful APIs and ASP.NET MVC as a server-side framework. It argues that combining AngularJS, WebAPI and MVC takes the best of both worlds, allowing structure from MVC while offloading UI tasks to AngularJS for performance. The document contains code demos of each technology and how they can work

webapiasp.netangularjs
About Flux
About FluxAbout Flux
About Flux

The document discusses the Model-View-Controller (MVC) pattern and Flux architecture. MVC faces problems as applications grow in size and complexity, with multiple controllers and views potentially manipulating the same model. Flux aims to address this by having a unidirectional data flow where all actions are dispatched through a central dispatcher. While simpler initially, Flux applications can also become confusing as data flows grow more complex. The key difference is that Flux maintains a higher level of predictability through its single-directional data flow approach.

Setting Up jQuery
jQuery Syntax$(selector).function()$ or jQueryjQuery objectselectorreference to an element on the pageFunctionAny 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.
DemoSelectors

Recommended for you

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

Slides for my GGX 2014 talk "Grails and the real time world". The code is available here: https://github.com/lmivan/ggx2014 ----------------- In a hyper-connected world the concept ""Real Time"" is used more and more every day. With the traditional Grails architecture it's difficult to achieve this, so we need to use a different approach. The answer is to use message driven architectures that will allow us to achieve the goal and also build fast, decoupled and easy to test applications. In this talk you'll see a different type of architecture that will help you to serve content in real-time to a lot of clients in a fast and easy to scale way. You'll see some examples of how to achieve this using Spring Integration and integrate with external systems like websockets and XMPP in an easy and decoupled way.

spring integrationgrailsgroovy
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

Mobile web traffic continues to increase and in some cases is surpassing that of desktops. And from 2013 to 2014, mobile app usage saw an astounding 52% increase compared to just a 1% increase with desktops. With facts like these, it’s apparent that businesses can no longer afford to ignore their mobile experience. Whether your audience is spending just a few minutes checking on the status of an order or watching streaming media for hours on their mobile device, it all plays a part in the overall customer experience journey they have with your business.

smartphoneandroidmobile
How To Facebook - #SMM
How To Facebook - #SMMHow To Facebook - #SMM
How To Facebook - #SMM

Presentatie voor #SMM, op dinsdag 25 Januari 2011

vincent smitfacebookheeze
$(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.
DemoA Better Contact Form: Putting jQuery to Work
jQuery UIhttp://jqueryui.com/Several comment UI widgets and visual effects.Compatible with several browsers, including IE 6.0.
DemojQuery UI

Recommended for you

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

The document discusses strategies for gaining attention on social media platforms. It recommends creating a large volume of content for platforms like Facebook and Twitter to build credibility and consistency. It also suggests developing relationships with popular "hub" websites and promoting content that proves popular on those sites by understanding their audiences. The document emphasizes that "social proof" and getting content shared and linked on other sites is important for gaining attention.

icrossing ukicrossingsocial media strategy; mark higginson
Landscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & OpportunitiesLandscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & Opportunities

This document summarizes the political landscape and top environmental issues in Ohio for 2013. It identifies the key political figures like the Governor and legislative leaders. It also outlines the major committees that will consider environmental legislation. Ten top issues are highlighted, such as clean water, energy, transportation, and fracking. The document suggests challenges like new lawmakers could become opportunities with education. It indicates important deadlines and resources for advocates to influence policy debates.

ohio environmental council
Mitel BPC
Mitel BPCMitel BPC
Mitel BPC

The document describes Mobiso's unified speech assistant solution for Mitel, highlighting key benefits such as enhancing customer relationships, boosting productivity, and freeing employees from keypads. It also outlines Mobiso's cloud-based speech recognition services which allow IP PBX providers to offer speech capabilities with no local hardware/software requirements. Finally, it provides an overview of how partners can set up a free hosted pilot of Mobiso's services using SIP registration.

speech technologycloud based speech enabled auto attendantcloudbased ivr
3rd Party PluginsHundreds of plugins availableDon’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.comTwitter: 1kevgriffEmail: 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
 
ASP.NET Core
ASP.NET CoreASP.NET Core
Web application intro
Web application introWeb application intro
Web application intro
Tobias Pfeiffer
 
Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introduction
shaojung
 
Silver Light By Nyros Developer
Silver Light By Nyros DeveloperSilver Light By Nyros Developer
Silver Light By Nyros Developer
Nyros 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 AngularJS
Mohamed Elkhodary
 
Architecting single-page front-end apps
Architecting single-page front-end appsArchitecting single-page front-end apps
Architecting single-page front-end apps
Zohar 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 2015
Shahed Chowdhuri
 
ASP.NET MVC 3
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3
Buu Nguyen
 
ASP.NET MVC for Begineers
ASP.NET MVC for BegineersASP.NET MVC for Begineers
ASP.NET MVC for Begineers
Shravan Kumar Kasagoni
 
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
JakeGinnivan
 
Dependency Injection in Silverlight
Dependency Injection in SilverlightDependency Injection in Silverlight
Dependency Injection in Silverlight
Caleb 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 Blog
Meagan Hanes
 
Maurice de Beijer
Maurice de BeijerMaurice de Beijer
Maurice de Beijer
CodeFest
 
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
Gil 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 webapi
Maurice De Beijer [MVP]
 
About Flux
About FluxAbout Flux
About Flux
Jooyoung Moon
 
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
Ivá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 Strategy
rivetlogic
 
How To Facebook - #SMM
How To Facebook - #SMMHow To Facebook - #SMM
How To Facebook - #SMM
Kees 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 Attention
iCrossing
 
Landscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & OpportunitiesLandscape 2013: New & Old Challenges & Opportunities
Landscape 2013: New & Old Challenges & Opportunities
Ohio Environmental Council
 
Mitel BPC
Mitel BPCMitel BPC
Mitel BPC
ddebbrown
 
manpower annual reports 2004
manpower annual reports 2004manpower annual reports 2004
manpower annual reports 2004
finance12
 
Kerins Examples
Kerins ExamplesKerins Examples
Kerins Examples
ckerins
 
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
PaperMaker, BeyondThePdf, RebholzSchuhmann, 19Jan2011
rebshoe
 
Social Marketing Philanthropy Midwest
Social Marketing Philanthropy MidwestSocial Marketing Philanthropy Midwest
Social Marketing Philanthropy Midwest
Mark Logan
 
компјутерски криминал
компјутерски криминалкомпјутерски криминал
компјутерски криминал
Katerina Ivanova
 
Business Plan Negocia Masters Assignment
Business Plan Negocia Masters AssignmentBusiness Plan Negocia Masters Assignment
Business Plan Negocia Masters Assignment
sholtohughes
 
Slides of Great Lakes Restoration Initiative
Slides of Great Lakes Restoration InitiativeSlides of Great Lakes Restoration Initiative
Slides of Great Lakes Restoration Initiative
Ohio Environmental Council
 
SXSWi Recap with notes
SXSWi Recap with notesSXSWi Recap with notes
SXSWi Recap with notes
Mark 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 11
Mark Logan
 
manpower annual reports 2008
manpower annual reports 2008manpower annual reports 2008
manpower annual reports 2008
finance12
 
WNF Open Sneeuwluipaard: Mongolia and Russia
WNF Open Sneeuwluipaard: Mongolia and RussiaWNF Open Sneeuwluipaard: Mongolia and Russia
WNF Open Sneeuwluipaard: Mongolia and Russia
Wereld 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 - iCrossing
iCrossing
 
Ideas for global projects ncais
Ideas for global projects   ncaisIdeas for global projects   ncais
Ideas for global projects ncais
Educational Collaborators
 
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
Ohio 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
JqueryJquery
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
Mark Roden
 
Starting with jQuery
Starting with jQueryStarting with jQuery
Starting with jQuery
Anil Kumar
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
Catherine Beltran
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
Catherine Beltran
 
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
Edureka!
 
jQuery
jQueryjQuery
jQuery
sgrover
 
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
Marakana Inc.
 
jQuery
jQueryjQuery
jQuery
i.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 Optimization
Jon Dean
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
James 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 better
Ivo Andreev
 
Intro to jQuery @ Startup Institute
Intro to jQuery @ Startup InstituteIntro to jQuery @ Startup Institute
Intro to jQuery @ Startup Institute
Rafael 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 jquery
Umar Ali
 
Web Development Introduction to jQuery
Web Development Introduction to jQueryWeb Development Introduction to jQuery
Web Development Introduction to jQuery
Laurence Svekis ✔
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery Basics
Kaloyan 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

論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
Toru Tamaki
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
SynapseIndia
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
BookNet Canada
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
ScyllaDB
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
Mark Billinghurst
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
Sally Laouacheria
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
huseindihon
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
rajancomputerfbd
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
Comparison Table of DiskWarrior Alternatives.pdf
Comparison Table of DiskWarrior Alternatives.pdfComparison Table of DiskWarrior Alternatives.pdf
Comparison Table of DiskWarrior Alternatives.pdf
Andrey Yasko
 
Cookies program to display the information though cookie creation
Cookies program to display the information though cookie creationCookies program to display the information though cookie creation
Cookies program to display the information though cookie creation
shanthidl1
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
Matthew Sinclair
 
Calgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptxCalgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptx
ishalveerrandhawa1
 
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck
Lidia A.
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 

Recently uploaded (20)

論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
Comparison Table of DiskWarrior Alternatives.pdf
Comparison Table of DiskWarrior Alternatives.pdfComparison Table of DiskWarrior Alternatives.pdf
Comparison Table of DiskWarrior Alternatives.pdf
 
Cookies program to display the information though cookie creation
Cookies program to display the information though cookie creationCookies program to display the information though cookie creation
Cookies program to display the information though cookie creation
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
 
Calgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptxCalgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptx
 
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 

jQuery From the Ground Up