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
手机上获取浏览器宽高的写法
解决被微信标题栏挡住的问题UC,猎豹手机浏览器:仍被上方地址栏和下方菜单栏挡住vargetScreenSize=function(){window.scrWidth=window.innerWidth||document.
documentElement
.clientWidth
一無月一
·
2020-02-20 16:34
JavaScript BOM
目前主流浏览器):window.innerHeight-浏览器窗口的内部高度window.innerWidth-浏览器窗口的内部宽度对于InternetExplorer8、7、6、5:document.
documentElement
.clientHeightdocument.docu
0han
·
2020-02-20 13:07
实用代码 大杂烩
**js相关*******************************************************///适配代码(function(doc,win){vardocEl=doc.
documentElement
Agping
·
2020-02-20 07:16
移动端适配的简易方案
参考网易的rem适配方案,大致如下:第一步:media标签写在head里面:第二步:加载头部scriptdocument.
documentElement
.style.fontSize=document.
documentElement
.clientWidth
白水螺丝
·
2020-02-18 17:03
js滚动条之返回顶部
滚动条的距离DOM方法:右:document.body.scrollTop||document.
documentElement
.scrollTop//兼容ie下:document.body.scrollLeft
帅气的刘小二
·
2020-02-18 05:42
iOS移动端(H5)alert/confirm提示信息去除网址(URL)
document.createElement("IFRAME");iframe.style.display="none";iframe.setAttribute("src",'data:text/plain,');document.
documentElement
.appendChild
王红笑
·
2020-02-17 02:42
监控页面的滚动事件(上滚/下滚)
但也可以理解借鉴公共接口$(function(){//js部分开始varscrolling=false;//判断到底了functionisBottom(){varscrollTop=0;if(document.
documentElement
秋秋秋web
·
2020-02-16 22:40
vue中使用rem布局,使用js动态改变fontsize
(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow?'
传奇狗
·
2020-02-16 04:28
前端小记
el.getBoundingClientRect();return(rect.top>=0&&rect.left>=0&&rect.bottom<=(window.innerHeight||document.
documentElement
.clientHeight
pipa
·
2020-02-15 19:27
JavaScript BOM
window.innerHeightwindow.innerWidthdocument.
documentElement
.clientHeightdocument.
documentElement
.clientWidthdocument.b
十顿十
·
2020-02-15 18:26
滚动页面时,DIV出现时并固定
fixedMenu{display:none;position:fixed;left:50%;top:10%;_position:absolute;_top:expression(eval(document.
documentElement
.scrollTop
水斑
·
2020-02-15 17:31
去除alert/confirm所带的网址
document.createElement("IFRAME");iframe.style.display="none";iframe.setAttribute("src",'data:text/plain,');document.
documentElement
爱忽悠的唐唐在晃悠
·
2020-02-15 08:46
BOM
6.BOM1.windowwindow.innerWidthwindow.innerHeight页面可视区宽高,不兼容低版本浏览器document.
documentElement
.clientWidth
3hours
·
2020-02-15 05:41
js rem px转换
(function(doc,win){vardocEl=doc.
documentElement
,//手机旋转事件,大部分手机浏览器都支持onorientationchange如果不支持,可以使用原始的resizeresizeEvt
Puppy_mm
·
2020-02-15 02:22
区分js中各种宽高及位置
InternetExplorer、Chrome、Firefox、Opera以及Safari:window.innerWidth、window.innerHeightInternetExplorer8、7、6、5:document.
documentElement
.clientWidth
阿金的故事
·
2020-02-13 20:14
移动端适配
functionsetResize(){vardevieWidth=Math.min(750,document.
documentElement
.clientWidth);document.
documentElement
.style.fontSize
Dream_shy
·
2020-02-12 13:09
JavaScript之dom查询方法
中有一个属性body,它保存的是body的引用varbody=document.getElementsByTagName("body")[0];varbody=document.body;document.
documentElement
hi武林高手
·
2020-02-12 06:11
vscode+webpack rem自动转换方案
constscale=document.
documentElement
.clientWidth/750//设置页面根节点字体大小document.documentEle
纸伞下你微笑
·
2020-02-12 01:22
移动端 js 设置根节点
//rem根节点(function(doc,win,designWidth){consthtml=doc.
documentElement
;//dprconstrefreshRem=()=>{constclideWidth
qwer_6db9
·
2020-02-11 23:24
去除alert ,confirm上的url
document.createElement("IFRAME");iframe.style.display="none";iframe.setAttribute("src",'data:text/plain,');document.
documentElement
.appendChild
JsLin_
·
2020-02-11 16:27
前端小知识11点(2019.12.11)
1、Chrome浏览器全屏显示及监听主要是几个关键的浏览器API:①判断浏览器是否是全屏document.webkitIsFullScreen//true/false②全屏document.
documentElement
.webkitRequestFullScreen
小进进不将就
·
2020-02-11 13:17
UIWebView 禁止长按复制粘贴
(UIWebView*)webView{//Disableuserselection[webViewstringByEvaluatingJavaScriptFromString:@"document.
documentElement
.style.webkitUserSelect
狗娃_
·
2020-02-10 23:56
宣传页项目开发(三)
网页交互效果的实现滚动条高度的获取以及设置:document.body.scrollTop||document.
documentElement
.scrollTop.split()把字符串分割成数组.join
陈莺莺呀
·
2020-02-10 17:00
宣传页项目开发(三)
网页交互效果的实现滚动条高度的获取以及设置:document.body.scrollTop||document.
documentElement
.scrollTop.split()把字符串分割成数组.join
陈莺莺呀
·
2020-02-10 17:00
JS开发之上拉加载更多
代码如下//获取滚动条当前的位置functiongetScrollTop(){varscrollTop=0;if(document.
documentElement
&&document
跹尘
·
2020-02-10 10:29
js设置浏览器全屏状态
document.isFullScreen||document.mozIsFullScreen||document.webkitIsFullScreen==false){//设置全屏varel=document.
documentElement
w夏了夏天
·
2020-02-10 07:25
UIWebView与JS常用交互代码(转)
(UIWebView*)webView{//Disableuserselection[webViewstringByEvaluatingJavaScriptFromString:@"document.
documentElement
.style.webkitUserSelect
大老虎_Robin
·
2020-02-08 13:25
解决H5在移动端软键盘弹出时底部fixed定位被顶上去的问题
vue解决方法//js部分data(){return{docmHeight:document.
documentElement
.clientHeight,//默认屏幕高度showHeight:document.
documentElement
.clie
小莫莫呀
·
2020-02-07 10:46
ios 禁止UIWebView加载的H5页面长按复制 mpaas框架加载的H5离线包页面禁止长按复制
//**针对UIWebView//在webViewDidFinishLoad方法中[webViewstringByEvaluatingJavaScriptFromString:@"document.
documentElement
.style.webkitUserSelect
木子李55
·
2020-02-07 05:05
前端黑科技
fontColor夜间模式2.网页全屏document.getElementById("a_FullScreen").onclick=function(){requestFullScreen(document.
documentElement
FutaoSmile丶
·
2020-02-07 02:09
js中的节点遍历+类数组对象
childNodes[n]=childNodes.item(n)第n+1个子元素parentNode父元素nextSibling下一个兄弟元素previousSibling上一个兄弟元素document.
documentElement
陈莺莺呀
·
2020-02-06 23:00
vue05----less版本问题、移动端适配、alias、jsonp、axios、proxy、sass和less的区别
less报错:原因:less版本不统一解决:
[email protected]
###适配①index.html中://将1rem设置为屏幕宽度的1/10,1rem=37.5pxdocument.
documentElement
.style.fontSize
吴小明的博客
·
2020-02-06 22:00
啊啊啊是是是
constscale=document.
documentElement
.clientWidth/750//设置页面根节点字体大小document.
documentElement
.style.fontSize
鞠问问
·
2020-02-06 22:09
Webview显示内容空白问题
问题描述使用Webview展示本地html数据,偶现页面空白问题分析inspect页面发现fontsize=0,查看前端代码发现有设置fontsize的代码document.
documentElement
.style.fontSize
Lynn_R01612x2
·
2020-02-06 20:11
移动端布局
手淘的rem适配jsflex.js;(function(win,lib){vardoc=win.document;vardocEl=doc.
documentElement
;varmetaEl=doc.querySelector
尝了又尝
·
2020-02-05 23:12
页面元素宽高及位置获取方法
一、获取页面可视宽高获取可视高window.innerHeight||document.
documentElement
.clientHeight//window.innerHeight(除IE均支持,如果底部出现滚动条
vinterx
·
2020-02-05 07:12
前端自学笔记---function a(){} 和 var a = function(){}的区别(javascript)
functiona(){}和vara=function(){}的区别:学习做浮窗,看到别人的代码里有:window.onresize=function(){chroX=document.
documentElement
.clientWidth
老唐的编程笔记
·
2020-01-31 09:00
前端自学笔记---function a(){} 和 var a = function(){}的区别(javascript)
functiona(){}和vara=function(){}的区别:学习做浮窗,看到别人的代码里有:window.onresize=function(){chroX=document.
documentElement
.clientWidth
Parachute黑喵
·
2020-01-31 09:00
移动端图片裁剪(vue)
直接上代码代码复制即可用,当然css样式你的改动(可复制全码在最下面)选择图片放大缩小保存图片exportdefault{data(){//获取屏幕的宽度letwinW=document.
documentElement
.clientWidth
yuanzhuang
·
2020-01-17 15:03
IOS webview 禁用选择和电话的处理
)webViewDidFinishLoad:(UIWebView*)webView{[webViewstringByEvaluatingJavaScriptFromString:@"document.
documentElement
.style.webkitUserSelect
刃之剑
·
2020-01-13 10:13
快速掌握—JS如何实现页面平滑的滚到顶部
实际效果//阻力,数值越大,滑动越慢constdrag=10;//滑动到顶部constscrollToTop=()=>{//距离顶部的距离constgap=document.
documentElement
.scrollTop
黑莓小宝闪电朵朵
·
2020-01-11 02:32
仿美团详情页与购物车源码-详情页
项目图首先是menu.html深圳麦当劳前海二餐厅(function(){vardocEl=document.
documentElement
;functionsetRemUnit(){//获取到rem的基准值
陈莺莺呀
·
2020-01-09 13:00
仿美团详情页与购物车源码-详情页
项目图首先是menu.html深圳麦当劳前海二餐厅(function(){vardocEl=document.
documentElement
;functionsetRemUnit(){//获取到rem的基准值
陈莺莺呀
·
2020-01-09 13:00
仿美团详情页与购物车源码-订单页
项目整体图首先是order.html订单(function(){vardocEl=document.
documentElement
;functionsetRemUnit(){//获取到rem的基准值varrem
陈莺莺呀
·
2020-01-09 13:00
仿美团详情页与购物车源码-订单页
项目整体图首先是order.html订单(function(){vardocEl=document.
documentElement
;functionsetRemUnit(){//获取到rem的基准值varrem
陈莺莺呀
·
2020-01-09 13:00
仿美团详情页与购物车源码-首页实现
效果图首先是index.html首页(function(){vardocEl=document.
documentElement
;functionsetRemUnit(){//获取到rem的基准值varrem
陈莺莺呀
·
2020-01-09 11:00
仿美团详情页与购物车源码-首页实现
效果图首先是index.html首页(function(){vardocEl=document.
documentElement
;functionsetRemUnit(){//获取到rem的基准值varrem
陈莺莺呀
·
2020-01-09 11:00
JS+Vue 常见用法(1)-- 一些常用方法
JS返回上一页:返回上一页functiongoBack(){window.history.go(-1)-2即为退后2页}点击回到顶部document.body.scrollTop=0document.
documentElement
.scrollTop
zlf_j
·
2020-01-07 23:01
移动端使用rem布局,在华为机型上超出屏幕
实际机型:荣耀v20通过判断,动态修改html的字号(实践过)//转化rem单位(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow
八妹sss
·
2020-01-07 11:59
移动Web开发-WebApp(flex布局+移动端导航案例)
屏幕横向分辨率²+屏幕纵向分辨率²)/屏幕对角线长度(单位英寸)视口viewportconsole.log(window.innerWidth);//窗口文档显示区宽度console.log(document.
documentElement
陈莺莺呀
·
2020-01-07 11:00
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
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
其他