SlideShare a Scribd company logo
Javascript & jQuery
1. Un programme javascript
1.1 Outils
Moteurs JavaScript pour le développement
Navigateur JSFiddleConsole
Les outils du développeur Javascript (1)
FireFox Chrome Chrome Canary
Les outils du développeur Javascript (2)
Sublime Text BracketsAtom.io
1.2 code javascript ?
Un fichier javascript
alert("Bazinga");
alert("Im not crazy.");
alert("My mother had me tested");
Quelques commandes
alert("Suit up!");
console.log("Haaaaaave you met Ted?");
Commentaires
// Single Line Comments
/*
Multi-line
Comments
*/
1.3 Où mettre du javascript ?
JavaScript dans une page HTML (1)
<!doctype html>
<html>
<head></head>
<body>
    <script>
       alert('Hello world!');
     </script>
</body>
</html>
JavaScript dans une page HTML (2)
<!doctype html>
<html>
<head></head>
<body>
    <script src="hello.js"></script>
</body>
</html>
2. jQuery
jQuery ?
jQuery is a cross-platform JavaScript library designed
to simplify the client-side scripting of HTML. jQuery is
the most popular JavaScript library in use today.
jQuery is free, open-source software licensed under
the MIT License.
https://en.wikipedia.org
Use jQuery
<!DOCTYPE html>
<html lang="fr">
<head></head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Document ready
$(document).ready(function() {
alert('Hello');
}
Example : Smooth scroll
$('a[href^="#"]').click(function(){
var the_id = $(this).attr("href");
$('html, body').animate({
scrollTop:$(the_id).offset().top
}, 'slow');
return false;
});
Merci pour votre attention.

More Related Content

What's hot (20)

PDF
jQuery 1.3 and jQuery UI
jeresig
 
PDF
Lightning Talk: Making JS better with Browserify
crgwbr
 
DOC
12 Rocking Apache .htaccess Tutorial ...
wensheng wei
 
PDF
RSpec. Part 3
Vladimir Dementyev
 
ODP
10 things you are doing wrong in Joomla
Ashwin Date
 
PDF
Mac OS X Lion で作る WordPress local 環境
Yuriko IKEDA
 
PDF
Python para web - Utilizando micro-framework Flask - PUG-MA
Herson Leite
 
PDF
Wso2 esb-rest-integration
Chanaka Fernando
 
PDF
Css secrets
Sanjay
 
PDF
Human Talks Riot.js
streamdata.io
 
PDF
Beginning Jquery In Drupal Theming
Rob Knight
 
PDF
Asynchronous JavaScript loading
yay w00t
 
PDF
ExtJS勉強会@名古屋
Tsuyoshi Yamamoto
 
ODP
Redmine on amazon ec2
Ikuru Kanuma
 
PPTX
Canjs
bitovi
 
PDF
Building Javascript Apps with the WordPress JSON API – LoopConf 2015
Jake Spurlock
 
PDF
WP migrations
Daniel Kanchev
 
PDF
DevOps: Falando um pouco sobre desenvolvimento orientado a testes com Puppet
Marcelo Andrade
 
jQuery 1.3 and jQuery UI
jeresig
 
Lightning Talk: Making JS better with Browserify
crgwbr
 
12 Rocking Apache .htaccess Tutorial ...
wensheng wei
 
RSpec. Part 3
Vladimir Dementyev
 
10 things you are doing wrong in Joomla
Ashwin Date
 
Mac OS X Lion で作る WordPress local 環境
Yuriko IKEDA
 
Python para web - Utilizando micro-framework Flask - PUG-MA
Herson Leite
 
Wso2 esb-rest-integration
Chanaka Fernando
 
Css secrets
Sanjay
 
Human Talks Riot.js
streamdata.io
 
Beginning Jquery In Drupal Theming
Rob Knight
 
Asynchronous JavaScript loading
yay w00t
 
ExtJS勉強会@名古屋
Tsuyoshi Yamamoto
 
Redmine on amazon ec2
Ikuru Kanuma
 
Canjs
bitovi
 
Building Javascript Apps with the WordPress JSON API – LoopConf 2015
Jake Spurlock
 
WP migrations
Daniel Kanchev
 
DevOps: Falando um pouco sobre desenvolvimento orientado a testes com Puppet
Marcelo Andrade
 

Viewers also liked (20)

PDF
Projet timezone
Jean Michel
 
PDF
Javascript #5.1 : tp1 zombies!
Jean Michel
 
PDF
Wordpress #1 : introduction
Jean Michel
 
PDF
Javascript #2 : valeurs, types & opérateurs
Jean Michel
 
PDF
Wordpress #2 : customisation
Jean Michel
 
PDF
Wordpress #3 : content strategie
Jean Michel
 
PDF
Startup & entrepreneuriat #2.1: disrupt me
Jean Michel
 
PDF
Javascript #4.2 : fonctions for pgm
Jean Michel
 
PDF
#3 html in the real world
Jean Michel
 
PDF
Html & Css #5 : positionement
Jean Michel
 
PDF
Les modèles économiques du web
Jean Michel
 
PDF
#1 entreprendre au xxiè siècle
Jean Michel
 
PDF
Dev Web 101 #2 : development for dummies
Jean Michel
 
PDF
PHP #7 : guess who?
Jean Michel
 
PDF
Architecture logicielle #3 : object oriented design
Jean Michel
 
PDF
Architecture logicielle #2 : TP timezone
Jean Michel
 
PDF
Javascript #7 : manipuler le dom
Jean Michel
 
PDF
#4 css 101
Jean Michel
 
PDF
Architecture logicielle #5 : hipsto framework
Jean Michel
 
PDF
Javascript #11: Space invader
Jean Michel
 
Projet timezone
Jean Michel
 
Javascript #5.1 : tp1 zombies!
Jean Michel
 
Wordpress #1 : introduction
Jean Michel
 
Javascript #2 : valeurs, types & opérateurs
Jean Michel
 
Wordpress #2 : customisation
Jean Michel
 
Wordpress #3 : content strategie
Jean Michel
 
Startup & entrepreneuriat #2.1: disrupt me
Jean Michel
 
Javascript #4.2 : fonctions for pgm
Jean Michel
 
#3 html in the real world
Jean Michel
 
Html & Css #5 : positionement
Jean Michel
 
Les modèles économiques du web
Jean Michel
 
#1 entreprendre au xxiè siècle
Jean Michel
 
Dev Web 101 #2 : development for dummies
Jean Michel
 
PHP #7 : guess who?
Jean Michel
 
Architecture logicielle #3 : object oriented design
Jean Michel
 
Architecture logicielle #2 : TP timezone
Jean Michel
 
Javascript #7 : manipuler le dom
Jean Michel
 
#4 css 101
Jean Michel
 
Architecture logicielle #5 : hipsto framework
Jean Michel
 
Javascript #11: Space invader
Jean Michel
 
Ad

Similar to Javascript #2.2 : jQuery (15)

PPTX
Javascript ch8
Brady Cheng
 
PPTX
JAVASCRIPT 1.pptx.pptx
BeingPrime
 
PPT
JavaScript Missing Manual, Ch. 1
Gene Babon
 
PPTX
JavaScript - Getting Started.pptx
JonnJorellPunto
 
PPTX
Introduction to Jquery
Gurpreet singh
 
PDF
Basic JavaScript Tutorial
DHTMLExtreme
 
PDF
Difference between java script and jquery
Umar Ali
 
PDF
WT UNIT 2 presentation :client side technologies JavaScript And Dom
SrushtiGhise
 
PDF
Introduction to jQuery
Nagaraju Sangam
 
PPTX
J query
Alliza Reyes
 
PDF
JQUERY
Eunice Tanamor
 
PDF
Essential_Javascript_--_A_Javascript_Tutorial
tutorialsruby
 
PDF
&lt;img src="../i/r_14.png" />
tutorialsruby
 
PDF
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
tutorialsruby
 
PDF
Essential_Javascript_--_A_Javascript_Tutorial
tutorialsruby
 
Javascript ch8
Brady Cheng
 
JAVASCRIPT 1.pptx.pptx
BeingPrime
 
JavaScript Missing Manual, Ch. 1
Gene Babon
 
JavaScript - Getting Started.pptx
JonnJorellPunto
 
Introduction to Jquery
Gurpreet singh
 
Basic JavaScript Tutorial
DHTMLExtreme
 
Difference between java script and jquery
Umar Ali
 
WT UNIT 2 presentation :client side technologies JavaScript And Dom
SrushtiGhise
 
Introduction to jQuery
Nagaraju Sangam
 
J query
Alliza Reyes
 
Essential_Javascript_--_A_Javascript_Tutorial
tutorialsruby
 
&lt;img src="../i/r_14.png" />
tutorialsruby
 
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
tutorialsruby
 
Essential_Javascript_--_A_Javascript_Tutorial
tutorialsruby
 
Ad

More from Jean Michel (19)

PDF
Startup #7 : how to get customers
Jean Michel
 
PDF
HTML & CSS #10 : Bootstrap
Jean Michel
 
PDF
Javascript #10 : canvas
Jean Michel
 
PDF
Architecture logicielle #4 : mvc
Jean Michel
 
PDF
Architecture logicielle #1 : introduction
Jean Michel
 
PDF
PHP #6 : mysql
Jean Michel
 
PDF
PHP & MYSQL #5 : fonctions
Jean Michel
 
PDF
PHP #4 : sessions & cookies
Jean Michel
 
PDF
PHP #3 : tableaux & formulaires
Jean Michel
 
PDF
PHP #2 : variables, conditions & boucles
Jean Michel
 
PDF
PHP #1 : introduction
Jean Michel
 
PDF
Startup #5 : pitch
Jean Michel
 
PDF
WebApp #4 : Consuming REST APIs
Jean Michel
 
PDF
Javascript #8 : événements
Jean Michel
 
PDF
WebApp #3 : API
Jean Michel
 
PDF
WebApp #2 : responsive design
Jean Michel
 
PDF
Gestion de projet #4 : spécification
Jean Michel
 
PDF
Projet timezone
Jean Michel
 
PDF
WebApp #1 : introduction
Jean Michel
 
Startup #7 : how to get customers
Jean Michel
 
HTML & CSS #10 : Bootstrap
Jean Michel
 
Javascript #10 : canvas
Jean Michel
 
Architecture logicielle #4 : mvc
Jean Michel
 
Architecture logicielle #1 : introduction
Jean Michel
 
PHP #6 : mysql
Jean Michel
 
PHP & MYSQL #5 : fonctions
Jean Michel
 
PHP #4 : sessions & cookies
Jean Michel
 
PHP #3 : tableaux & formulaires
Jean Michel
 
PHP #2 : variables, conditions & boucles
Jean Michel
 
PHP #1 : introduction
Jean Michel
 
Startup #5 : pitch
Jean Michel
 
WebApp #4 : Consuming REST APIs
Jean Michel
 
Javascript #8 : événements
Jean Michel
 
WebApp #3 : API
Jean Michel
 
WebApp #2 : responsive design
Jean Michel
 
Gestion de projet #4 : spécification
Jean Michel
 
Projet timezone
Jean Michel
 
WebApp #1 : introduction
Jean Michel
 

Recently uploaded (20)

PDF
Powering GIS with FME and VertiGIS - Peak of Data & AI 2025
Safe Software
 
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
PPTX
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PPTX
Revolutionizing Code Modernization with AI
KrzysztofKkol1
 
PDF
Streamline Contractor Lifecycle- TECH EHS Solution
TECH EHS Solution
 
PDF
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
PDF
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
PDF
Efficient, Automated Claims Processing Software for Insurers
Insurance Tech Services
 
PPTX
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
Salesforce CRM Services.VALiNTRY360
VALiNTRY360
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PPTX
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
PDF
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
PPTX
A Complete Guide to Salesforce SMS Integrations Build Scalable Messaging With...
360 SMS APP
 
PPTX
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
Powering GIS with FME and VertiGIS - Peak of Data & AI 2025
Safe Software
 
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
Revolutionizing Code Modernization with AI
KrzysztofKkol1
 
Streamline Contractor Lifecycle- TECH EHS Solution
TECH EHS Solution
 
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
Efficient, Automated Claims Processing Software for Insurers
Insurance Tech Services
 
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Human Resources Information System (HRIS)
Amity University, Patna
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Salesforce CRM Services.VALiNTRY360
VALiNTRY360
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
A Complete Guide to Salesforce SMS Integrations Build Scalable Messaging With...
360 SMS APP
 
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 

Javascript #2.2 : jQuery