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
js设置页面全屏
html代码js代码//设置全屏$('#alarm-fullscreen-toggler').on('click',function(e){varelement=document.
documentElement
下页、再停留
·
2023-11-09 20:03
前端技术
javascript
前端
html
css
h5适配的解决方案【1】
转换很简单,就是设计图上量取的数值除以100)核心代码支持根据窗口大小变化而变化以750px的设计图为标准(即iphone6的尺寸为标准)(function(doc,win){vardocEl=doc.
documentElement
上网的虫不叫网虫
·
2023-11-09 15:48
JS
html
javascript
前端
vue2(vue3)屏幕自适应放大缩小 px转换rem
定义一个立即执行的匿名函数,传入两个参数,window和lib;(function(win,lib){vardoc=win.document//获取全局对象的document对象vardocEl=doc.
documentElement
Gql_郭小磊
·
2023-11-09 02:56
vue.js
前端
javascript
css
JavaScript_document对象_属性
1、document.doctype2、document.
documentElement
3、document.body,document.head4、document.forms5、document.images6
Python_1981
·
2023-11-06 16:39
#
JavaScript模块
javascript
开发语言
ecmascript
vue前端界面实现滚动加载分页数据
",this.lazyLoad);}在methods中写对应方法lazyLoad(){//滚动到底部,处理事件,获取可视区高度`、`滚动高度`、`页面高度`letscrollTop=document.
documentElement
.scrollTop
赶海的大鲨鱼
·
2023-11-06 04:55
前端
vue.js
javascript
Vue项目中实现全屏及相应的图标切换
一.实现全屏的效果背景:浏览器中自带全屏功能document.
documentElement
.webkitRequestFullScreen(),不过有兼容性问题,所以改用插件。
是要开心的婷婷呀~
·
2023-11-05 19:35
vue.js
javascript
html
esc键退出全屏 vue_vue项目实现全屏,退出全屏,图标切换的解决方案
fullScreen(){varelement=document.
documentElement
;if(element.requestFullscreen){element.requestFullscreen
weixin_39524834
·
2023-11-05 19:33
esc键退出全屏
vue
分享一段小代码,处理原生html下移动端的适配方案
(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow?'orientat
站在大神的肩膀上看世界
·
2023-11-04 15:40
vue输入框获取焦点,键盘弹起问题
vue输入框获取焦点,键盘弹起问题computed:{scrollHeight(){returndocument.
documentElement
.scrollTop||window.pageYOffset
hi_JXL
·
2023-11-04 12:19
vue
网站的图片延迟加载功能
参考资料:《图片延迟加载3种实现方式》《document.
documentElement
和document.body的区别》《搞清clientHeight、offsetHeight、scrollHeight
BigDipper
·
2023-11-03 18:53
IOS12微信6.7.4输入框失去焦点,软键盘关闭后,被撑起的页面无法回退到原来正常的位置
不多说,直接上解决方法$("input,select").blur(function(){setTimeout(()=>{constscrollHeight=document.
documentElement
.scrollTop
BluesCurry
·
2023-11-02 09:25
JS控制屏幕自适应
function(){varhtml=document.
documentElement
;varhWidth=html.getBoundingClientRect().width;html.style.fontSize
yiqian091
·
2023-11-01 10:57
前端页面分辨率自适应
functionbodyZoom(){constwindowWidth=window.screen.availWidth//获取当前电脑分辨率下的可视区域宽度constvisibleWidth=document.
documentElement
.clientWidth
羽 尘
·
2023-10-30 10:07
前端
javascript
042-Web前端-JS-滚动事件
(1)文档滚动事件说明:属性scrollTop\scrollLeft表示文档滚动的距离:(没有单位)语法:IE:document.
documentElement
.scrollTop\Left非IE:document.body.scrollTop
我的肚肚有点儿疼
·
2023-10-30 01:00
Web前端
移动端的rem布局
代码:varrem=function(psd_width){vardoc_el=document.
documentElement
;doc_el.style.fontSize=100*(doc_el.clientWidth
chenxin2017
·
2023-10-30 00:10
如何使用jquery实现全屏问题
先封装好方法//进行切换varfullScreenClickCount=0;//调用各个浏览器提供的全屏方法varhandleFullScreen=function(){varde=document.
documentElement
DreamofLimb
·
2023-10-29 20:58
html动态设置根字体大小(页面字体使用rem单位可根据屏幕大小自适应)
html动态设置根字体大小(页面字体使用rem单位可根据屏幕大小自适应)1.新建rem.js文件(function(doc,win){letdocEl=doc.
documentElement
,resizeEvt
cjg520
·
2023-10-29 15:10
rem布局设置根标签字体大小
rem单位的使用标题//获取html元素varhtml=document.getElementsByTagName('html')[0];//屏幕的宽度(兼容处理)varwidth=document.
documentElement
.clientWidth
daoqing99
·
2023-10-29 11:57
原生js获取pc和移动端屏幕宽高的方法
PC端:varw=window.innerWidthdocument.
documentElement
.clientWidthdocument.body.clientWidth;varh=window.innerHeight
小灰灰_Demo
·
2023-10-29 00:56
rem js 适配
做个记录//(function(doc,win){//vardocEl=doc.
documentElement
,//resizeEvt="orientationchange"inwindow?"
深街孤影
·
2023-10-27 23:57
javascript
开发语言
ecmascript
解决页面使用zoom导致echarts位置偏移问题
本文仅作为记录由于页面使用zoom来适配pc页面/***@description:等比例放大*@return{*}*/functionbodyScale(){vardevicewidth=document.
documentElement
.clientWidth
深街孤影
·
2023-10-27 23:57
echarts
前端
javascript
IOS微信端软键盘收起后页面没有回滚导致按钮事件失效问题
$(document).on('blur','input',function(){window.scroll(0,0);window.scrollTo(0,document.
documentElement
.clientHeight
造轮子的蜗牛
·
2023-10-27 12:31
vue兼容IE11
1.vue-router在App.vue里面的mounted周期添加判断mounted(){if('-ms-scroll-limit'indocument.
documentElement
.style&&
马太啊啊
·
2023-10-27 00:52
华为手机上拉加载更多
$(window).scroll(function(){varclientWidth=document.
documentElement
.clientWidth;varclientHeight=document.
documentElement
.clientHeight
newway_001
·
2023-10-26 05:23
react-native-webview IOS低版本中h5长按图片弹框
WKWebView*)webViewdidFinishNavigation:(WKNavigation*)navigation{[self.webViewevaluateJavaScript:@"document.
documentElement
.style.webkitTo
简翦儋箪
·
2023-10-25 16:28
2020-05-14 页面嵌入到app中 默认不显示 网页 切换的时候显示
$(window).resize(function(){setTimeout(()=>{document.body.scrollTop=document.
documentElement
.scrollTop
AFew
·
2023-10-25 03:06
vue3检测是手机还是pc端,监测视图窗口变化
中等屏幕(旧式电脑)992px-1200px4.大屏设备(现代电脑)1200px以上import{onMounted,ref}from'vue'constscreenWidth=ref(document.
documentElement
.clientWidth
九亿宅男的梦
·
2023-10-25 01:19
javascript
前端
开发语言
1024程序员节
iframe设置窗口自适应
获取窗口的大小functionchangeFrameHeight(){varifm=document.getElementById("helper_page");ifm.height=document.
documentElement
.clientHeight
梦里无羡
·
2023-10-24 16:27
javascript
前端
html
vue中载入iframe去除滚动条自适应方法
网上查了下,感觉都不是试用,还挺麻烦的,就自己写了,然后分享下methods:{adjustIframe(e){e.target.height=e.target.contentWindow.document.
documentElement
.scrollHeight
li_yunsong
·
2023-10-24 16:55
大数据
vue中获取页面滚动的高度
this.handleScroll,true)}methods:{handleScroll(){//方法一vartop=Math.floor(document.body.scrollTop||document.
documentElement
.scrollTop
weixin_45093753
·
2023-10-23 09:04
vue.js
前端
javascript
css flexible原理代码
;(function(win,lib){vardoc=win.document;vardocEl=doc.
documentElement
;varmetaEl=doc.querySelector('meta
janezhang
·
2023-10-22 22:43
element-ui使用rem适配
基准大小constbaseSize=16;//设置rem函数functionsetRem(){//当前页面屏幕分辨率相对于1280宽的缩放比例,可根据自己需要修改constscale=document.
documentElement
.clientWid
cmmboy1990
·
2023-10-22 19:50
element-ui2
ui
vue.js
javascript
Vue中判断页面是否到达底部
window.addEventListener('scroll',this.handleScroll)},第二步:methods:{handleScroll(){constscrollTop=document.
documentElement
.scrollTop
前端-文龙刚
·
2023-10-21 01:42
Vue
vue.js
javascript
前端
canvas实现粒子星空连线
myCanvas{background-color:black;}varcanvas=document.getElementById("myCanvas");canvas.width=document.
documentElement
.clientWidth
MingYoungLee
·
2023-10-20 21:11
canvas
canvas实现离子星空连线
canvas星空
canvas离子连线
怎么让html页面加载自动f11_js 默认按下F11 全屏模式
全屏vardocElm=document.
documentElement
;//W3Cif(docElm.requestFullscreen){docElm.requestFullscreen();}//
yuhang555
·
2023-10-19 17:52
怎么让html页面加载自动f11_HTML+JS实现F11全屏、退出全屏功能
复制一下代码在HTML文件中打开即可functionkaishi(){vardocElm=document.
documentElement
;//W3Cif(docElm.requestFullscreen
UI似
·
2023-10-19 17:52
怎么让html页面加载自动f11_html5 js 实现浏览器全屏效果(F11)
functionkaishi(){vardocElm=document.
documentElement
;//W3Cif(docElm.requestFullscreen){docElm.requestF
张大胃
·
2023-10-19 17:51
js实现页面全屏和退出全屏(模拟F11效果),禁止F11全屏,监听页面是否全屏
1.js实现全屏和退出全屏(模拟F11效果)此方法实测支持ie11,chrome,firefox,qq浏览器,360,搜狗,edgevarelement=document.
documentElement
东之健大坏蛋
·
2023-10-19 17:41
web前端
javascript
前端
chrome
ie
firefox
前端通过代码实现F11全屏效果
以chrome浏览器为例:整个页面全屏:document.
documentElement
.webkitRequestFullscreen()某个元素全屏:document.getElementById(
LL_long
·
2023-10-19 17:40
javascript
html5
node.js
前端
前端vue js监听全屏F11
keydown",this.KeyDown,true);//监听按键事件}methods:{KeyDown(event){setTimeout(()=>{this.windowHeight=document.
documentElement
.clientHeight
IT Pharaoh
·
2023-10-19 17:10
javascript
前端
vue.js
Js/Jquery获取网页屏幕可见区域高度
whb17bcdq/p/6513766.htmldocument.body.clientWidth==>BODY对象宽度document.body.clientHeight==>BODY对象高度document.
documentElement
.clientWidth
小灰灰黢黑色
·
2023-10-18 19:26
原生js实现判断浏览器滚动条向上滚动还是向下滚动,实时监听浏览器的滚动方向
varlastScrollTop=0;window.addEventListener("scroll",function(){varscrollTop=window.pageYOffset||document.
documentElement
.scrollTop
Sunny_lxm
·
2023-10-18 10:03
javascript
浏览器滚动
移动端点击弹出模态框禁止页面滑动
/***禁止滑动***/stop(){document.
documentElement
.style.position='fixed';document.body.style.overflow='hidden
BugMyGod
·
2023-10-18 05:22
vue中设置html的fontsize,vue中rem布局使用js动态改变fontsize
(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow?'
无月劫
·
2023-10-18 01:38
vue动态设置文字布局方式_vue中使用rem布局,使用js动态改变fontsize
(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow?'
五个橘核
·
2023-10-18 01:07
vue动态设置文字布局方式
uniapp h5端tab页有input当它获得焦点,安卓底部的导航栏被弹起的解决办法
resize(){this.clientHeight=`${document.
documentElement
.clientHeight}px`;window.onresize=()=>{constclientHeight
热爱°可抵岁月漫长
·
2023-10-18 00:11
Selenium 鼠标滚动操作
滚动条回到顶部:js="varq=document.getElementById('id').scrollTop=0"driver.execute_script(js)或者js="varq=document.
documentElement
.scrollTop
高压锅_1220
·
2023-10-18 00:40
selenium
python
javascript
ant-design-vue anchor组件源码解析
eleOffsetTop-(targetOffst/offsetTop)即:Window.scrollY+ele.getBoundingClientRect().top-ele.ownerDocument.
documentElement
.clientTop
wu_9f41
·
2023-10-17 07:02
返回顶部,动画效果
最简单的返回顶部就是window.scrollTo(0,0),但是这没有动画效果,我需要页面慢慢滚动的动画1.添加监听window.onscroll=()=>{constvscroll=document.
documentElement
.scrollTop
plum_meizi
·
2023-10-16 15:02
rem适配方案
-->标题//适配var_mtac={};(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow
沙滩上的一颗石头
·
2023-10-14 11:56
css3
javascript
css
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他