SlideShare ist ein Scribd-Unternehmen logo
1 von 11
 A JavaScript library that simplifies client-
side scripts of HTML
 A lightweight, "write less, do more",
JavaScript library. – w3schools
 Open Source JavaScript Library
 Written in JavaScript, and comes in the
form of a single .js file, compiled within
are a lot of JavaScript codes that are
commonly used by programmers
 Takes common tasks that use many lines
of JavaScript code, and wraps them into
methods that can be called by a line of
code.
Of all scripts, jQuery is also used by
companies like:
 Google
 Microsoft
 IBM
 Netflix
 Comes in two forms:
› Uncompressed .js file – easy to read and
modify. (160kb)
› Minified .js file – comments and other
unnecessary characters are removed to a
smaller size(23kb). More commonly used
since it is smaller and is accessed much
easier than the uncompressed form.
 As it contains advanced page
manipulation functions, it is simple to
understand
 It can create very impressive animations
and interactions
 Accomplish more with less codes
 JQuery aims to ease common problems by
providing a lightweight library that adds
many advanced and cross-browser
functions to the standard language.
 Using direct JavaScript can cause issues
related to browser incompatibilities. Those
issues have made many JavaScript
applications difficult to code, resulting in
high maintenance costs.
 A modern Web application wouldn't be
complete without some AJAX functionality.
JQuery provides functions for sending HTTP
GET and POST requests, and it can work
easily with the JavaScript Object Notation
(JSON) format.
 jQuery makes it easy to write JavaScript
apps and create animated effects that rival
that of Flash movies.
 jQuery is also credited for:
› Adding animated effects to elements.
› Making XML (Ajax) requests. These use
JavaScript to request additional data from the
Web server without having to reload the page.
› Manipulating the DOM (Document Object
Model). Easily add, remove, and reorder content
in the Web page using just a few lines of code.
› Creating image slideshows.
› Making drop-down menus. WITH
ANIMATIONS!
› Creating drag-and-drop interfaces.
› Adding power to forms. With jQuery you can
easily add complex client-side form
validation, create auto-complete Ajax text
fields that pull data from a server-side
database, and so on.
 A text-based open standard designed
for human-readable data interchange. It
is derived from the JavaScript scripting
language for representing simple data
structures and associative arrays, called
objects. Despite its relationship to
JavaScript, it is language-independent,
with parsers available for many
languages.
 http://en.wikipedia.org/wiki/JQuery
 http://learn.jquery.com/about-
jquery/how-jquery-works/
 http://www.webhostdesignpost.com/we
bsite/whatisjqueryandwhy.html
 http://www.elated.com/articles/what-is-
jquery/
 http://en.wikipedia.org/wiki/JSON

Weitere ähnliche Inhalte

Was ist angesagt?

Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012
daniel plocker
 

Was ist angesagt? (20)

Ajax Presentation
Ajax PresentationAjax Presentation
Ajax Presentation
 
Advantages and disadvantages of an ajax based client application
Advantages and disadvantages of an ajax based client applicationAdvantages and disadvantages of an ajax based client application
Advantages and disadvantages of an ajax based client application
 
Ajax presentation
Ajax presentationAjax presentation
Ajax presentation
 
Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012Client Object Model - SharePoint Extreme 2012
Client Object Model - SharePoint Extreme 2012
 
Ajax:From Desktop Applications towards Ajax Web Applications
Ajax:From Desktop Applications towards Ajax Web ApplicationsAjax:From Desktop Applications towards Ajax Web Applications
Ajax:From Desktop Applications towards Ajax Web Applications
 
AJAX
AJAXAJAX
AJAX
 
Introduction to ajax
Introduction  to  ajaxIntroduction  to  ajax
Introduction to ajax
 
Ajax.ppt
Ajax.pptAjax.ppt
Ajax.ppt
 
Ajax Ppt 1
Ajax Ppt 1Ajax Ppt 1
Ajax Ppt 1
 
Ajax
AjaxAjax
Ajax
 
