Skip to content

Commit 521bc2d

Browse files
committed
Signed-off-by: mrcode86
1 parent c079cbe commit 521bc2d

File tree

3 files changed

+141
-15
lines changed

3 files changed

+141
-15
lines changed

Diff for: Demo.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5+
<title>Demo</title>
6+
<link rel="stylesheet" type="text/css" href="css/Default.css" />
7+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
8+
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
9+
<script type="text/javascript" src="js/LazySocial.js"></script>
10+
</head>
11+
<body>
12+
<ul data-href="http://www.google.com" class="LazySocialShare">
13+
<li class="LazyFacebook"></li>
14+
<li class="LazyGoogle"></li>
15+
<li class="LazyTwitter"></li>
16+
<li class="LazyPintrest"></li>
17+
<li class="LazyLinkedIn"></li>
18+
</ul>
19+
</body>
20+
</html>

Diff for: css/Default.css

+23-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)