Download PowerPoint – JavaScript and jQuery – Introduction

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Reactive programming wikipedia , lookup

Video game programmer wikipedia , lookup

C Sharp (programming language) wikipedia , lookup

BASIC wikipedia , lookup

Structured programming wikipedia , lookup

JavaScript wikipedia , lookup

Transcript
INTRODUCTION
JavaScript can make websites
more interactive, interesting,
and user-friendly.
LEARNING
JAVASCRIPT INVOLVES
LEARNING…
1
BASIC
PROGRAMMING
CONCEPTS
Including the terms
programmers use
to describe them
1
BASIC
PROGRAMMING
CONCEPTS
Including the terms
programmers use
to describe them
1
2
BASIC
PROGRAMMING
CONCEPTS
THE
LANGUAGE
ITSELF
Including the terms
programmers use
to describe them
Its vocabulary and
how to structure
your sentences
1
2
BASIC
PROGRAMMING
CONCEPTS
THE
LANGUAGE
ITSELF
Including the terms
programmers use
to describe them
Its vocabulary and
how to structure
your sentences
1
2
3
BASIC
PROGRAMMING
CONCEPTS
THE
LANGUAGE
ITSELF
HOW IT IS
APPLIED
Including the terms
programmers use
to describe them
Its vocabulary and
how to structure
your sentences
Looking at
examples of how it
is commonly used
HOW JAVASCRIPT
MAKES WEB PAGES
MORE INTERACTIVE
JavaScript lets you access
and modify the content and
markup of web pages as the
user is viewing them.
1. ACCESS CONTENT
Select text, elements,
or attributes on an
HTML page
1. ACCESS CONTENT
Select text, elements,
or attributes on an
HTML page
2. MODIFY CONTENT
Add text, elements, or
attributes to an HTML
page (or remove them)
1. ACCESS CONTENT
Select text, elements,
or attributes on an
HTML page
3. PROGRAM RULES
Specify a set of steps
for the browser to follow
(like a recipe)
2. MODIFY CONTENT
Add text, elements, or
attributes to an HTML
page (or remove them)
1. ACCESS CONTENT
Select text, elements,
or attributes on an
HTML page
2. MODIFY CONTENT
Add text, elements, or
attributes to an HTML
page (or remove them)
3. PROGRAM RULES
Specify a set of steps
for the browser to follow
(like a recipe)
4. REACT TO EVENTS
Tell a script to run when
a specific event has
occurred