SlideShare ist ein Scribd-Unternehmen logo
1 von 15
• 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!!
});
•  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.

Weitere ähnliche Inhalte

Was ist angesagt?

Railsbridge javascript
Railsbridge   javascriptRailsbridge   javascript
Railsbridge javascript
p4geoff
 
Short intro to JQuery and Modernizr
Short intro to JQuery and ModernizrShort intro to JQuery and Modernizr
Short intro to JQuery and Modernizr
Jussi Pohjolainen
 
fuser interface-development-using-jquery
fuser interface-development-using-jqueryfuser interface-development-using-jquery
fuser interface-development-using-jquery
Kostas Mavridis
 
JavaScript para Graficos y Visualizacion de Datos
JavaScript para Graficos y Visualizacion de DatosJavaScript para Graficos y Visualizacion de Datos
JavaScript para Graficos y Visualizacion de Datos
philogb
 

Was ist angesagt? (20)

Javascript for the c# developer
Javascript for the c# developerJavascript for the c# developer
Javascript for the c# developer
 
Railsbridge javascript
Railsbridge   javascriptRailsbridge   javascript
Railsbridge javascript
 
Handout for Metadata for Visual Resources
Handout for Metadata for Visual ResourcesHandout for Metadata for Visual Resources
Handout for Metadata for Visual Resources
 
JavaScript Library Overview (Ajax Exp West 2007)
JavaScript Library Overview (Ajax Exp West 2007)JavaScript Library Overview (Ajax Exp West 2007)
JavaScript Library Overview (Ajax Exp West 2007)
 
User Interface Development with jQuery
User Interface Development with jQueryUser Interface Development with jQuery
User Interface Development with jQuery
 
Nothing Hard Baked: Designing the Inclusive Web
Nothing Hard Baked: Designing the Inclusive WebNothing Hard Baked: Designing the Inclusive Web
Nothing Hard Baked: Designing the Inclusive Web
 
JavaScript!
JavaScript!JavaScript!
JavaScript!
 
JQuery
JQueryJQuery
JQuery
 
Short intro to JQuery and Modernizr
Short intro to JQuery and ModernizrShort intro to JQuery and Modernizr
Short intro to JQuery and Modernizr
 
SharePoint and jQuery Essentials
SharePoint and jQuery EssentialsSharePoint and jQuery Essentials
SharePoint and jQuery Essentials
 
State of jQuery and Drupal
State of jQuery and DrupalState of jQuery and Drupal
State of jQuery and Drupal
 
Handout for Metadata Overview SEI 2013
Handout for Metadata Overview SEI 2013Handout for Metadata Overview SEI 2013
Handout for Metadata Overview SEI 2013
 
jQuery Introduction
jQuery IntroductionjQuery Introduction
jQuery Introduction
 
J Query
J QueryJ Query
J Query
 
fuser interface-development-using-jquery
fuser interface-development-using-jqueryfuser interface-development-using-jquery
fuser interface-development-using-jquery
 
J query resh
J query reshJ query resh
J query resh
 
JQuery Overview
JQuery OverviewJQuery Overview
JQuery Overview
 
Getting started with jQuery
Getting started with jQueryGetting started with jQuery
Getting started with jQuery
 
jQuery - Web Engineering
jQuery - Web Engineering jQuery - Web Engineering
jQuery - Web Engineering
 
JavaScript para Graficos y Visualizacion de Datos
JavaScript para Graficos y Visualizacion de DatosJavaScript para Graficos y Visualizacion de Datos
JavaScript para Graficos y Visualizacion de Datos
 

Ähnlich wie Jquery

J query presentation
J query presentationJ query presentation
J query presentation
akanksha17
 
J query presentation
J query presentationJ query presentation
J query presentation
sawarkar17
 
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptxMicrosoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
tutorialsruby
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby
 
jQuery Learning
jQuery LearningjQuery Learning
jQuery Learning
Uzair Ali
 

Ähnlich wie Jquery (20)

Jquery
JqueryJquery
Jquery
 
J query presentation
J query presentationJ query presentation
J query presentation
 
J query presentation
J query presentationJ query presentation
J query presentation
 
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)
 
Learning jQuery made exciting in an interactive session by one of our team me...
Learning jQuery made exciting in an interactive session by one of our team me...Learning jQuery made exciting in an interactive session by one of our team me...
Learning jQuery made exciting in an interactive session by one of our team me...
 
JQuery
JQueryJQuery
JQuery
 
JQuery UI
JQuery UIJQuery UI
JQuery UI
 
JavaScript Library Overview
JavaScript Library OverviewJavaScript Library Overview
JavaScript Library Overview
 
J query
J queryJ query
J query
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
How to make Ajax Libraries work for you
How to make Ajax Libraries work for youHow to make Ajax Libraries work for you
How to make Ajax Libraries work for you
 
JavaScript Libraries (Kings of Code)
JavaScript Libraries (Kings of Code)JavaScript Libraries (Kings of Code)
JavaScript Libraries (Kings of Code)
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptxMicrosoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
Microsoft PowerPoint - &lt;b>jQuery&lt;/b>-1-Ajax.pptx
 
jQuery-1-Ajax
jQuery-1-AjaxjQuery-1-Ajax
jQuery-1-Ajax
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
 
jQuery-1-Ajax
jQuery-1-AjaxjQuery-1-Ajax
jQuery-1-Ajax
 
jQuery Learning
jQuery LearningjQuery Learning
jQuery Learning
 
jQuery for web development
jQuery for web developmentjQuery for web development
jQuery for web development
 

Mehr von Pushkar Dutt

Watermarking
WatermarkingWatermarking
Watermarking
Pushkar Dutt
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
Pushkar Dutt
 
Nui
NuiNui
Gi fi
Gi fiGi fi
E commerce
E commerceE commerce
E commerce
Pushkar Dutt
 

Mehr von Pushkar Dutt (20)

Wireless usb
Wireless usbWireless usb
Wireless usb
 
Wearable computers
Wearable computersWearable computers
Wearable computers
 
Watermarking
WatermarkingWatermarking
Watermarking
 
Tsunami warning system
Tsunami warning systemTsunami warning system
Tsunami warning system
 
Smart card technology
Smart card technologySmart card technology
Smart card technology
 
Pretty good privacy
Pretty good privacyPretty good privacy
Pretty good privacy
 
Nui
NuiNui
Nui
 
Network security
Network securityNetwork security
Network security
 
Mobile cloning
Mobile cloningMobile cloning
Mobile cloning
 
Manet
ManetManet
Manet
 
Intelligent highway
Intelligent highwayIntelligent highway
Intelligent highway
 
Gi fi
Gi fiGi fi
Gi fi
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Eye phone
Eye phoneEye phone
Eye phone
 
Epoc
EpocEpoc
Epoc
 
E commerce
E commerceE commerce
E commerce
 
Digital jewellary
Digital jewellaryDigital jewellary
Digital jewellary
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Atm security
Atm securityAtm security
Atm security
 
5 pen pc
5 pen pc5 pen pc
5 pen pc
 

Kürzlich hochgeladen

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Kürzlich hochgeladen (20)

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Jquery