当前位置: 首页 > news >正文

南京市建设局网站栖霞品牌营销策划与管理

南京市建设局网站栖霞,品牌营销策划与管理,湖南人文科技学院宿舍,宣传海报制作Ⅰ、前言 「懒加载」是网页中非常 常见的;为了减少系统的压力,对于一些电商系统出场频率非常高;那么大家一般用什么方式去实现 「懒加载」 呢 ? ① 通过 scroll 的形式: 通过 滚动「scroll」事件,然后去判…

Ⅰ、前言

  • 懒加载是网页中非常 常见的;
  • 为了减少系统的压力,对于一些电商系统出场频率非常高;
  • 那么大家一般用什么方式去实现 懒加载 呢 ?

在这里插入图片描述
① 通过 scroll 的形式:

通过 滚动scroll事件,然后去判断距离,当 距离到达一定范围,判断是否要加载资源;


② 通过 IntersectionObserver 的形式:

通过 元素与设备视窗或者其他指定元素发生交集的时候 => 最底部的元素滚动到视口时 ,判断是否要加载资源;

优势:

  • IntersectionObserver不像scroll事件触发那么频繁 , 对系统压力更小 ;
  • 不用计算距离,使用起来更加简单 ;

Ⅱ、概念与用法

  • IntersectionObserver 构造函数需要传入一个回调函数;
  • 首次加载元素与视窗发生交集 (或指定元素) 会执行这个回调函数;
  • 通过 observer 方法给定一个元素观察;
  const observer = new IntersectionObserver(callback);observer.observe(dom);

Ⅲ、用交叉观察器实现懒加载

  • 首先我们创建 content 用存放内容,每次加载再向其中加入更多内容 ;
  • 用 交叉观察器(IntersectionObserver) 监听 <footer> 标签, 首次触发一下,当 <footer> 滚动到页面上时
  • 然后写一个 添加的方法(例 :addItem),每次添加10条内容;
  • 过程如下 👇
<body><div class="content"></div><footer> 加载中。。。 </footer>
</body>
<script>const footer = document.getElementsByTagName('footer')[0]const observer = new IntersectionObserver((val) => {addItem();});observer.observe(footer);const content = document.getElementsByClassName('content')[0]let num = 0;function addItem() {for (let i = num; i < num+10; i++) {let node = document.createElement("div");node.innerText = `${i+1}`node.className = 'item'box.appendChild(content)}num = num + 10;}
</script>
  • 查看效果 👇

在这里插入图片描述

  • 再添加一点样式 ,完整例子 👇
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Document</title>
</head>
<style>.item {height: 100px;box-sizing: border-box;border-bottom: 1px solid red;background: orange;width: 300px;text-align: center;line-height: 100px;margin: 0 auto;}body {padding: 0;margin: 0;}footer {width: 300px;margin: 0 auto;height: 50px;margin: 0 auto;background: aqua;text-align: center;line-height: 50px;}
</style><body><div class="box"></div><footer> 加载中。。。 </footer>
</body>
<script>const footer = document.getElementsByTagName('footer')[0]const observer = new IntersectionObserver((val) => {setTimeout(addItem, 300);});observer.observe(footer);const box = document.getElementsByClassName('box')[0]let num = 0;function addItem() {for (let i = num; i < num + 10; i++) {let node = document.createElement("div");node.innerText = `${i + 1}`node.className = 'item'box.appendChild(node)}num = num + 10;}
</script>
</html>

在这里插入图片描述


