Table of Contents
document.activeElement
document.head
document.body
document.compatMode
document.readySate
document.documentElement
document.documentElement.currentStyle
document.documentElement.contains()
document.documentElement.compareDocumentPosition()
document.documentElement.doScroll()
document.defaultView (DOMWindow)
document.defaultView.getComputedStyle()
window.frameElement
window.location
window.execScript()
Home Web Front-end JS Tutorial Summary of which attributes and methods of document and window are used in jQuery_jquery

Summary of which attributes and methods of document and window are used in jQuery_jquery

May 16, 2016 pm 06:02 PM
document window

document.activeElement

Gets the currently focused element of the document

document.head

is used in jQuery as follows document.head || document.getElementsByTagName( "head" )[0]. It can be seen that not all browsers support it.

document.body

Get the HTMLBodyElement element of the current document

document.compatMode

Get the rendering mode of the current document. Return values: BackCompat (quirks mode) and CSS1Compat (standards mode).

Since IE 8 has as many as five rendering modes, determining whether it is a quirk mode requires additional detection with the help of IE’s unique document.documentMode

See this article http://www.jb51.net/article/21717.htm

document.readySate

Returns the loading status of the document: uninitialized, loading, loaded, interactive, complete. All browsers support this attribute (supported by FF3.6 and above).

