Skip to main content
  1. All Posts/

jQuery

Software Open Source Web Development
Table of Contents

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. jQuery also supports Node, browser extensions, and other non-browser environments. To build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported. Special builds can be created that exclude subsets of jQuery functionality. This allows for smaller custom builds when the builder is certain that those parts of jQuery are not being used. For example, an app that only used JSONP for $.ajax() and did not need to calculate offsets or positions of elements could exclude the offset and ajax/xhr modules.

Features>

Features #

  • DOM traversal and manipulation
  • Lightweight footprint
  • CSS3 compliant
  • Cross-browser
  • For Chrome, Edge, Firefox, IE, Safari, Android, iOS, and more
  • Supports CSS3 selectors to find elements as well as in style property manipulation

 

Project Activity>

Project Activity #

See All Activity >