Thursday 17 November 2016

jQuery Tutorial

jQuery tutorial for beginners and professionals provides deep knowledge of jQuery technology. Our jQuery tutorial will help you to learn jQuery fundamentals, example, selectors, events, effects, traversing, CSS and attributes.

What is jQuery

  1. jQuery is a small and lightweight JavaScript library.
  2. jQuery is cross-platform.
  3. jQuery means "write less do more".
  4. jQuery simplifies AJAX call and DOM manipulation.

jQuery Example:

Save File as :firstprogram.html





First Program Example




This is first program.

Output:


This is first program.