SlideShare a Scribd company logo
1 of 43
Mohammad AmzadHossain I am a FAN of Naruto Project Manager  @ jhoroTEK.com http://tohin.wordpress.com www.twitter.com/neotohin www.slideshare.net/neotohin www.linkedin.com/in/tohin www.jhorotek.com
THIS PAST        &     PRESENTTHAT
World Total 513.41 million  Africa 4.15 million  Asia/Pacific 143.99 million  Europe 154.63 million  Middle East 4.65million  Canada & USA 180.68 million  Latin America 25.33 million
Total Number of people ONLINE  			- By August 2001
More Than 350 Million 50% active users  35 million ppl updates status each day 2.5 Billion photos updated
FACEBOOK(2009)
Usability Shiny FUN
“When I took office, only high energy physicistshad ever heard of what is called the World WideWeb... Now even my cat has it's own page.” - Bill Clinton
What’s Possible? http://eprothomalo.com/
What’s Possible? http://www.krhgallery.com/web/ Faux Effect using jQuery
What’s Possible? http://balldroppings.com/js/ SEE IT FOR YOURSELF   .. YOU WILL LIKE IT   .. Except Internet Explorer 
What’s Possible? Facebook  [http://www.facebook.com/ ] you know what it’s for ? :D Mafia
What’s Possible? EyeOS [ www.eyeos.com ] is the Open Source Cloud Computing's Web Desktop  Qooxdoo[ http://qooxdoo.org/  ] Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications
What’s Possible? Phpanywhere [http://phpanywhere.net/ ] is an online IDE
Some More http://demo.tutorialzine.com/2009/12/colorful-clock-jquery-css/demo.html http://robot.anthonycalzadilla.com/ http://www.digital-web.com/extras/jquery_crash_course/ http://www.bennadel.com/resources/demo/jquery_puzzle/
Google	 http://mail.google.com/mail/ http://www.google.com/reader/ http://www.google.com/calendar/ http://docs.google.com
FUTURE
JavaScript	 A scripting programming language most commonly used to add interactive features to webpagesen.wiktionary.org/wiki/JavaScript Search Google with: ‘define:JavaScript’
Most Common Use alert(‘You failed to learn BODY CLONE Jutsu!’); confirm(‘Are you sure you want to buy suriken ??’); document.getElementById(‘sword’).innerHTML = ‘OK’; document.getElementById(‘sword’).style.backgroundColor = ‘#cccccc’;
JavaScript Not Just for Basic Calculation Not Just for Alert and Confirm Not Just for Input Validation  Not Just for Show and Hide Not Just for GO BACK
DO YOU wANTTO BE A ?JAVASCRIPT NINJA
jQuery?
JavaScript Library why ? Easier Development Browser Independent AJAX [ Buzz word ] Operation  ,[object Object]
http://en.wikipedia.org/wiki/List_of_JavaScript_libraries,[object Object]
Fast and concise JavaScript Library
Simplifies
HTML document traversing
event handling
animating,
Ajax interactions for rapid web development
Current Version: 1.4.2  ( minified 24KB, dev 155KB ),[object Object]
http://www.slideshare.net/jeresig/javascript-library-overview-presentation
http://stackoverflow.com/questions/798840/what-should-i-choose-jquery-mootools-yui-scriptaculous-or-prototype,[object Object]
Important Factors Selectors Attributes Traversing Manipulation CSS Events Effects Ajax Utilites http://docs.jquery.com/               [ API Reference Section]
Selectors in jQuery http://docs.jquery.com/Selectors
Example http://visualjquery.com/
jQuery Collection $(‘#some_id’)  return jQuery Collection You can treat it like As Array  $(‘#some_id’)[0] $(‘#some_id’).length As Method $(‘#some_id’).size() 	/* matched element count*/ $(‘#some_id’).click(function() { alert(‘clicked’); });
Traversing http://docs.jquery.com/Traversing
Handling Events http://docs.jquery.com/Events
Effects http://docs.jquery.com/Effects
AJAX or AJAH using JavaScript if(typeofXMLHttpRequest !== 'undefined')  xhr = new XMLHttpRequest();  else {  var versions = ["Microsoft.XmlHttp", "MSXML2.XmlHttp", "MSXML2.XmlHttp.3.0", "MSXML2.XmlHttp.4.0", "MSXML2.XmlHttp.5.0"];        for(vari = 0, len = versions.length; i < len; i++) {                  try {  xhr = new ActiveXObject(versions[i]); break;                           } catch(e){}          } // end for  } http://net.tutsplus.com/videos/screencasts/how-to-make-ajax-requests-with-raw-javascript-part-2/
AJAX or AJAHusing JQuery 	$.post( 'http://localhost/presentation/ajax.html', function(data) { $('#conatiner').html( data ); } );

More Related Content

What's hot

Real World Web components
Real World Web componentsReal World Web components
Real World Web componentsJarrod Overson
 
Mume JQueryMobile Intro
Mume JQueryMobile IntroMume JQueryMobile Intro
Mume JQueryMobile IntroGonzalo Parra
 
Rapid Testing, Rapid Development
Rapid Testing, Rapid DevelopmentRapid Testing, Rapid Development
Rapid Testing, Rapid Developmentmennovanslooten
 
Django の認証処理実装パターン / Django Authentication Patterns
Django の認証処理実装パターン / Django Authentication PatternsDjango の認証処理実装パターン / Django Authentication Patterns
Django の認証処理実装パターン / Django Authentication PatternsMasashi Shibata
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisjQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisPablo Garrido
 
Beyond DOM Manipulations: Building Stateful Modules with Events and Promises
Beyond DOM Manipulations: Building Stateful Modules with Events and PromisesBeyond DOM Manipulations: Building Stateful Modules with Events and Promises
Beyond DOM Manipulations: Building Stateful Modules with Events and PromisesCrashlytics
 
Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02
Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02
Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02careersblog
 
[jqconatx] Adaptive Images for Responsive Web Design
[jqconatx] Adaptive Images for Responsive Web Design[jqconatx] Adaptive Images for Responsive Web Design
[jqconatx] Adaptive Images for Responsive Web DesignChristopher Schmitt
 
New text documentfsdfs
New text documentfsdfsNew text documentfsdfs
New text documentfsdfsAh Lom
 
Overview on jQuery mobile
Overview on jQuery mobileOverview on jQuery mobile
Overview on jQuery mobileMd. Ziaul Haq
 
Desenvolvimento web com jQuery Mobile
Desenvolvimento web com jQuery MobileDesenvolvimento web com jQuery Mobile
Desenvolvimento web com jQuery MobilePablo Garrido
 
Intro to jQuery - LUGOR - Part 1
Intro to jQuery - LUGOR - Part 1Intro to jQuery - LUGOR - Part 1
Intro to jQuery - LUGOR - Part 1Ralph Whitbeck
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5madhurpgarg
 
jQuery Conference Toronto
jQuery Conference TorontojQuery Conference Toronto
jQuery Conference Torontodmethvin
 
Javascript MVC & Backbone Tips & Tricks
Javascript MVC & Backbone Tips & TricksJavascript MVC & Backbone Tips & Tricks
Javascript MVC & Backbone Tips & TricksHjörtur Hilmarsson
 
Introduction to the jQuery mobile framework
Introduction to the jQuery mobile frameworkIntroduction to the jQuery mobile framework
Introduction to the jQuery mobile frameworkRishabh Rao
 
Introduction to jquery mobile with Phonegap
Introduction to jquery mobile with PhonegapIntroduction to jquery mobile with Phonegap
Introduction to jquery mobile with PhonegapRakesh Jha
 
Game Development Using HTML 5
Game Development Using HTML 5Game Development Using HTML 5
Game Development Using HTML 5osa_ora
 

What's hot (20)

Real World Web components
Real World Web componentsReal World Web components
Real World Web components
 
Mume JQueryMobile Intro
Mume JQueryMobile IntroMume JQueryMobile Intro
Mume JQueryMobile Intro
 
Rapid Testing, Rapid Development
Rapid Testing, Rapid DevelopmentRapid Testing, Rapid Development
Rapid Testing, Rapid Development
 
Django の認証処理実装パターン / Django Authentication Patterns
Django の認証処理実装パターン / Django Authentication PatternsDjango の認証処理実装パターン / Django Authentication Patterns
Django の認証処理実装パターン / Django Authentication Patterns
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisjQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveis
 
Beyond DOM Manipulations: Building Stateful Modules with Events and Promises
Beyond DOM Manipulations: Building Stateful Modules with Events and PromisesBeyond DOM Manipulations: Building Stateful Modules with Events and Promises
Beyond DOM Manipulations: Building Stateful Modules with Events and Promises
 
Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02
Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02
Jqueryforbeginnersjqueryconference2009 090914063709 Phpapp02
 
Intro to jQuery
Intro to jQueryIntro to jQuery
Intro to jQuery
 
[jqconatx] Adaptive Images for Responsive Web Design
[jqconatx] Adaptive Images for Responsive Web Design[jqconatx] Adaptive Images for Responsive Web Design
[jqconatx] Adaptive Images for Responsive Web Design
 
New text documentfsdfs
New text documentfsdfsNew text documentfsdfs
New text documentfsdfs
 
Overview on jQuery mobile
Overview on jQuery mobileOverview on jQuery mobile
Overview on jQuery mobile
 
Jquery tutorial
Jquery tutorialJquery tutorial
Jquery tutorial
 
Desenvolvimento web com jQuery Mobile
Desenvolvimento web com jQuery MobileDesenvolvimento web com jQuery Mobile
Desenvolvimento web com jQuery Mobile
 
Intro to jQuery - LUGOR - Part 1
Intro to jQuery - LUGOR - Part 1Intro to jQuery - LUGOR - Part 1
Intro to jQuery - LUGOR - Part 1
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5
 
jQuery Conference Toronto
jQuery Conference TorontojQuery Conference Toronto
jQuery Conference Toronto
 
Javascript MVC & Backbone Tips & Tricks
Javascript MVC & Backbone Tips & TricksJavascript MVC & Backbone Tips & Tricks
Javascript MVC & Backbone Tips & Tricks
 
Introduction to the jQuery mobile framework
Introduction to the jQuery mobile frameworkIntroduction to the jQuery mobile framework
Introduction to the jQuery mobile framework
 
Introduction to jquery mobile with Phonegap
Introduction to jquery mobile with PhonegapIntroduction to jquery mobile with Phonegap
Introduction to jquery mobile with Phonegap
 
Game Development Using HTML 5
Game Development Using HTML 5Game Development Using HTML 5
Game Development Using HTML 5
 

Viewers also liked

Audiovisual collections, the spoken word and user needs of scholars in the Hu...
Audiovisual collections, the spoken word and user needs of scholars in the Hu...Audiovisual collections, the spoken word and user needs of scholars in the Hu...
Audiovisual collections, the spoken word and user needs of scholars in the Hu...roelandordelman.nl
 
Teacher’s longlife training in virtual environments
Teacher’s longlife training in virtual environmentsTeacher’s longlife training in virtual environments
Teacher’s longlife training in virtual environmentsAdelina Silva
 
Comprehensive Team Training
Comprehensive Team TrainingComprehensive Team Training
Comprehensive Team TrainingMike Huber
 
Audio visual aids pt
Audio visual aids ptAudio visual aids pt
Audio visual aids ptJolly George
 

Viewers also liked (8)

Audiovisual collections, the spoken word and user needs of scholars in the Hu...
Audiovisual collections, the spoken word and user needs of scholars in the Hu...Audiovisual collections, the spoken word and user needs of scholars in the Hu...
Audiovisual collections, the spoken word and user needs of scholars in the Hu...
 
Teacher’s longlife training in virtual environments
Teacher’s longlife training in virtual environmentsTeacher’s longlife training in virtual environments
Teacher’s longlife training in virtual environments
 
Comprehensive Team Training
Comprehensive Team TrainingComprehensive Team Training
Comprehensive Team Training
 
Audio visual aids
Audio visual aidsAudio visual aids
Audio visual aids
 
Audio visual aids pt
Audio visual aids ptAudio visual aids pt
Audio visual aids pt
 
audio visual aids presentation 2012
audio visual aids presentation 2012audio visual aids presentation 2012
audio visual aids presentation 2012
 
Training and development slides (2)
Training and development slides (2)Training and development slides (2)
Training and development slides (2)
 
Audio visual aids
Audio visual aidsAudio visual aids
Audio visual aids
 

Similar to Introduction to 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 SiddiquiMuhammad Ehtisham Siddiqui
 
J Query Presentation
J Query PresentationJ Query Presentation
J Query PresentationVishal Kumar
 
Short intro to JQuery and Modernizr
Short intro to JQuery and ModernizrShort intro to JQuery and Modernizr
Short intro to JQuery and ModernizrJussi Pohjolainen
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery BasicsKaloyan Kosev
 
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...Thinqloud
 
Stack Overflow Austin - jQuery for Developers
Stack Overflow Austin - jQuery for DevelopersStack Overflow Austin - jQuery for Developers
Stack Overflow Austin - jQuery for DevelopersJonathan Sharp
 
J Query - Your First Steps
J Query - Your First StepsJ Query - Your First Steps
J Query - Your First StepsBronson Quick
 
jQuery For Developers Stack Overflow Dev Days Toronto
jQuery For Developers Stack Overflow Dev Days TorontojQuery For Developers Stack Overflow Dev Days Toronto
jQuery For Developers Stack Overflow Dev Days TorontoRalph Whitbeck
 
Unobtrusive javascript with jQuery
Unobtrusive javascript with jQueryUnobtrusive javascript with jQuery
Unobtrusive javascript with jQueryAngel Ruiz
 
jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009Remy Sharp
 
The Inclusive Web: hands-on with HTML5 and jQuery
The Inclusive Web: hands-on with HTML5 and jQueryThe Inclusive Web: hands-on with HTML5 and jQuery
The Inclusive Web: hands-on with HTML5 and jQuerycolinbdclark
 
JavaScript and DOM Pattern Implementation
JavaScript and DOM Pattern ImplementationJavaScript and DOM Pattern Implementation
JavaScript and DOM Pattern Implementationdavejohnson
 

Similar to Introduction to Jquery (20)

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
 
jQuery for web development
jQuery for web developmentjQuery for web development
jQuery for web development
 
J Query Presentation
J Query PresentationJ Query Presentation
J Query Presentation
 
Short intro to JQuery and Modernizr
Short intro to JQuery and ModernizrShort intro to JQuery and Modernizr
Short intro to JQuery and Modernizr
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery Basics
 
jQuery Fundamentals
jQuery FundamentalsjQuery Fundamentals
jQuery Fundamentals
 
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...
 
Fundamental JQuery
Fundamental JQueryFundamental JQuery
Fundamental JQuery
 
Stack Overflow Austin - jQuery for Developers
Stack Overflow Austin - jQuery for DevelopersStack Overflow Austin - jQuery for Developers
Stack Overflow Austin - jQuery for Developers
 
J Query - Your First Steps
J Query - Your First StepsJ Query - Your First Steps
J Query - Your First Steps
 
jQuery For Developers Stack Overflow Dev Days Toronto
jQuery For Developers Stack Overflow Dev Days TorontojQuery For Developers Stack Overflow Dev Days Toronto
jQuery For Developers Stack Overflow Dev Days Toronto
 
Unobtrusive javascript with jQuery
Unobtrusive javascript with jQueryUnobtrusive javascript with jQuery
Unobtrusive javascript with jQuery
 
jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009jQuery Loves Developers - Oredev 2009
jQuery Loves Developers - Oredev 2009
 
The Inclusive Web: hands-on with HTML5 and jQuery
The Inclusive Web: hands-on with HTML5 and jQueryThe Inclusive Web: hands-on with HTML5 and jQuery
The Inclusive Web: hands-on with HTML5 and jQuery
 
JQuery
JQueryJQuery
JQuery
 
JQuery
JQueryJQuery
JQuery
 
Building Web Hack Interfaces
Building Web Hack InterfacesBuilding Web Hack Interfaces
Building Web Hack Interfaces
 
JavaScript and DOM Pattern Implementation
JavaScript and DOM Pattern ImplementationJavaScript and DOM Pattern Implementation
JavaScript and DOM Pattern Implementation
 

Introduction to Jquery