心智圖資源庫 BOM
瀏覽器BOM分類介紹,它提供了獨立於任何特定文件的對象,用於瀏覽器視窗和框架進行互動。
編輯於2024-03-08 16:55:12This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
Browser API
DOM
CSSOM
BOM
BOM概述
什麼是BOM
BOM的構成
Window
窗口尺寸
window.innerHeight
window.innerWidth
document.documentElement.clientHeight
document.documentElement.clientWidth
ie 8,7,6,5
document.body.clientHeight
document.body.clientWidth
視窗方法
window.open()
window.close()
window.moveTo()
window.resizeTo()
視窗載入事件
onload
調整視窗大小事件
onresize
Screen
screen.width
screen.height
螢幕寬高
screen.availWidth
screen.availHeight
可用寬高
screen.colorDepth
screen.pixelDepth
彈出框
alert()
confirm()
prompt()
定時器
延時
setTimeout(function, milliseconds)
clearTimeout(timeoutVariable)
重複
setInterval(function, milliseconds)
clearInterval(timerVariable)
三大對象
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()
三大系列
offset
client
scroll
WEB animation
. . .
BOM
BOM概述
什麼是BOM
BOM的構成
Window
窗口尺寸
window.innerHeight
window.innerWidth
document.documentElement.clientHeight
document.documentElement.clientWidth
ie 8,7,6,5
document.body.clientHeight
document.body.clientWidth
視窗方法
window.open()
window.close()
window.moveTo()
window.resizeTo()
視窗載入事件
onload
調整視窗大小事件
onresize
Screen
screen.width
screen.height
螢幕寬高
screen.availWidth
screen.availHeight
可用寬高
screen.colorDepth
screen.pixelDepth
彈出框
alert()
confirm()
prompt()
定時器
延時
setTimeout(function, milliseconds)
clearTimeout(timeoutVariable)
重複
setInterval(function, milliseconds)
clearInterval(timerVariable)
三大對象
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()
三大系列
offset
client
scroll
window
document
location
navigation
screen
history