Ajax Presentation
Ajax PresentationAjax Presentation
Ajax Presentation
 
Asynchronous JavaScript & XML (AJAX)
Asynchronous JavaScript & XML (AJAX)Asynchronous JavaScript & XML (AJAX)
Asynchronous JavaScript & XML (AJAX)
 
Ajax
AjaxAjax
Ajax
 
Ajax
AjaxAjax
Ajax
 
What is Ajax technology?
What is Ajax technology?What is Ajax technology?
What is Ajax technology?
 
ReactJS - Re-rendering pages in the age of the mutable DOM
ReactJS - Re-rendering pages in the age of the mutable DOMReactJS - Re-rendering pages in the age of the mutable DOM
ReactJS - Re-rendering pages in the age of the mutable DOM
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JS
 
Ajax workshop
Ajax workshopAjax workshop
Ajax workshop
 
Test2
Test2Test2
Test2
 

Andere mochten auch (10)

O contributo dos telemóveis para a mudança de comportamentos
O contributo dos telemóveis para a mudança de comportamentosO contributo dos telemóveis para a mudança de comportamentos
O contributo dos telemóveis para a mudança de comportamentos
 
Telemoveis Rui E Bela
Telemoveis Rui E BelaTelemoveis Rui E Bela
Telemoveis Rui E Bela
 
Yanuk Tu
Yanuk TuYanuk Tu
Yanuk Tu
 
Telemoveis
TelemoveisTelemoveis
Telemoveis
 
NG5-Evolução do Telemóvel
NG5-Evolução do TelemóvelNG5-Evolução do Telemóvel
NG5-Evolução do Telemóvel
 
Evolução das novas tecnologias
Evolução das novas tecnologiasEvolução das novas tecnologias
Evolução das novas tecnologias
 
A história do telefone
A história do telefoneA história do telefone
A história do telefone
 
A Evolução Do Telefone
A Evolução Do TelefoneA Evolução Do Telefone
A Evolução Do Telefone
 
EvoluçãO Do TelemóVel
EvoluçãO Do TelemóVelEvoluçãO Do TelemóVel
EvoluçãO Do TelemóVel
 
EvoluçãO Do TelemóVel
EvoluçãO Do TelemóVelEvoluçãO Do TelemóVel
EvoluçãO Do TelemóVel
 

Ähnlich wie J query

Java Script - A New Look
Java Script - A New LookJava Script - A New Look
Java Script - A New Look
rumsan
 

Ähnlich wie J query (20)

Jquery
Jquery Jquery
Jquery
 
Javascript frameworks
Javascript frameworksJavascript frameworks
Javascript frameworks
 
Writing and Testing JavaScript-heavy Web 2.0 apps with JSUnit
Writing and Testing JavaScript-heavy Web 2.0 apps with JSUnitWriting and Testing JavaScript-heavy Web 2.0 apps with JSUnit
Writing and Testing JavaScript-heavy Web 2.0 apps with JSUnit
 
9 Best JavaScript Frameworks To Choose
9 Best JavaScript Frameworks To Choose9 Best JavaScript Frameworks To Choose
9 Best JavaScript Frameworks To Choose
 
AJAX-Asynchronous JavaScript and XML
AJAX-Asynchronous JavaScript and XMLAJAX-Asynchronous JavaScript and XML
AJAX-Asynchronous JavaScript and XML
 
Implementing auto complete using JQuery
Implementing auto complete using JQueryImplementing auto complete using JQuery
Implementing auto complete using JQuery
 
RICH INTERNET APPLICATIONS - RIA Tools
RICH INTERNET APPLICATIONS - RIA ToolsRICH INTERNET APPLICATIONS - RIA Tools
RICH INTERNET APPLICATIONS - RIA Tools
 
Web development concepts using microsoft technologies
Web development concepts using microsoft technologiesWeb development concepts using microsoft technologies
Web development concepts using microsoft technologies
 
Java script
Java scriptJava script
Java script
 
Introduction to backbone_js
Introduction to backbone_jsIntroduction to backbone_js
Introduction to backbone_js
 
