Tuesday, September 14, 2010

Introduction to jQuery & What jQuery does

Introduction to jQuery

jQuery is a library of JavaScript Functions, ie; a group of built-in javascript function to improve the interaction with web development.

Using jQuery you can do the following:
  • Simplify common JavaScript tasks
  • Access HTML elements in a document
  • HTML element manipulation
  • Modify the appearance of a web page
  • Manipulate CSS properties 
  • Alter the content of a document
  • Respond to a user's interaction
  • Animate changes being made to a document. 
  • Retrieve information from a server without refreshing a page ( AJAX).
  •  

No comments: