Home > Web Front-end > JS Tutorial > body text

A preliminary understanding of the JavaScript function library jQuery_jquery

WBOY
Release: 2016-05-16 15:54:23
Original
986 people have browsed it

The jQuery library can be added to a web page with a simple line of markup.
jQuery Library - Features

jQuery is a JavaScript function library.

The jQuery library includes the following features:

  • HTML element selection
  • HTML element operations
  • CSS operations
  • HTML event function
  • JavaScript special effects and animations
  • HTML DOM traversal and modification
  • AJAX
  • Utilities

Add the jQuery library to your page

The jQuery library is located in a JavaScript file that contains all jQuery functions.

jQuery can be added to a web page through the following tag:

<head>
<script type="text/javascript" src="jquery.js"></script>
</head>

Copy after login

Please note that the

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template