Home > Web Front-end > JS Tutorial > A brief discussion on the difference between $(document) and $(window)_jquery

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 15:50:17
Original
1379 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:
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
Latest Issues
document
From 1970-01-01 08:00:00
0
0
0
Chinese phpword document
From 1970-01-01 08:00:00
0
0
0
Can you share the Xmind document?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template