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
nuxt nuxt.config.js引入rem.js问题
function(e){vart,n=document,i=window,o=n.
documentElement
;functionu(){vart=o.getBoundingClientRect().width
秩序、
·
2020-08-05 15:46
vue
vue获取滚动的scrollTop的值
mounted(){//let_this=thiswindow.addEventListener('scroll',()=>{lettop=document.
documentElement
.scrollTop
邪小新
·
2020-08-05 14:13
js
Python+Selenium,document.
documentElement
.scrollTop浏览器滚动条操作
案例:打开我自己的博客首页,下滑和上滑右侧浏览器滚动条,如下图:具体代码实现和注释如下:1##!/usr/bin/python32#-*-coding:utf-8-*-3#@Time:2020/8/510:314#@Author:Gengwu5#@FileName:Scroll_window.py6#@Software:PyCharm78fromseleniumimportwebdriver9fr
Cindy的喵喵
·
2020-08-05 13:00
vue.js获取屏幕高度clientHeight设置充满屏幕引导页
exportdefault{data(){return{clientHeight:'',}},mounted(){//获取浏览器可视区域高度this.clientHeight=`${document.
documentElement
.clientHeight
Jerrica
·
2020-08-05 13:34
工作总结
工作总结
vue.js
css3加载中蒙层
var_PageHeight=document.
documentElement
.clientHeight,_PageWidth=document.
documentElement
.clientWidth;
weixin_34418883
·
2020-08-05 03:51
selenium 调用JavaScript代码
execute_script()方法如果有返回值,会有以下几种情况:返回一个页面元素(
documentelement
),这个方法就会返回衣蛾WebElement返回浮点数数字,这个方法就返回一个double
weixin_30848775
·
2020-08-05 02:18
HTML 检测元素能显示出来的比例
=>{//获取获取某个元素相对于视窗的位置集合constrect=element.getBoundingClientRect();//获取要素高度constclientHeight=document.
documentElement
.clientHeight
lanjg521224
·
2020-08-05 02:40
前端札记
DIV CSS遮罩层
DIVCSS遮罩层functionshowdiv(obj1,obj2){document.getElementById(obj2).style.top=document.
documentElement
.scrollTop
snihcel
·
2020-08-05 02:12
javascript
JavaScript多张图片放大镜效果(不限定图片尺寸,rem单位)
enlarge是图片要放大查看的倍数,注意:.bigBox的宽高与.tool的宽高比值要与enlarge保持一致,比如本例中这个比值是4DocumentfunctionfontAuto(){document.
documentElement
.style.font
辣姐什么鬼
·
2020-08-05 01:55
web前端
vue中的scrollTop获取
mounted(){let_this=thiswindow.addEventListener('scroll',function(){lettop=document.
documentElement
.scrollTop
weixin_43743956
·
2020-08-04 07:13
日常积累
基于js实现点击按钮回到顶部
否则隐藏"回到顶部"按钮点击"回到顶部"按钮,页面缓动回到0//封装获取页面高度的函数functiongetScroll(){return{top:window.pageYoffset||document.
documentElement
.scrollTop
小生carson
·
2020-08-04 06:27
Javascript
微信h5活动,你用的上的一些小知识
被撑起的页面无法回退到原来正常的位置$("input,select,textarea").blur(function(){ setTimeout(function(){ varscrollHeight=document.
documentElement
.scrollTop
AS胖丁
·
2020-08-04 06:53
js
web前端
解决移动端input失去焦点软键盘收齐后界面不恢复的问题
lost(){setTimeout(()=>{letscrollHeight=document.
documentElement
.scrollTop||document.body.scrollTop
guanguan0_0
·
2020-08-03 17:32
H5移动端
移动端input失焦问题
移动端修改系统字体导致rem布局混乱的解决方法
varnum=20;vardocEl=document.
documentElement
;varwidth=docEl.getBoundingClientRect().wid
bellemere
·
2020-08-03 15:01
rem
javascript
解决安卓键盘收起表单无法失去焦点问题
HelloWorld.vue'exportdefault{name:'home',components:{HelloWorld},data(){return{msg:''}},mounted(){constel=document.
documentElement
前端精髓
·
2020-08-03 12:52
基础知识
图片合成,使用canvas,做一个漂亮的二维码分享
timg.jpgmycode.jpg*{margin:0;padding:0;}//“()()”表示自执行函数(function(doc,win){vardocEl=doc.
documentElement
zkau0518
·
2020-08-03 11:49
快速掌握—JS如何实现页面平滑的滚到顶部
//阻力,数值越大,滑动越慢constdrag=10;//滑动到顶部constscrollToTop=()=>{//距离顶部的距离constgap=document.
documentElement
.scrollTop
似俗似不俗
·
2020-08-03 10:42
项目实用
解决安卓手机点击输入框,底部内容被弹出问题
data(){return{hideshow:true,docmHeight:document.
documentElement
.clientHeight,//默认屏幕高度showHeight:do
weixin_34381666
·
2020-08-03 07:35
监听滚动条滚动设置顶部导航背景色样式
,this.handleScroll)},获取导航到顶部的距离handleScroll(){//获取导航到顶部的距离varscrollTop=window.pageYOffset||document.
documentElement
weixin_34365417
·
2020-08-03 07:32
移动端屏幕适配基础
//得到手机屏幕的宽度lethtmlWidth=document.
documentElement
.
Wind-123
·
2020-08-03 03:44
js
关于scrolltop兼容性问题
最近工作时修复topbar渐变色问题的bug,发现document.body.scrollTop取值一直为0这里给出三个解决方案:解决方案1:letscrollTop=document.
documentElement
.scrollTop
ilvseyinfu
·
2020-08-03 03:26
Web
javaScript获取当前鼠标坐标值
无标题文档window.onload=function(){document.
documentElement
.onmousemove=function(){varadNode=document.getElementById
liyunlan33
·
2020-08-03 01:30
javascript
HTML5-事件-键盘-上下左右键
document.
documentElement
.clientHei
IT学习爱好者
·
2020-08-03 00:23
善知教育笔记
JS常见的兼容性问题汇总
JS常见的兼容性问题汇总1>滚动条:document.
documentElement
.scrollTop||document.body.scrollTop2>获取样式兼容functiongetStyle
Calla_Lj
·
2020-08-02 21:11
前端
浏览器兼容
javaScript
vue结合sass进行主题切换(完整简单示例展示)
一个控制主题切换测试页面测试蓝色红色exportdefault{name:"HelloWorld",methods:{toggleTheme(index){console.log(window.document.
documentElement
DXL131795
·
2020-08-02 15:12
vue.js
css3
es6
三种方法实现页面滚动条直接滚动到顶部
1.document.body.scrollTop=document.
documentElement
.scrollTop=0//页面滚动到顶部2.document.body.scrollIntoView
追逐春天的大孩子
·
2020-08-02 14:09
js
记录
JS实现回到顶部的滚动效果
document.getElementById("back");back.onclick=function(){vartime=setInterval(function(){vartop=document.
documentElement
.scrollTop
潇授大帝
·
2020-08-02 14:29
html
原生JS实现滚动条动画 (滚动到指定位置 / 返回顶部)
time){document.body.scrollTop=document.
documentElement
.scrollTop=number;returnnumber;}constspacingTime
了了君
·
2020-08-02 13:24
前端web
JS
PC端和移动端 自适应和响应式布局的要点
端和移动端自适应和响应式布局的要点1.手机端自适应js代码functionresize(){varoHtml=document.getElementsByTagName("html")[0];varscreenW=document.
documentElement
.offsetWidth
浮生故城
·
2020-08-01 11:35
work
HTML与XHTML —— 二者有什么区别
document.
documentElement
返回文档的根节点document.bodydocument.activeElement返回当前文档中被击活的标签节点(ie)event.fromElement
Wsrichyong
·
2020-08-01 11:37
clientHeight、offsetHeight、scrollHeight三者区别与浏览器表现
提要clientHeight指客户区高度,本应该返回浏览器可见区域高度,但是,前面的元素如果不是
documentElement
,则返回盒子高度(包括填充和边框)offsetHeight指偏移之后的高度,
Soochow_zhangyu
·
2020-08-01 10:00
DOM
自适应网页设计 or 响应式Web设计
vardeviceWidth=document.
documentElement
.clientWidth,scale=deviceWidth/750;vardeviceHeight=document.
documentElement
jun_h5
·
2020-08-01 09:34
@media响应式设计
去掉alert,confirm弹出框显示的url
window.alert=function(name){variframe=document.createElement("IFRAME");iframe.style.display="none";document.
documentElement
.appendChild
z670707170
·
2020-08-01 08:35
前端开发
java
html
【vue】如何跳转路由到指定页面位置
js//获取浏览器高度data(){return{height:`${document.
documentElement
.clientHeight}`,}}//后端会给一个值,来确定浏览器需要跳转到哪个位置
渐暖°
·
2020-08-01 08:21
#
Vue
#
源计划
移动端兼容布局的修改完善
functionpx2rem($n){@return#{$n/($screen*$font/320)}rem}js代码(在head引入)(function(doc,win){vardocEl=doc.
documentElement
WS林海峰
·
2020-08-01 06:00
每天10个前端知识点:各种宽高距离篇
1.滚动距离html简写:document.documentElementdocument.body.scrollTop兼容:Chrome其他->0document.
documentElement
.scrollTop
WangChloe
·
2020-08-01 06:32
H5+MUI计算手机高度
举个栗子:/***自适应滚动区高度*///获取手机高度varheight=document.
documentElement
.clientHeight||document.body.clientHeight
橙乐果果
·
2020-08-01 05:15
MUI
节流函数&防抖函数 柯里化函数
bStop){return;}bStop=false;setTimeout(()=>{vart=document.
documentElement
.scrollTop||document.body.scroll
weixin_34199405
·
2020-08-01 04:59
兼容html5的方法
function(a,b){functionc(a,b){varc=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.
documentElement
love2013
·
2020-08-01 03:42
移动端微信公众号开发中问题记录及解决方案
1.关于字体大小、图片大小、块元素大小的确定,目前一种方法,使用rem,rem的计算方式document.
documentElement
.style.fontSize=document.
documentElement
.clientWidth
weixin_30216561
·
2020-08-01 03:23
js中动态获取页面的高度和宽度的方法总结
javascript,jquery获取网页的高度和宽度:javascript:可视区域宽:document.
documentElement
.clientWidth(width+padding)可视区域高
世润
·
2020-08-01 02:00
前端
vue2 vue-router 在IE下不跳转问题
src/App.vueexportdefault{name:"App",mounted(){functioncheckIE(){return("-ms-scroll-limit"indocument.
documentElement
.styl
成茂峰
·
2020-08-01 02:19
#
前端-vue
vue 在移动端实现红包雨 (兼容性好)
:10000//定义时间}},mounted(){this.startRedPacket()},methods:{/***开启动画*/startRedPacket(){letwin=document.
documentElement
.client
彻夜不归
·
2020-07-31 22:57
红包雨动画
亲测兼容大部分手机
动态设置html的font-size值 (适配文字大小)
PC端(function(){functionsetRootFontSize(){letrem,rootWidth;letrootHtml=document.
documentElement
;//限制展现页面的最小宽度
会点php的前端小渣渣
·
2020-07-31 22:55
js
css
完美解决Vue项目在H5微信开发iOS真机上input和select调起软键盘后不回弹
直接上代码,简单粗暴{{item.title}}exportdefault{computed:{scrollHeight(){returndocument.
documentElement
.scrollTop
大唐锦绣
·
2020-07-31 21:31
vue
d3.v5 常用api简介
d3.v5常用api简介选择集选择d3.selection():选择器根元素:document.
documentElement
.整个方法可以用来测试是否为选择集实例(instanceofd3.selection
liuguoxionglang
·
2020-07-31 19:11
d3.v5
宽度和高度-js-引
//alert(document.body.scrollHeight);//alert(document.body.scrollTop);//alert(document.
documentElement
.scrollTop
jjjjyyyyy
·
2020-07-31 18:33
学校ERP开发技术积累
Appium_学习笔记
+java,发现客户端的引导页无法操作,搜索到内容如下:1.滚动条的滑动(http://www.cnblogs.com/nova/articles/1091993.html)top=document.
documentElement
.scrollTop
天涯飘雪
·
2020-07-31 18:39
Selenium
移动端rem适配(手淘flexible方案)
;(function(win,lib){vardoc=win.document;vardocEl=doc.
documentElement
;varmetaEl=doc.querySelector('meta
鱼儿哟
·
2020-07-31 18:20
vue移动app项目中使用flex布局,呼出手机键盘页面被顶起和压缩的问题
App.vue:varheight=document.
documentElement
.clientHeight;//
闻人放歌
·
2020-07-31 18:49
vue2.0
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他