MindMap Gallery BOM
An introduction to the browser BOM classification, which provides objects independent of any particular document for interacting with browser windows and frames.
Edited at 2024-03-08 16:55:12Microbiologie médicale, infections bactériennes et immunité résume et organise les points de connaissances pour aider les apprenants à comprendre et à se souvenir. Étudiez plus efficacement !
Medical Microbiology Bacterial Infection and Immunity summarizes and organizes knowledge points to help learners understand and remember. Study more efficiently!
The kinetic theory of gases reveals the microscopic nature of macroscopic thermal phenomena and laws of gases by finding the relationship between macroscopic quantities and microscopic quantities. From the perspective of molecular motion, statistical methods are used to study the macroscopic properties and change patterns of thermal motion of gas molecules.
Microbiologie médicale, infections bactériennes et immunité résume et organise les points de connaissances pour aider les apprenants à comprendre et à se souvenir. Étudiez plus efficacement !
Medical Microbiology Bacterial Infection and Immunity summarizes and organizes knowledge points to help learners understand and remember. Study more efficiently!
The kinetic theory of gases reveals the microscopic nature of macroscopic thermal phenomena and laws of gases by finding the relationship between macroscopic quantities and microscopic quantities. From the perspective of molecular motion, statistical methods are used to study the macroscopic properties and change patterns of thermal motion of gas molecules.
Browser API
DOM
CSSOM
BOM
BOM overview
What is BOM
BOM composition
Window
window size
window.innerHeight
window.innerWidth
document.documentElement.clientHeight
document.documentElement.clientWidth
i.e. 8,7,6,5
document.body.clientHeight
document.body.clientWidth
window method
window.open()
window.close()
window.moveTo()
window.resizeTo()
window load event
onload
window resize event
onresize
Screen
screen.width
screen.height
Screen width and height
screen.availWidth
screen.availHeight
Available width and height
screen.colorDepth
screen.pixelDepth
Pop-up box
alert()
confirm()
prompt()
timer
delay
setTimeout(function, milliseconds)
clearTimeout(timeoutVariable)
repeat
setInterval(function, milliseconds)
clearInterval(timerVariable)
Three major objects
Location
window.location.href
window.location.hostname
window.location.pathname
window.location.protocol
window.location.assign
Navigator
navigator.cookieEnabled
navigator.appName
navigator.appCodeName
navigator.product
navigator.appVersion
navigator.userAgent
navigator.platform
navigator.language
navigator.onLine
navigator.javaEnabled()
History
history.back()
history.forward()
Three major series
offset
client
scroll
WEB animation
. . .
BOM
BOM overview
What is BOM
BOM composition
Window
window size
window.innerHeight
window.innerWidth
document.documentElement.clientHeight
document.documentElement.clientWidth
i.e. 8,7,6,5
document.body.clientHeight
document.body.clientWidth
window method
window.open()
window.close()
window.moveTo()
window.resizeTo()
window load event
onload
window resize event
onresize
Screen
screen.width
screen.height
Screen width and height
screen.availWidth
screen.availHeight
Available width and height
screen.colorDepth
screen.pixelDepth
Pop-up box
alert()
confirm()
prompt()
timer
delay
setTimeout(function, milliseconds)
clearTimeout(timeoutVariable)
repeat
setInterval(function, milliseconds)
clearInterval(timerVariable)
Three major objects
Location
location.href
location.hostname
location.pathname
location.protocol
location.assign
location.hash
Navigator
navigator.cookieEnabled
navigator.appName
navigator.appCodeName
navigator.product
navigator.appVersion
navigator.userAgent
navigator.platform
navigator.language
navigator.onLine
navigator.javaEnabled()
History
history.back()
history.forward()
Three major series
offset
client
scroll
window
document
location
navigation
screen
history