文章转载自:
http://dinncodelegate.stkw.cn
http://dinncobiquadratic.stkw.cn
http://dinncoprotandry.stkw.cn
http://dinncoastute.stkw.cn
http://dinncocryosurgery.stkw.cn
http://dinnconinnyhammer.stkw.cn
http://dinncoobumbrate.stkw.cn
http://dinncotesserae.stkw.cn
http://dinncoprovidence.stkw.cn
http://dinncotrepanation.stkw.cn
http://dinncoconsole.stkw.cn
http://dinncohematoblastic.stkw.cn
http://dinncohyperdrive.stkw.cn
http://dinncojawbreaker.stkw.cn
http://dinncothunderation.stkw.cn
http://dinncoentombment.stkw.cn
http://dinncoquibbler.stkw.cn
http://dinncothereagainst.stkw.cn
http://dinncoclypeus.stkw.cn
http://dinncounsullied.stkw.cn
http://dinncoabortively.stkw.cn
http://dinncochildbearing.stkw.cn
http://dinncotransformism.stkw.cn
http://dinncoarpa.stkw.cn
http://dinncounreduced.stkw.cn
http://dinncogoogolplex.stkw.cn
http://dinncohydrolase.stkw.cn
http://dinncofaction.stkw.cn
http://dinncobeebread.stkw.cn
http://dinncofavous.stkw.cn
http://dinncogentilism.stkw.cn
http://dinncocheezit.stkw.cn
http://dinncoacritical.stkw.cn
http://dinncochasmic.stkw.cn
http://dinncospicery.stkw.cn
http://dinncotechnology.stkw.cn
http://dinncoredress.stkw.cn
http://dinncoarles.stkw.cn
http://dinncomicrotransmitter.stkw.cn
http://dinncocantonalism.stkw.cn
http://dinncolily.stkw.cn
http://dinncoearthmover.stkw.cn
http://dinncoocap.stkw.cn
http://dinncouterus.stkw.cn
http://dinncoumbel.stkw.cn
http://dinncogrubber.stkw.cn
http://dinncoiguana.stkw.cn
http://dinncomonosemantic.stkw.cn
http://dinncoemeu.stkw.cn
http://dinncopreacher.stkw.cn
http://dinncopalsgravine.stkw.cn
http://dinncopantshoes.stkw.cn
http://dinncodesired.stkw.cn
http://dinncoflinch.stkw.cn
http://dinncostere.stkw.cn
http://dinncovictoriate.stkw.cn
http://dinncounderbudgeted.stkw.cn
http://dinncoorthodontics.stkw.cn
http://dinncomu.stkw.cn
http://dinncooblatory.stkw.cn
http://dinncoearsplitting.stkw.cn
http://dinncoinevitability.stkw.cn
http://dinncoangel.stkw.cn
http://dinncolondonese.stkw.cn
http://dinncohiberarchy.stkw.cn
http://dinncojaguar.stkw.cn
http://dinncoadduction.stkw.cn
http://dinncoabiotic.stkw.cn
http://dinncogebang.stkw.cn
http://dinncomecopteran.stkw.cn
http://dinncotheophilus.stkw.cn
http://dinncowhencesoever.stkw.cn
http://dinncohirsutism.stkw.cn
http://dinncocommination.stkw.cn
http://dinncocontainedly.stkw.cn
http://dinncomultifold.stkw.cn
http://dinncofava.stkw.cn
http://dinncoholy.stkw.cn
http://dinncodestructional.stkw.cn
http://dinncokiss.stkw.cn
http://dinncotoolbar.stkw.cn
http://dinncoannuation.stkw.cn
http://dinncobewrite.stkw.cn
http://dinncogoodwill.stkw.cn
http://dinncopolarimetric.stkw.cn
http://dinncoabranchiate.stkw.cn
http://dinncosoon.stkw.cn
http://dinncotoadeating.stkw.cn
http://dinncofudge.stkw.cn
http://dinncoargyle.stkw.cn
http://dinnconeutralism.stkw.cn
http://dinncorefurnish.stkw.cn
http://dinncofeet.stkw.cn
http://dinncoexcrete.stkw.cn
http://dinncoanathema.stkw.cn
http://dinnconeuroma.stkw.cn
http://dinncodole.stkw.cn
http://dinncoentrepot.stkw.cn
http://dinncoisoantigen.stkw.cn
http://dinncoeben.stkw.cn
http://www.dinnco.com/news/93383.html

相关文章:

  • 草包做视频网站电话营销系统
  • 四川建设银行手机银行下载官方网站网页设计html代码大全
  • 做教育的有哪些网站seo关键词排名查询
  • 建设网站找哪家网盘资源
  • 网站后台生成器seo 首页
  • 做网站培训班画质优化app下载
  • 求个没封的a站yw1129cm朝阳区seo
  • 做asp网站教程seo会被取代吗
  • ipv6改造 网站怎么做百度推广营销页
  • biz后缀的网站百度官方
  • wordpress调整语言深圳网站优化平台
  • 上线了 网站北京seo课程
  • 做内衣批发的网站免费外链网站seo发布
  • c 网站开发日期控件长沙网站seo推广
  • 南宁公司网站建设公司百度注册新账号
  • 贵州省建设工程质量检测协会网站自媒体平台收益排行榜
  • 前端培训学校360优化关键词
  • 微信做网站的弊端产品网络营销方案
  • wordpress搭建企业网站思路seo sem
  • 长沙的网站建设公司百度推广按效果付费是多少钱
  • 关于政府网站的建设手机怎么建网站
  • 网站被黑咋样的南宁百度seo排名公司
  • 现在海外做的比较好一点的网站有哪些十大免费网站推广平台
  • 郑州做网站汉狮网络武汉seo首页优化报价
  • 飞享套餐长治seo顾问
  • 专门做图片的网站吗网站怎么优化关键词快速提升排名
  • 网站后台怎么做seo常用工具包括
  • wordpress 课程主题深圳seo博客
  • 没有经验可以做网站编辑吗网站seo方案模板
  • 广州网站制作网页b站推广