jQuery - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

jQuery

Description:

Dynamic HTML (DHTML) How do I get it. www.jquery.com. How can I learn it. jQuery in Action by Bibeault & Katz, Manning. jQuery Visual Quickstart Guide by 'Holzner, ... – PowerPoint PPT presentation

Number of Views:159
Avg rating:3.0/5.0
Slides: 11
Provided by: chr1187
Category:
Tags: dhtml | jquery

less

Transcript and Presenter's Notes

Title: jQuery


1
jQuery
  • The Way to JavaScript and Rich Internet
    Applications

2
Introduction to jQuery
  • What is jQuery
  • Why do I want it
  • Rich Internet Applications (RIA)
  • Dynamic HTML (DHTML)
  • How do I get it
  • www.jquery.com
  • How can I learn it
  • jQuery in Action by Bibeault Katz, Manning
  • jQuery Visual Quickstart Guide by Holzner,
    Peachpit
  • www.jquery.com

3
Introduction to jQuery
  • Installation You just download the
    jquery-1.3.2.js file and put it in your website
    folder
  • Using jQuery
  • Visual Web Developer 2008 Express Edition
  • Expression Web
  • Visual Studio 2008 SP1 patch KB958502
    jquery-1.3.2-vsdoc.js

4
What jQuery Does
  • Unobtrusive JavaScript separation of behavior
    from structure
  • CSS separation of style from structure
  • Allows adding JavaScript to your web pages
  • Advantages over just JavaScript
  • Much easier to use
  • Eliminates cross-browser problems

5
4 Things jQuery Provides
  • Select DOM elements on a page
  • Set properties of DOM elements, in groups
  • Creates DOM elements
  • Defines event behavior on a page (click, mouse
    movement)

6
Tutorial 1 The Ready Function
  • Set up a basic HTML page and add jQuery
  • Create a ready function
  • Call a function
  • 4 ways to specify the ready function

7
Tutorial 2 Formatting Elements
  • Color
  • Visibility
  • Size

8
Tutorial 3 Add Page Elements
  • New ltdivgt elements
  • New paragraph ltpgt elements

9
Tutorial 4 Add Events
  • Mouseover events
  • Button click events
  • Keystrokes

10
Other examples
  • Table stripes
  • Animations
  • Expanding Lists
  • ASP.NET Gridview
Write a Comment
User Comments (0)
About PowerShow.com