Presentation is loading. Please wait.

Presentation is loading. Please wait.

JQuery Fundamentals Introduction Tutorial Videos

Similar presentations


Presentation on theme: "JQuery Fundamentals Introduction Tutorial Videos"— Presentation transcript:

1 JQuery Fundamentals Introduction Tutorial Videos
for Beginner by Courseing

2 JQuery Overview and Benefits Features Downloading, Installation
Highlights JQuery Overview and Benefits Features Downloading, Installation JQuery ready function vs. window.onload JQuery vs. JavaScript

3 Overview and Benefits JQuery is a JavaScript Library, created by John Resig in 2006. Fast, Concise and feature-rich JavaScript library. Greatly simplifies JavaScript programming. Most popular JavaScript library. Ease of use, Contains large library, provides Strong open source community, supports Ajax. Provides limited functionality, JQuery JavaScript file is necessary to run JQuery commands.

4 The jQuery library has following features HTML/DOM manipulation
JQuery Features The jQuery library has following features HTML/DOM manipulation CSS manipulation HTML event methods Effects and animations AJAX Utilities

5 JQuery Download and Install
There are two ways, you can download locally or on a Content Delivery Network (CDN). In Google search JQuery Production version and click Download. Execute the downloaded file, follow the instructions. CDN-hosted option for jQuery is great for development. CDN-hosted versions are available from many of the big-time players on the web, like Google and Microsoft.

6 JQuery ready function vs. window.onload
ready() function  is a jQuery event, it will start a specific method in browser as soon as HTML document and is accessible. Used to execute JavaScript when the DOM is completely loaded. Window.onload() is the built-in JavaScript event, will be called after all the related resources and images are completely loaded. Onload will wait for the page to be fully loaded which includes inner frames, images.

7 JQuery vs. JavaScript JavaScript is a scripting language while JQuery is library of JavaScript code. Both are JavaScript languages but dissimilarity is that jQuery been optimized to execute several common script functions. JavaScript is used for interface interactions, server-side programming, game development, and even creating desktop applications. jQuery is a set of JavaScript libraries designed to simplify HTML document traversing, animation, event management, Ajax communications.

8 We would love to hear from you whatever you think about the course.
Feedback Like It ? Hate It? We would love to hear from you whatever you think about the course. Click HERE to share what you think!

9 JQuery Fundamentals Introduction Tutorial Videos
Thank you Thank You for Watching JQuery Fundamentals Introduction Tutorial Videos for Beginner by Courseing


Download ppt "JQuery Fundamentals Introduction Tutorial Videos"

Similar presentations


Ads by Google