-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·22 lines (15 loc) · 968 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>flyout script test</title>
<meta name="description" content="flyout script test">
<meta name="author" content="Alan Johnson">
<link rel="stylesheet" href="flyout.css">
</head>
<body>
<div id="another_flyout_container" class="flyout_menu" data-flyoutsize="45" data-flyoutdata='{"facebook": {"name": "Facebook","url": "#"},"twitter": {"name": "Twitter","url": "#"},"linkedin": {"name": "Linkedin","url": "#"},"email": {"name": "Email This","url": "#"},"delicious": {"name": "Delicious","url": "#"},"digg": {"name": "Digg This","url": "#"},"blogger": {"name": "Blogger","url": "#"},"myspace": {"name": "Myspace","url": "#"},"google": {"name": "Google Bookmark","url": "#"},"googlebuzz": {"name": "Google Buzz","url": "#"}}'>Hover</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="js/flyout.js"></script>
</body>
</html>