In standard browsers, ordinary HTML elements do not have this attribute (except Opera's script tag).

The ready function in jQuery uses the complete status value to determine whether the DOM tree is loaded

document.documentElement

returns the document root element (HTMLHtmlElement)

document.documentElement.currentStyle

IE unique method to obtain element style

document.documentElement.contains()

Special for IE, used to determine whether the document contains the specified node element

document.documentElement.compareDocumentPosition()

Compare the document position of the current node with the specified node IE9 supports this method

For detailed information, see http://www.jb51.net/article/28281.htm

document.documentElement.doScroll()

IE unique method, simulates user scroll bar click; jQuery uses this method to detect whether the DOM tree is available in IE6.

Non-IE can use obj.scrollTop =10; applicable elements include html, body, div, span, textarea, etc.

For more information, see http://msdn.microsoft.com/en-us/library/ms536414(VS.85).aspx

document.defaultView (DOMWindow)

Returns the window object associated with the current document or null. IE 9 supports this attribute

document.defaultView.getComputedStyle()

Get element style information (non-inline) and return the style sheet object. W3C standard method; IE corresponds to the currentStyle attribute

window.frameElement

Get the host node iframe element of the current document

window.location

returns the URL information of the current document

window.execScript()

The execScript function has the same function as eval. The difference is that the scope of the script after the eval function is executed is the current execution context, while execScript always targets the global scope.

The functions of eval and window.eval in IE are the same. The script scope executed by window.eval is also the current execution context.

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

GTA 6 document gives a detailed overview of all leaks GTA 6 document gives a detailed overview of all leaks Sep 08, 2024 am 06:37 AM

On September 3, version 1.5 of the Grand Theft Auto VI document which provides a detailed overview of everything that is known about the game to date. The updated version of the document was announced in a trailer published on X (formerly Twitter).??

How to solve the problem that document.cookie cannot be obtained How to solve the problem that document.cookie cannot be obtained Nov 23, 2023 am 10:02 AM

Solutions for document.cookie not being obtained: 1. Browser privacy settings; 2. Same-origin policy; 3. HTTPOnly Cookie; 4. JavaScript code error; 5. Cookie does not exist or expires; 6. Cross-domain issues; 7. Viewer mode; 8. Server problems; 9. JavaScript execution timing; 10. Check console log, etc.

Detailed graphic tutorial for installing Windows 10 tablet system Detailed graphic tutorial for installing Windows 10 tablet system Jul 14, 2023 am 09:33 AM

Tablet computers are currently very popular computers among many young people. Recently, many friends want to know how to install the Windows 10 tablet system, so today I will share with you a very simple one-click method to install Windows 10. Let’s take a look below! Detailed graphic tutorial for installing Windows 10 tablet system: 1. We search and download Xiaobai’s one-click reinstallation system software, choose to download and install the Win10 operating system, and click to install this system. 2. Wait for Xiaobai to download and deploy the environment. 3. After the deployment is completed, click Restart Now. 4. Choose to enter the Xiaobai pe system. 5. After entering the pe system, the installation tool will pop up to help us automatically reinstall the system. We do not need any operations.

Windows 10 reinstall win7 system tutorial Windows 10 reinstall win7 system tutorial Jul 08, 2023 pm 05:45 PM

Many friends are not used to using the win10 system and want to reinstall the win7 system, but they don’t know how to start. The editor will teach you this simple method below. Friends who don’t know how to reinstall windows7 on the computer should not miss it. 1. First, we open the computer browser and search the official website of Magic Pig One-Click System Reinstallation, download it and open it. 2. After downloading, we open it and click online reinstallation. 3. Next, we will wait patiently for it to be installed. 4. The installation is complete. Next we need to click to restart the computer now. 5. After restarting the computer, we still need to return to the main interface to continue completing the installation. Then our installation is completed. The above are the steps for reinstalling the win7 system in windows 10. I hope it will be helpful to everyone.

How to implement vulnerability analysis of Disk Pulse Enterprise Window application How to implement vulnerability analysis of Disk Pulse Enterprise Window application May 18, 2023 pm 03:04 PM

1. Vulnerability Introduction DiskPulseEnterprise is a software that monitors disk changes. It can connect and manage the software through a management port 9120 or web management window 80 to monitor disk changes. There is a dynamic link library libspp.dll in DiskPulse Enterprise, which contains some functions responsible for HTTP operations. The problem occurs in this dynamic link library. When processing the post data, there is no strict length control on the post data, resulting in When executing the acquired data, it copies data to invalid memory, causing buffer overflow, triggering SEH abnormal behavior processing, and finally controlling EIP to execute arbitrary code. Software download link: h

Introduction to document object in js Introduction to document object in js Feb 18, 2024 pm 01:06 PM

Introduction to the Document object in JavaScript and code examples: In JavaScript, the Document object is an interface that represents the entire HTML document. It provides access and operation methods to the HTML document. This article will introduce the common methods and properties of the Document object and provide some specific code examples. getElementById method getElementById is an important method of the Document object, used to

How to solve Windows worm virus How to solve Windows worm virus May 17, 2023 pm 07:22 PM

0x00 Preface The worm is a very old computer virus. It is a self-contained program (or a set of programs) that usually spreads through the network. Every time it invades a new computer, it is on this computer. Makes a copy of itself and automatically executes its own program. Common worms: Panda Burning Incense Virus, Shock Wave/Shock Wave Virus, Conficker Virus, etc. 0x01 Emergency Scenario One morning, the administrator found at the egress firewall that the internal network server continued to initiate active connections to overseas IPs. The internal network environment was unable to connect to the external network, and there was no way to figure it out. 0x02 event analyzes the server's intranet IP seen on the egress firewall. First, disconnect the virus-infected host from the intranet, then log in to the server, open D-shield_web scan and check

How to modify the username and password of a shared computer in Windows 10 How to modify the username and password of a shared computer in Windows 10 Jul 21, 2023 am 11:05 AM

At work, we often use computer sharing functions. Recently, many friends have asked me how to change the username and password of a shared computer in Windows 10, so today I will share with you how to change the username and password of a shared computer in Windows 10. Nothing is more important than this, let's learn it together! How to modify the username and password of a shared computer in Windows 10: 1. Press the win key + r key, enter control and click OK. 2. Click on User Account. 3. Click Credential Manager. 4. Click Windows Credentials. 5. The certificate in the share is this certificate. Click Edit to make changes. The following is how to change the username and password of a shared computer in Windows 10.

See all articles