Skip to content

Commit

Permalink
lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaipanyu committed May 23, 2017
1 parent af4c84f commit eef41e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jQuery/jq_图片懒加载/lazy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<script src="https://cdn.bootcss.com/jquery/3.2.1/core.js"></script>

<title>图片懒加载</title>
<style>
ul,
Expand Down Expand Up @@ -39,6 +39,7 @@
</head>

<body>
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.js"></script>
<ul class="container">
<li><a href="#"><img src="http://kejian.jirengu.com/data/fe/%E8%AF%BE%E4%BB%B6/32-%E6%87%92%E5%8A%A0%E8%BD%BD/code/blank.jpg" data-src="http://cdn.jirengu.com/book.jirengu.com/img/1.jpg" /></a></li>
<li><a href="#"><img src="http://kejian.jirengu.com/data/fe/%E8%AF%BE%E4%BB%B6/32-%E6%87%92%E5%8A%A0%E8%BD%BD/code/blank.jpg" data-src="http://cdn.jirengu.com/book.jirengu.com/img/2.jpg" /></a></li>
Expand Down

0 comments on commit eef41e6

Please sign in to comment.