而<img src="">是标准的HTML语言 浏览器都能支持
<script src="jquery-1.11.1.js"></script>
<script>
$(document).ready(function () {
$(window).scroll(function () {
loadImg()
})
function loadImg() {
$("img").each(function () {
if ($(this).offset().top <$(window).height() * 2 + $(window).scrollTop()) {
$(this).attr("src", $(this).attr("lazy_src")).removeAttr("lazy_src")
}
})
}
})
</script>
延时代码
假设你哪些要替换的代码在一个div里面,这个div的 id为myid,下面这样写:var myreplace=document.getElementById('myid').innerHTML
var myresult=myreplace.replace(/等待替换的内容/ig,“想要替换的内容”)
document.getElementById('myid').innerHTML=myresult
懒惰的 懒的 懒惰 偷懒 懒散的 慵懒
意思
adj.懒惰的;打在一侧的;粗心的;缺少努力的;缺少活动的;马虎的;流速缓慢的
比较级: lazier
最高级: laziest
同根词
词根:laze
lazily
adv. 懒洋洋地;怠惰地,懒散地
laziness
n. 怠惰;无精打采
laze
n. 闲散
vi. 闲散;混日子;游手好闲
vt. 消磨(时光);懒散
单词辨析
闲散;懒惰
idle 通常指不忙,无事可干,一般不含应责备之意。
lazy 指好逸恶劳,贪闲偷懒,或不愿学习或工作等,常含应受责备之意。
请点击输入图片描述
lazy的造句:
They say he was lazy and incompetent .
他们的意思是他既懒惰又不称职。
Is he too lazy to make the effort ?
他是不是太懒了,不愿花气力呢?
The lazy man was a parasite on his family .
那懒汉是家里的寄生虫。
The other has been lazy and shiftless .
另一个懒惰成性,碌碌无为。
A lazy youth, lousy age .
一个懒惰的少年将来就是一个褴褛的老年。
She is very lazy . she likes to sleep .
她非常懒。她喜欢睡觉。
John's boss bawled him out for his being lazy .
约翰因偷懒被老板骂了一顿。
A lazy sheep thinks its wool heavy .
一只懒惰的羊以为它自己的羊毛负荷沉重。
She characterized him as lazy and selfish .
她把他的性格描绘成又懒惰又自私。
A lazy somnolence descended on the crowd .
一阵沉沉欲睡的懒意降落在人群里面。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)