Directory Image
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Privacy Policy.

What You Need to Know About jQuery

Author: Iq Training
by Iq Training
Posted: May 31, 2016

jQuery is a Javascript library, and it is a language designed to simplify the client-side scripts in the browser. It was created by John Resig at BarCamp New York in 2006. It is an open source software under licenses from MIT and GPL combined. Jquery 1.9.1 is the latest version disponible in the jquery official site.

Jquery technical Overview:

You will find the slogan with the jQuery logo: "Write less, Do more ".In fact, you can make nice effects with a few lines of jQuery code. Its syntax is very easy to understand.

As a jQuery beginner ; code once you understand the basic concepts available in the next tutorials. jQuery is particularly suitable for:

  • Create animations.
  • Handle browser events.
  • Loading Content using AJAX programs.
  • Create Awesome sliders like the one in our Home page.
  • Build professional Mobile phone Applications.

It also used in creating web pages and dynamic elements. It allows developers to create plugins that are compatible with a wide number of platforms such us: Adobe Dreamweaver,Wordpress, Joomla...etc.

Thousands of jQuery plugins are available on the web. Among the most common were assistants AJAX data grids, XML tools, drag and drop, the manipulators Cookies, etc.. You can find the best plugins in the jQuery official page.

What makes jQuery so powerful and universal?

The JavaScript language was born in 1995. Since then, its implementation in different browsers (Safari, Google chrome,Firefox...) on the market has made??a rather haphazard way: over the different versions (both language browsers), some features have been retained, others do not. Thus, a single instruction can be recognized JavaScript in a browser and not in another, even in some version of a browser and not in another. What a headache for programmers!

Fortunately, jQuery comes to the rescue: defining its own set of instructions, it acts as a wrapper for

Different versions of JavaScript, whether existing or coming. On the other hand, it allows browsers present on market, their multiple versions and their compatibility with the instructions of JavaScript and AJAX.

For a script written in JavaScript to run correctly on different versions of each browser,

Programmer-like you-must set up a series of tests and run a specific code for each browser and version.

With jQuery, these tests are unnecessary: just run the necessary instructions, regardless of the browser used, or version of JavaScript compatible with this browser.

Where applicable, all these tests are made??so transparent. In your case, you only have to worry about the code.

Remember, jQuery is very convenient, but do not enjoy and think only of the visual development: a page must foremost based on solid HTML bases!

Web:http://www.iqonlinetraining.com/

About the Author

While it can be rather daunting for a business to find either shared office space or office space to share to rent in Hyderabad, there are several outlets that can be utilized for a company or small business to find the space that they need.

Rate this Article
Leave a Comment
Author Thumbnail
I Agree:
Comment 
Pictures
Author: Iq Training

Iq Training

Member since: May 31, 2016
Published articles: 6

Related Articles