SlideShare a Scribd company logo
Jquery
• Introduction
• What is jQuery?
• Features
• Why jQuery ?
• jQuery Syntax
• jQuery Selectors
• jQuery Event Methods
• Examples
• Advantages
• Disadvantages
• References
jQuery is a lightweight, "write less, do more",
JavaScript library .
It was released in January 2006 at BarCamp NYC by
John Resig.
open-source JavaScript library that simplifies
interaction between HTML and JavaScript.
The purpose of jQuery is to make it much easier to
use JavaScript on your website.
Events
Effects and animations
Ajax
Extensibility through plug-ins
Utilities
Compatibility
Multi-browser support.
• Basic syntax is:
$(selector).action()
Examples:
• $(this).hide() - hides current element.
• $("p").hide() - hides all paragraphs.
• $("p.test").hide() - hides all paragraphs with class="test".
• $("#test").hide() - hides the element with id="test".
$(document).ready(function(){
// jQuery functions go here...
});
All type of selectors in jQuery, start with the dollar sign
and parentheses: $().
Selector Example Selects
#id $("#lastname") The element with
id="lastname"
.class $(".intro") All elements with class="intro“
:header $(":header") All header elements h1, h2 ...
:animated $(":animated") All animated elements
:hidden $("p:hidden") All hidden p elements
:button $(":button") All input elements with type="button"
p.intro $("p.intro") Selects all <p> elements with
class="intro"
:visible $("table:visible") All visible tables
• All the different visitors actions that a web page can
respond to are called events.
• Syntax For Event Methods
$("p").click(function()
{
// action goes here!!
});
Jquery
Jquery
Jquery
Jquery
•  It’s lightweight, easy and fast
•  Write less but do more
•  Cross Browser Compatibility
•  Separate javascript code from HTML mark-up
•  Ajax support
• Open source library
• Cool Effects and Animations
     
Functionality maybe limited
JQueryjavascript file required
• Proctor, Paul E. The Practical  jquery Handbook. New 
Jersey: Prentice Hall PTR, 2001.
• Anderson J - An introduction to jquery - MIT Press 1995
• Jean,& Philippe. (2001). Application of  jquery. Bethesda, 
MD: SANS Institute. Retreivedfromhttp://
www.sans.org/reading-room/whitepapers/336.php
• Vigna, G., & Kemmerer, R.A. (1999). NetSTAT: A jquery. 
Journal of Computer Security, 7 (1), 37--71.

More Related Content

What's hot (20)

PPTX
Javascript for the c# developer
Salvatore Fazio
 
PDF
Railsbridge javascript
p4geoff
 
PDF
Handout for Metadata for Visual Resources
Jenn Riley
 
PDF
JavaScript Library Overview (Ajax Exp West 2007)
jeresig
 
KEY
User Interface Development with jQuery
colinbdclark
 
KEY
Nothing Hard Baked: Designing the Inclusive Web
colinbdclark
 
PPTX
JavaScript!
RTigger
 
PPTX
JQuery
Jussi Pohjolainen
 
PDF
Short intro to JQuery and Modernizr
Jussi Pohjolainen
 
PPTX
SharePoint and jQuery Essentials
Mark Rackley
 
PDF
State of jQuery and Drupal
jeresig
 
PDF
Handout for Metadata Overview SEI 2013
Jenn Riley
 
PDF
jQuery Introduction
Arwid Bancewicz
 
PPT
J Query
ravinxg
 
PDF
fuser interface-development-using-jquery
Kostas Mavridis
 
PPTX
J query resh
Resh Mahtani
 
PPTX
JQuery Overview
Mahmoud Tolba
 
PPTX
Getting started with jQuery
Gill Cleeren
 
PPTX
jQuery - Web Engineering
adeel990
 
PDF
JavaScript para Graficos y Visualizacion de Datos
philogb
 
Javascript for the c# developer
Salvatore Fazio
 
Railsbridge javascript
p4geoff
 
Handout for Metadata for Visual Resources
Jenn Riley
 
JavaScript Library Overview (Ajax Exp West 2007)
jeresig
 
User Interface Development with jQuery
colinbdclark
 
Nothing Hard Baked: Designing the Inclusive Web
colinbdclark
 
JavaScript!
RTigger
 
Short intro to JQuery and Modernizr
Jussi Pohjolainen
 
SharePoint and jQuery Essentials
Mark Rackley
 
State of jQuery and Drupal
jeresig
 
Handout for Metadata Overview SEI 2013
Jenn Riley
 
jQuery Introduction
Arwid Bancewicz
 
J Query
ravinxg
 
fuser interface-development-using-jquery
Kostas Mavridis
 
J query resh
Resh Mahtani
 
JQuery Overview
Mahmoud Tolba
 
Getting started with jQuery
Gill Cleeren
 
jQuery - Web Engineering
adeel990
 
JavaScript para Graficos y Visualizacion de Datos
philogb
 

Similar to Jquery (20)

PPTX
Jquery
Zoya Shaikh
 
PPT
J query presentation
sawarkar17
 
PPT
J query presentation
akanksha17
 
PDF
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
Doris Chen
 
PDF
Learning jQuery made exciting in an interactive session by one of our team me...
Thinqloud
 
PPT
Jquery PPT_Finalfgfgdfgdr5tryeujkhdwappt
shubhangimalas1
 
PDF
JQuery UI
Gary Yeh
 
PDF
JavaScript Library Overview
jeresig
 
PPT
J query
Manav Prasad
 
