Response title
This is preview!
<link rel="stylesheet" type="text/css" href="http://www.sonicradish.com/labs/jGlideMenu/current/css/jGlideMenu.css" />
<!-- Current Release of jQuery - at time of build -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<!-- Remove the following line to disabled dragging-dropping / Also Edit CSS to Remove cursor:move from .jGM_header -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://www.sonicradish.com/labs/jGlideMenu/current/js/jQuery.jGlideMenu.067.min.js"></script>
<div class="jGM_box" id="jGlide">
<ul>
<li>Menu1</li>
<li rel="submenu2">Menu2</li>
<li>Menu3</li>
<li>Menu4</li>
</ul>
<ul id="submenu2">
<li>Menu1</li>
<li rel="submenu2">Menu2</li>
<li>Menu3</li>
<li>Menu4</li>
</ul>
</div>
<script type="text/javascript">
$(document).ready(function(){
// Initialize Menu
// #jGlide should match Id of the wrapper of menu structure
$('#jGlide').jGlideMenu().show();
});
</script>
© 2013 jQuery Foundation
Sponsored by and others.