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

A brief discussion on the difference between $(document) and $(window)_jquery

WBOY
Release: 2016-05-16 15:50:17
Original
1303 people have browsed it

First of all

$(document) This is to get the document object
$(window) This is to get the window object, which is the browser client area

It’s very straightforward to give you an example

$(document).height()
$(window).height()
Copy after login

Note, let the web page have scroll bars

Then output the sizes of these two values, and you will know the difference

The above is the entire content of this article, I hope you all like it.

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