E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
documentElement
C# 读取xml文件中节点和子节点的值
newXmlDocument();//Resources文件夹下加载xmldoc.LoadXml(Properties.Resources.XML文件名);//获得根节点XmlNoderootNode=doc.
DocumentElement
god 小文
·
2020-08-23 07:12
js控制字体大小以适应页面
cwidth=550.0;//页面默认宽度//JS监听浏览器文字大小代码(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow
forwin
·
2020-08-23 05:25
WEB(html
js
C#)
C#之读取XML文件内容
类对象建立对xml文件的操作XmlDocumentdoc=newXmlDocument();//加载Xml文件doc.Load("aa.xml");//获取根节点XmlElementrootElem=doc.
DocumentElement
「已注销」
·
2020-08-23 05:53
编程语言之
C#
C# XML增删改查(XmlDocument)
Content/file.xml");xmlDoc.Load(name);查找单个节点或多个节点,方法的参数为XPath语法,需要了解更多请浏览点击打开链接XmlNodeListbookList=xmlDoc.
DocumentElement
.SelectNodes
TurrF
·
2020-08-23 04:43
C#基础
vue中动态修改css其中一个属性值
WelcometoYourVue.jsApp",};},computed:{getClientHeight:function(){//屏幕可视区域的高度letclientHeight=document.
documentElement
.clientHeight
younger_z
·
2020-08-23 04:40
IFrame 子页面获取父页面高度宽度
下面是js代码这是在子页面中写的alert(parent.document.getElementById("content").width);//获取宽度可能获取的是100%alert(document.
documentElement
.scrollWidth
zhengshundong
·
2020-08-22 20:01
前端
js实现弹窗滚动背景页面不跟随滚动
{return{x:window.pageXOffset,y:window.pageYOffset}}else{return{x:document.body.scrollLeft||document.
documentElement
.scrollLeft
米斯特肖
·
2020-08-22 20:43
js
父页面获取iframe子页面的高度
iframe.attachEvent){iframe.attachEvent("onload",function(){iframe.height=iframe.contentWindow.document.
documentElement
.scrollHe
weixin_38169927
·
2020-08-22 19:41
js设置元素垂直居中
/***设置垂直居中*/functionfVericalAlignBody(){varnBodyHeight=730;varnClientHeight=document.
documentElement
.clientHeight
君君要上天
·
2020-08-22 18:21
开发小笔记
关于scrollTop的兼容问题
scrollTop的差异IE6/7/8:对于没有doctype声明的页面里可以使用document.body.scrollTop来获取scrollTop高度;对于有doctype声明的页面则可以使用document.
documentElement
.scrollTop
二次猿
·
2020-08-22 18:43
兼容性
使用js获取父窗口iframe的高度
parent.document.getElementById("contentFrame").height);得到的为100%,其中contentFrame为iframe的IDalert(document.
documentElement
.scrollHeight
Horrison
·
2020-08-22 17:41
JavaScript
移动端自适应问题
具体做法看下面HTML的中写入下面代码JS代码://自适应样式(function(doc,win){vardocE1=doc.
documentElement
,resizeEvt='orientationchange'inwindow
①条咸鱼
·
2020-08-22 15:08
移动端开发
js各种版本浏览器全屏
现代浏览器全屏现代浏览器退出//全屏functionfullScreen(){varel=document.
documentElement
;varrfs=el.requestFullScreen||el.webkitRequestFullScreen
evan@ztg
·
2020-08-22 13:19
js
js
html5
jquery
web
javascript
html5 js 实现浏览器全屏效果(F11)
functionkaishi(){vardocElm=document.
documentElement
;//W3Cif(docE
ruanhongbiao
·
2020-08-22 13:42
js
前端移动端页面适配方案
前端页面适配方案《*/(functionflexible(window,document){setRemUnit();functionsetRemUnit(){varo=750,t=100,e=document.
documentElement
.clientWidth
谁抢了我的网名
·
2020-08-22 12:46
前端
html
javascript
适配器
css3
解决css3毛玻璃效果(blur)有白边问题
做一个登录页,全屏背景图毛玻璃效果,实现方法如下:HTML:varw=window.innerWidth||document.
documentElement
.clientWidth||document.body.clientWidth
dhjosek289351300
·
2020-08-22 12:35
js页面回到顶部
toTop(){this.timer=setInterval(()=>{lettopDistance=document.
documentElement
.scrollTop||document.body.scrollTop
CherryCola_zjl
·
2020-08-22 11:48
js小技巧
移动端
解决ios键盘消失页面不回弹问题
letscrollHeight=document.
documentElement
.scrollTop||document.body.scrollTop||0;window.scrollTo(0,Math.max
sowhat_WLQ
·
2020-08-22 11:35
兼容问题
vue
ios页面不回弹
键盘消失页面不回弹
微信6.7.4 ios12软键盘顶起页面后隐藏不回弹解决方案
temporaryRepair(){letcurrentPosition,timerletspeed=1//页面滚动距离timer=setInterval(function(){currentPosition=document.
documentElement
.scrollTop
夺_
·
2020-08-22 09:18
vue
rem移动端课程表案例
text-align:center;}tr{height:0.159rem;}//页面加载完毕后设置html字体大小window.onload=function(){//获取标准rem单位document.
documentElement
.styl
神奇大叔
·
2020-08-22 04:30
移动端与REM
网页制作案例
工作总结
2、华为mate30pro在有图片时,document.body.scrollTop||document.
documentElement
.scrollTop值会多出,这个原因没找到3、flex布局,flex
silenmm
·
2020-08-22 03:33
web
app
vue中的全屏事件,按esc退出全屏
页面中根据是否全屏判断当前显示icon图标,isFull为true时表示全屏,默认值为false,并绑定click事件2、click全屏事件fullScreenEvent:function(){letel=document.
documentElement
MySunshine07
·
2020-08-22 00:29
Vue
2020-08-21 移动端布局之postcss-px-to-viewport(兼容vant)
前言在之前有一种流行已久的移动端适配方案,那就是rem,我想下面这两句代码,有不少老移动端都不会陌生:constdeviceWidth=document.
documentElement
.clientWidth
追寻1989
·
2020-08-21 17:21
javascript 的 clientX用法
document.getElementById('div1');document.οnmοusemοve=function(ev){varoEvent=ev||event;varscrollTop=document.
documentElement
.scrollTop
weixin_30311605
·
2020-08-21 17:53
关闭浏览器弹出提示的兼容问题陈述
浏览器不好使nihaowindow.onbeforeunload=function(){varn=window.event.screenX-window.screenLeft;varb=n>document.
documentElement
.scrollWid
wangdao1212
·
2020-08-21 17:29
关于移动端rem适配问题
functionGetSize(){varwidth=window.innerWidth||document.
documentElement
.clientWidth||document.body.clientWidth
姑娘这鸡汤有毒
·
2020-08-21 16:16
document.write和document.
documentElement
.innerHTML的一个区别
分别用到了document.write和document.
documentElement
.innerHTML发现document.write写出来得html代码里如果包含外部连接,比如css文件和js文件的外部连接
mpr0xy
·
2020-08-21 16:34
issue
js当滚动条即将到达底部自动加载数据
$(window).scroll(function(){//下面这句主要是获取网页的总高度,主要是考虑兼容性所以把Ie支持的
documentElement
也写了,这个方法至少支持IE8varhtmlHeight
棉晗榜
·
2020-08-21 16:41
js
前段js滑动到最底端触发加载下一页的方法
window.onscroll=function(){vartop=document.
documentElement
.scrollTop||document.body.scrollTop;varnow=
呵呵夏日的雪花
·
2020-08-21 16:47
原生js监听滚动条滚动到底部
created(){window.onscroll=function(){//变量scrollTop是滚动条滚动时,距离顶部的距离varscrollTop=document.
documentElement
.scrollTop
这个杀手好冷
·
2020-08-21 16:13
前端
Vue 原生页面触底加载
当窗口高度加上页面高度大于图片的高度(黑色小框)时,开始加载图片methods:{scroll(){letscroll=window.pageYOffset||document.
documentElement
.scrollTop
Kinghiee
·
2020-08-21 16:52
vue
纯Vue 原生JS JQuery 三种方式实现无限滚动到底部加载更多
scrollHeight:通过document.
documentElement
.scrollH
智多
·
2020-08-21 16:13
vue
JS实现界面有滚动条,滚动到最底部时候触发事件
代码实现:JS:window.onscroll=function(){//变量scrollTop是滚动条滚动时,距离顶部的距离,兼容ievarscrollTop=document.
documentElement
.scrollTop
looper.zhuo
·
2020-08-21 15:14
JAVASCRIPT
VS
TYPESCRIPT
如何使用rem,为什么rem不生效?
我最近也在用这个做一个手机站,在使用过程发现单纯的css并不能实现字体随屏幕放大缩小的效果,后来各种索搜,找到了解决方法Document(function(){functionw(){varr=document.
documentElement
孤独--患者
·
2020-08-21 15:33
css3
js操作滚动条事件实例
12345678window.onscroll=function(){vart=document.
documentElement
.scrollTop||document.body.scrollT
smile_girl_ha
·
2020-08-21 15:58
web前端
js控制html页面滚动条到底端触发事件
bodyScrollTop=0,documentScrollTop=0;if(document.body){bodyScrollTop=document.body.scrollTop;}if(document.
documentElement
Zzooper
·
2020-08-21 15:39
web
js判断滚动条是否已到页面最底部或顶部实例-拓展(逐渐-自动下滑滚动)
//*********************取窗口滚动条高度******************/functiongetScrollTop(){varscrollTop=0;if(document.
documentElement
Love丶编程
·
2020-08-21 15:11
js判断滚动条是否已到页面最底部或顶部实例
当可视区域小于页面的实际高度时,判定为出现滚动条,即:复制代码代码如下:if(document.
documentElement
.clientHeight其实,这
Love丶编程
·
2020-08-21 15:10
获取页面位置和div位置
varch=(document.
documentElement
.scrollTop+document.
documentElement
.clientHeight-box.offsetHeight);varcw
oliven
·
2020-08-21 15:56
JavaScript
js滚动条位置,顶部,底部,触发事件
bodyScrollTop=0,documentScrollTop=0;if(document.body){bodyScrollTop=document.body.scrollTop;}if(document.
documentElement
你蠢哭我咯
·
2020-08-21 15:30
js
解决移动端自适应问题——rem
css3引进的新单位,在W3C-官网是这样描述rem的——”fontsizeoftherootelement”,我们在页面引入如下一段js(function(doc,win){vardocEl=doc.
documentElement
土豆西瓜霜
·
2020-08-21 15:26
前端
js头部设置浏览器字体大小随窗口大小而改变
20=16px*//*长宽占位rem算法,根据root的rem来计算各元素相对rem,默认html320/20=16px*/functionplaceholderPic(){varw=document.
documentElement
.offsetWidth
luckydie
·
2020-08-21 14:15
前端
vue触底加载
this.getbottom)},methods:{...mapMutations(['jcom_dyn_details','clearjcom']),getbottom(){letscrollTop=document.
documentElement
.scrollTop
易小川不懂赵高
·
2020-08-21 14:54
浏览器滚动条触底时出发事件
从其他网站拷贝转载的谢谢了window.onscroll=function(){varmarginBot=0;if(document.
documentElement
.scrollTop){varX=document.
documentElement
.scrollHeight
jiaxiaodong999
·
2020-08-21 14:50
滚动条到浏览器底部时自动加载js
$(window).scroll(function(){//滚动条到网页头部的高度,兼容ie,ff,chrome//vartop=document.
documentElement
.scrollTop+document.body.scrollTop
fsh430623
·
2020-08-21 14:54
富客户端
cookie
right:0;bottom:0;height:105px;_bottom:auto;_width:100%;_position:absolute;_top:expression(eval(document.
documentElement
.scrollT
diepaoqiang8835
·
2020-08-21 14:40
javascript
原生 JS 判断页面是否滚动到底部
bodyScrollTop=0,documentScrollTop=0;if(document.body){bodyScrollTop=document.body.scrollTop;}if(document.
documentElement
chuodan0559
·
2020-08-21 13:59
rem字体在rem盒子里面不一样,或者不同的行解决
remfunctionresizeEvt(){varww=document.
documentElement
.clientWidth,drp=window.devicePixelRatio;//document.
documentElement
.style.fontSize
anhuang1896
·
2020-08-21 13:30
Vue 项目 backTop 点击回到顶部
点击回到顶部,到达顶部backTop隐藏,有滚动显示mounted(){setTimeout(()=>{this.showScrollTop=document.body.scrollTop+document.
documentElement
.scrollTop
Ton555555
·
2020-08-21 13:01
JavaScript
backtop
vue
移动端webapp自适应布局
(function(doc,win){vardocEle=doc.
documentElement
,evt="o
识得唔识得啊
·
2020-08-21 13:48
移动端app
布局
web
app
移动
布局
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他