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

Introduction to three syntaxes of jquery() function_jquery

WBOY
Release: 2016-05-16 17:20:35
Original
1001 people have browsed it

Accepts a string containing the CSS selector used to match the set of elements:

Copy code The code is as follows:

jQuery(selector,[context])

Use raw HTML strings to create DOM elements:
Copy Code The code is as follows:

jQuery(html,[ownerDocument])

Bind a binding to be executed after the DOM document is loaded. Function:
Copy code The code is as follows:

jQuery(callback )
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template