PPTX
Jquery beltranhomewrok
Catherine Beltran
 
PPTX
Jquery beltranhomewrok
Catherine Beltran
 
PDF
How to make Ajax Libraries work for you
Simon Willison
 
PDF
JavaScript Libraries (Kings of Code)
jeresig
 
PDF
jQuery for beginners
Siva Arunachalam
 
PDF
jQuery-1-Ajax
guestcf600a
 
PDF
&lt;img src="../i/r_14.png" />
tutorialsruby
 
PDF
jQuery-1-Ajax
guestcf600a
 
PDF
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
tutorialsruby
 
PPT
jQuery Learning
Uzair Ali
 
Jquery
Zoya Shaikh
 
J query presentation
sawarkar17
 
J query presentation
akanksha17
 
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
Doris Chen
 
Learning jQuery made exciting in an interactive session by one of our team me...
Thinqloud
 
Jquery PPT_Finalfgfgdfgdr5tryeujkhdwappt
shubhangimalas1
 
JQuery UI
Gary Yeh
 
JavaScript Library Overview
jeresig
 
J query
Manav Prasad
 
Jquery beltranhomewrok
Catherine Beltran
 
Jquery beltranhomewrok
Catherine Beltran
 
How to make Ajax Libraries work for you
Simon Willison
 
JavaScript Libraries (Kings of Code)
jeresig
 
jQuery for beginners
Siva Arunachalam
 
jQuery-1-Ajax
guestcf600a
 
&lt;img src="../i/r_14.png" />
tutorialsruby
 
jQuery-1-Ajax
guestcf600a
 
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
tutorialsruby
 
jQuery Learning
Uzair Ali
 
Ad

More from Pushkar Dutt (20)

PPT
Wireless usb
Pushkar Dutt
 
PPT
Wearable computers
Pushkar Dutt
 
PPT
Watermarking
Pushkar Dutt
 
PPT
Tsunami warning system
Pushkar Dutt
 
PPT
Smart card technology
Pushkar Dutt
 
PPT
Pretty good privacy
Pushkar Dutt
 
PPT
Nui
Pushkar Dutt
 
PPT
Network security
Pushkar Dutt
 
PPT
Mobile cloning
Pushkar Dutt
 
PPT
Manet
Pushkar Dutt
 
PPTX
Intelligent highway
Pushkar Dutt
 
PPT
Gi fi
Pushkar Dutt
 
PPT
Face recognition technology
Pushkar Dutt
 
PPTX
Eye phone
Pushkar Dutt
 
PPTX
Epoc
Pushkar Dutt
 
PPT
E commerce
Pushkar Dutt
 
PPT
Digital jewellary
Pushkar Dutt
 
PPT
Cloud computing
Pushkar Dutt
 
PPT
Atm security
Pushkar Dutt
 
PPT
5 pen pc
Pushkar Dutt
 
Wireless usb
Pushkar Dutt
 
Wearable computers
Pushkar Dutt
 
Watermarking
Pushkar Dutt
 
Tsunami warning system
Pushkar Dutt
 
Smart card technology
Pushkar Dutt
 
Pretty good privacy
Pushkar Dutt
 
Network security
Pushkar Dutt
 
Mobile cloning
Pushkar Dutt
 
Intelligent highway
Pushkar Dutt
 
Face recognition technology
Pushkar Dutt
 
Eye phone
Pushkar Dutt
 
E commerce
Pushkar Dutt
 
Digital jewellary
Pushkar Dutt
 
Cloud computing
Pushkar Dutt
 
Atm security
Pushkar Dutt
 
5 pen pc
Pushkar Dutt
 
Ad

Recently uploaded (20)

PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PDF
Tips for Writing the Research Title with Examples
Thelma Villaflores
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PPTX
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
PPTX
Electrophysiology_of_Heart. Electrophysiology studies in Cardiovascular syste...
Rajshri Ghogare
 
PPTX
Virus sequence retrieval from NCBI database
yamunaK13
 
PPTX
Rules and Regulations of Madhya Pradesh Library Part-I
SantoshKumarKori2
 
PDF
EXCRETION-STRUCTURE OF NEPHRON,URINE FORMATION
raviralanaresh2
 
PDF
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
PPTX
Applied-Statistics-1.pptx hardiba zalaaa
hardizala899
 
PPT
DRUGS USED IN THERAPY OF SHOCK, Shock Therapy, Treatment or management of shock
Rajshri Ghogare
 
PPTX
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Top 10 AI Tools, Like ChatGPT. You Must Learn In 2025
Digilearnings
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PPTX
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
LDP-2 UNIT 4 Presentation for practical.pptx
abhaypanchal2525
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
Tips for Writing the Research Title with Examples
Thelma Villaflores
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
Electrophysiology_of_Heart. Electrophysiology studies in Cardiovascular syste...
Rajshri Ghogare
 
Virus sequence retrieval from NCBI database
yamunaK13
 
Rules and Regulations of Madhya Pradesh Library Part-I
SantoshKumarKori2
 
EXCRETION-STRUCTURE OF NEPHRON,URINE FORMATION
raviralanaresh2
 
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
Applied-Statistics-1.pptx hardiba zalaaa
hardizala899
 
DRUGS USED IN THERAPY OF SHOCK, Shock Therapy, Treatment or management of shock
Rajshri Ghogare
 
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
Top 10 AI Tools, Like ChatGPT. You Must Learn In 2025
Digilearnings
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
LDP-2 UNIT 4 Presentation for practical.pptx
abhaypanchal2525
 

Jquery