Saturday, September 17, 2016

What is Jquery

JQuery is a Javascript library which is used extensively for client side validation and manipulation of DOM elements. It is a light weight, cross browser compatible and is a repository of many reusable Javascript functions.
the features of jQuery
  • DOM element selections functions
  • DOM traversal and modification
  • Events
  • CSS manipulation
  • Effects and animations
  • Ajax
  • Extensibility
  • Utilities - such as browser version and the each function.
  • JavaScript Plugins 

No comments:

Post a Comment

Hash Table in C#

 The Hashtable is a non-generic collection and used to store the key/value pairs based on the hash code of the key. Key will be used to acce...