导图社区 BOM
浏览器BOM分类介绍,它提供了独立于任何特定文档的对象,用于浏览器窗口和框架进行交互。
这是一篇关于考点:图形推理的思维导图,帮助考生梳理了考试的知识点,形成了清晰的知识体系。主要内容包括:考点,做题方法,题型。
这是一篇关于考点:数字推理的思维导图,帮助考生梳理了考试的知识点,主要内容包括:考点,做题方法,题型。考生在备考过程中可以充分利用这张思维导图,提高备考效率,取得更好的成绩。
公考事考行测/职测考点分析,帮助考生梳理了考试的知识点,形成了清晰的知识体系。考生在备考过程中可以充分利用这张思维导图,提高备考效率,取得更好的成绩。
社区模板帮助中心,点此进入>>
论语孔子简单思维导图
《傅雷家书》思维导图
《童年》读书笔记
《茶馆》思维导图
《朝花夕拾》篇目思维导图
《昆虫记》思维导图
《安徒生童话》思维导图
《鲁滨逊漂流记》读书笔记
《这样读书就够了》读书笔记
妈妈必读:一张0-1岁孩子认知发展的精确时间表
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
. . .
location.href
location.hostname
location.pathname
location.protocol
location.assign
location.hash
window
document
location
navigation
screen
history