forked from pupunzi/jquery.mb.extruder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo_top_text.html
executable file
·32 lines (29 loc) · 1.21 KB
/
demo_top_text.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<!--
~ jquery.mb.components
~ Copyright (c) 2001-2010. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
~ email: [email protected]
~ site: http://pupunzi.com
~
~ Licences: MIT, GPL
~ http://www.opensource.org/licenses/mit-license.php
~ http://www.gnu.org/licenses/gpl.html
-->
<html>
<head>
<link href="css/mbExtruder.css" media="all" rel="stylesheet" type="text/css">
<script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script>
<script type="text/javascript" src="inc/jquery.hoverIntent.min.js"></script>
<script type="text/javascript" src="inc/jquery.metadata.js"></script>
<script type="text/javascript" src="inc/mbExtruder.js"></script>
<script type="text/javascript">
$(function(){
$("#extruderTopText").buildMbExtruder({});
});
</script>
</head>
<body>
<!-- Nesting becomes quite ugly but it works -->
<div id="extruderTopText" class="{title:'extruder top', htmlText: '<div class="voice {htmlText:&quot;<div><a href=&amp;quot;http://google.com&amp;quot;>Google from htmlText</a></div>&quot;}"><span class="label">Menu from Text</span></div>'}"></div>
</body>
</html>