SlideShare a Scribd company logo
1 of 11
JQuery
Write less Do more
Google+: Mahmoud Tolba
Blog: Mahmoodfcis.wordpress.com
Twitter: @MahmoodTolba
Overview
 One of the best JavaScript libraries.
 jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal
and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that
works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has
changed the way that millions of people write JavaScript.
JQuery popularity
JQuery features
 Selectors
 Events
 Animation
 Ajax
 Effects
 Plugins
 CSS
 UI
 Mobile
JQuery Selectors
Selector Description Example
$(‘*’) Select All the elements $(‘*’).hide()
$(‘[name*="value"]’) Select elements with names
contain the value
$(‘input[name*=“name”]’).val(‘text’)
$(‘[name$="value"]’) Select elements with end with
value with given string
$(‘input[name$=“some”]’).show()
$(‘[name="value"]’) Select elements with name
equals the value
$(‘input[name=“someName”]’).hide()
$(‘[name^=“value”]’) Select elements with name starts
with a specific values
$(‘:button’) Select buttons
$(‘:checkbox’) Select check boxes
$(‘:file’) Select file tags
Selectors
Selector Description Example
$(‘.class’) Select elements that have class
$(‘#id’) Select elements by id
$(‘:contains(“text”)’) Select elements that contains specific text
$(‘:disabled’) Select disabled elements
$(‘:hidden’) Select hidden elements
$(‘:eq’) Select elements of index
$(‘:gt()’) Select elements at index greater than the
specified
$(‘:lt()’) Select elements at index less than the
specified
$(‘:even’) Select elements that have even indexes
$(‘:odd’) Select elements that have odd indexes
$(‘:last’) Select last element
JQuery Effects
 SlideUp,
 SlideDown
 FadeIn
 FadeOut
 ScrollTop
 show
 hide
 toggle
Events
 Bind
 Click
 Dblclick
 Change
 Blur
 mouseover
 Mouseup
 Mousedown
 Keyup
 Keydown
Ajax
 The jQuery library has a full suite of AJAX capabilities. The functions and methods therein allow us to load data from the
server without a browser page refresh
 .ajaxComplete()
 .ajaxError()
 .ajaxSend()
 .ajaxStart()
 .ajaxStop()
 .ajaxSuccess()
 jQuery.ajax()
 jQuery.ajaxPrefilter()
 jQuery.ajaxSetup()
 jQuery.ajaxTransport()
JQuery UI
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top
of the jQuery JavaScript Library. Whether you're building highly interactive web applications or
you just need to add a date picker to a form control, jQuery UI is the perfect choice.
http://jqueryui.com
JQuery plugins
 There are a huge number of useful JQuery plugins in the web
 http://www.jqueryrain.com/
 http://plugins.jquery.com/
 http://blog.teamtreehouse.com/best-free-jquery-form-plugins-to-improve-user-experience
 http://www.smashingapps.com/2013/09/10/40-fresh-jquery-plugins-to-make-your-website-user-
friendly.html
 http://thedesignblitz.com/best-jquery-plugins-august-2013/

More Related Content

What's hot

Introduction to j query
Introduction to j queryIntroduction to j query
Introduction to j query
thewarlog
 
JavaScript para Graficos y Visualizacion de Datos - BogotaJS
JavaScript para Graficos y Visualizacion de Datos - BogotaJSJavaScript para Graficos y Visualizacion de Datos - BogotaJS
JavaScript para Graficos y Visualizacion de Datos - BogotaJS
philogb
 

What's hot (20)

Introduction to j query
Introduction to j queryIntroduction to j query
Introduction to j query
 
Jquery Basics
Jquery BasicsJquery Basics
Jquery Basics
 
D3.js and SVG
D3.js and SVGD3.js and SVG
D3.js and SVG
 
Jquery presentation
Jquery presentationJquery presentation
Jquery presentation
 
J Query Public
J Query PublicJ Query Public
J Query Public
 
jQuery
jQueryjQuery
jQuery
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
JavaScript para Graficos y Visualizacion de Datos - BogotaJS
JavaScript para Graficos y Visualizacion de Datos - BogotaJSJavaScript para Graficos y Visualizacion de Datos - BogotaJS
JavaScript para Graficos y Visualizacion de Datos - BogotaJS
 
J query b_dotnet_ug_meet_12_may_2012
J query b_dotnet_ug_meet_12_may_2012J query b_dotnet_ug_meet_12_may_2012
J query b_dotnet_ug_meet_12_may_2012
 
Grails Views
Grails ViewsGrails Views
Grails Views
 
JQuery
JQueryJQuery
JQuery
 
Jquery
JqueryJquery
Jquery
 
JQuery introduction
JQuery introductionJQuery introduction
JQuery introduction
 
jQuery
jQueryjQuery
jQuery
 
jQuery State of the Union - Yehuda Katz
jQuery State of the Union - Yehuda KatzjQuery State of the Union - Yehuda Katz
jQuery State of the Union - Yehuda Katz
 
JQuery
JQueryJQuery
JQuery
 
Jquery library
Jquery libraryJquery library
Jquery library
 
iOS Beginners Lesson 4
iOS Beginners Lesson 4iOS Beginners Lesson 4
iOS Beginners Lesson 4
 
Migration to jQuery 3.5.x
Migration to jQuery 3.5.xMigration to jQuery 3.5.x
Migration to jQuery 3.5.x
 
jQuery besic
jQuery besicjQuery besic
jQuery besic
 

Similar to JQuery Overview

jQuery
jQueryjQuery
jQuery
i.omar
 
J Query(04 12 2008) Foiaz
J Query(04 12 2008) FoiazJ Query(04 12 2008) Foiaz
J Query(04 12 2008) Foiaz
testingphase
 

Similar to JQuery Overview (20)

J query training
J query trainingJ query training
J query training
 
JQuery
JQueryJQuery
JQuery
 
jQuery for web development
jQuery for web developmentjQuery for web development
jQuery for web development
 
A to Z about JQuery - Become Newbie to Expert Java Developer
A to Z about JQuery - Become Newbie to Expert Java DeveloperA to Z about JQuery - Become Newbie to Expert Java Developer
A to Z about JQuery - Become Newbie to Expert Java Developer
 
jQuery
jQueryjQuery
jQuery
 
A Rich Web Experience with jQuery, Ajax and .NET
A Rich Web Experience with jQuery, Ajax and .NETA Rich Web Experience with jQuery, Ajax and .NET
A Rich Web Experience with jQuery, Ajax and .NET
 
jQuery Rescue Adventure
jQuery Rescue AdventurejQuery Rescue Adventure
jQuery Rescue Adventure
 
jQuery - Chapter 3 - Effects
jQuery - Chapter 3 - Effects  jQuery - Chapter 3 - Effects
jQuery - Chapter 3 - Effects
 
Introduzione JQuery
Introduzione JQueryIntroduzione JQuery
Introduzione JQuery
 
J Query (Complete Course) by Muhammad Ehtisham Siddiqui
J Query (Complete Course) by Muhammad Ehtisham SiddiquiJ Query (Complete Course) by Muhammad Ehtisham Siddiqui
J Query (Complete Course) by Muhammad Ehtisham Siddiqui
 
jQuery
jQueryjQuery
jQuery
 
J Query(04 12 2008) Foiaz
J Query(04 12 2008) FoiazJ Query(04 12 2008) Foiaz
J Query(04 12 2008) Foiaz
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
J query
J queryJ query
J query
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
jQuery Presentasion
jQuery PresentasionjQuery Presentasion
jQuery Presentasion
 
A Rich Web experience with jQuery, Ajax and .NET
A Rich Web experience with jQuery, Ajax and .NETA Rich Web experience with jQuery, Ajax and .NET
A Rich Web experience with jQuery, Ajax and .NET
 
jQuery Fundamentals
jQuery FundamentalsjQuery Fundamentals
jQuery Fundamentals
 

More from Mahmoud Tolba (10)

The passionate programmer
The passionate programmerThe passionate programmer
The passionate programmer
 
Introduction to SAP, Systems, Applications
Introduction to SAP, Systems, ApplicationsIntroduction to SAP, Systems, Applications
Introduction to SAP, Systems, Applications
 
AngularJS
AngularJSAngularJS
AngularJS
 
Developing cross platforms mobile applications using the Apache Cordova
Developing cross platforms mobile applications using the Apache CordovaDeveloping cross platforms mobile applications using the Apache Cordova
Developing cross platforms mobile applications using the Apache Cordova
 
Microsoft Entity Framework
Microsoft Entity FrameworkMicrosoft Entity Framework
Microsoft Entity Framework
 
Windows Communication Foundation
Windows Communication FoundationWindows Communication Foundation
Windows Communication Foundation
 
ASP.NET MVC controllers
ASP.NET MVC controllersASP.NET MVC controllers
ASP.NET MVC controllers
 
ASP.NET MVC4 Overview
ASP.NET MVC4 OverviewASP.NET MVC4 Overview
ASP.NET MVC4 Overview
 
Top emerging technologies
Top emerging technologiesTop emerging technologies
Top emerging technologies
 
Advanced JavaScript
Advanced JavaScriptAdvanced JavaScript
Advanced JavaScript
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 

Recently uploaded (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
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
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
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.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

JQuery Overview

  • 1. JQuery Write less Do more Google+: Mahmoud Tolba Blog: Mahmoodfcis.wordpress.com Twitter: @MahmoodTolba
  • 2. Overview  One of the best JavaScript libraries.  jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
  • 4. JQuery features  Selectors  Events  Animation  Ajax  Effects  Plugins  CSS  UI  Mobile
  • 5. JQuery Selectors Selector Description Example $(‘*’) Select All the elements $(‘*’).hide() $(‘[name*="value"]’) Select elements with names contain the value $(‘input[name*=“name”]’).val(‘text’) $(‘[name$="value"]’) Select elements with end with value with given string $(‘input[name$=“some”]’).show() $(‘[name="value"]’) Select elements with name equals the value $(‘input[name=“someName”]’).hide() $(‘[name^=“value”]’) Select elements with name starts with a specific values $(‘:button’) Select buttons $(‘:checkbox’) Select check boxes $(‘:file’) Select file tags
  • 6. Selectors Selector Description Example $(‘.class’) Select elements that have class $(‘#id’) Select elements by id $(‘:contains(“text”)’) Select elements that contains specific text $(‘:disabled’) Select disabled elements $(‘:hidden’) Select hidden elements $(‘:eq’) Select elements of index $(‘:gt()’) Select elements at index greater than the specified $(‘:lt()’) Select elements at index less than the specified $(‘:even’) Select elements that have even indexes $(‘:odd’) Select elements that have odd indexes $(‘:last’) Select last element
  • 7. JQuery Effects  SlideUp,  SlideDown  FadeIn  FadeOut  ScrollTop  show  hide  toggle
  • 8. Events  Bind  Click  Dblclick  Change  Blur  mouseover  Mouseup  Mousedown  Keyup  Keydown
  • 9. Ajax  The jQuery library has a full suite of AJAX capabilities. The functions and methods therein allow us to load data from the server without a browser page refresh  .ajaxComplete()  .ajaxError()  .ajaxSend()  .ajaxStart()  .ajaxStop()  .ajaxSuccess()  jQuery.ajax()  jQuery.ajaxPrefilter()  jQuery.ajaxSetup()  jQuery.ajaxTransport()
  • 10. JQuery UI jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice. http://jqueryui.com
  • 11. JQuery plugins  There are a huge number of useful JQuery plugins in the web  http://www.jqueryrain.com/  http://plugins.jquery.com/  http://blog.teamtreehouse.com/best-free-jquery-form-plugins-to-improve-user-experience  http://www.smashingapps.com/2013/09/10/40-fresh-jquery-plugins-to-make-your-website-user- friendly.html  http://thedesignblitz.com/best-jquery-plugins-august-2013/

Editor's Notes

  1. http://www.google.com/trends/explore#q=mootools,jquery,prototype+js,yui,dojo
  2. See http://api.jquery.com/category/selectors/