RIA - Rich Internet Applications
RIA - Rich Internet ApplicationsRIA - Rich Internet Applications
RIA - Rich Internet Applications
 
Javascript Client & Server Architectures
Javascript Client & Server ArchitecturesJavascript Client & Server Architectures
Javascript Client & Server Architectures
 
GWT = easy AJAX
GWT = easy AJAXGWT = easy AJAX
GWT = easy AJAX
 
INTRODUCTION.docx
INTRODUCTION.docxINTRODUCTION.docx
INTRODUCTION.docx
 
Career guideline
Career guidelineCareer guideline
Career guideline
 
Fewd week4 slides
Fewd week4 slidesFewd week4 slides
Fewd week4 slides
 
Java Script - A New Look
Java Script - A New LookJava Script - A New Look
Java Script - A New Look
 
Making Of PHP Based Web Application
Making Of PHP Based Web ApplicationMaking Of PHP Based Web Application
Making Of PHP Based Web Application
 
Introduction to Jquery
Introduction to JqueryIntroduction to Jquery
Introduction to Jquery
 
What are the advantages of choosing React Js for the creation of a website.pdf
What are the advantages of choosing React Js for the creation of a website.pdfWhat are the advantages of choosing React Js for the creation of a website.pdf
What are the advantages of choosing React Js for the creation of a website.pdf
 

Kürzlich hochgeladen

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Kürzlich hochgeladen (20)

What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

J query

  • 1.
  • 2.  A JavaScript library that simplifies client- side scripts of HTML  A lightweight, "write less, do more", JavaScript library. – w3schools  Open Source JavaScript Library
  • 3.  Written in JavaScript, and comes in the form of a single .js file, compiled within are a lot of JavaScript codes that are commonly used by programmers  Takes common tasks that use many lines of JavaScript code, and wraps them into methods that can be called by a line of code.
  • 4. Of all scripts, jQuery is also used by companies like:  Google  Microsoft  IBM  Netflix
  • 5.  Comes in two forms: › Uncompressed .js file – easy to read and modify. (160kb) › Minified .js file – comments and other unnecessary characters are removed to a smaller size(23kb). More commonly used since it is smaller and is accessed much easier than the uncompressed form.
  • 6.  As it contains advanced page manipulation functions, it is simple to understand  It can create very impressive animations and interactions  Accomplish more with less codes  JQuery aims to ease common problems by providing a lightweight library that adds many advanced and cross-browser functions to the standard language.
  • 7.  Using direct JavaScript can cause issues related to browser incompatibilities. Those issues have made many JavaScript applications difficult to code, resulting in high maintenance costs.  A modern Web application wouldn't be complete without some AJAX functionality. JQuery provides functions for sending HTTP GET and POST requests, and it can work easily with the JavaScript Object Notation (JSON) format.
  • 8.  jQuery makes it easy to write JavaScript apps and create animated effects that rival that of Flash movies.  jQuery is also credited for: › Adding animated effects to elements. › Making XML (Ajax) requests. These use JavaScript to request additional data from the Web server without having to reload the page. › Manipulating the DOM (Document Object Model). Easily add, remove, and reorder content in the Web page using just a few lines of code.
  • 9. › Creating image slideshows. › Making drop-down menus. WITH ANIMATIONS! › Creating drag-and-drop interfaces. › Adding power to forms. With jQuery you can easily add complex client-side form validation, create auto-complete Ajax text fields that pull data from a server-side database, and so on.
  • 10.  A text-based open standard designed for human-readable data interchange. It is derived from the JavaScript scripting language for representing simple data structures and associative arrays, called objects. Despite its relationship to JavaScript, it is language-independent, with parsers available for many languages.
  • 11.  http://en.wikipedia.org/wiki/JQuery  http://learn.jquery.com/about- jquery/how-jquery-works/  http://www.webhostdesignpost.com/we bsite/whatisjqueryandwhy.html  http://www.elated.com/articles/what-is- jquery/  http://en.wikipedia.org/wiki/JSON