The code:
The simplest use, and a good starting point for new users:
npm install superfish -s
or Download
The simplest use, and a good starting point for new users:
<!-- link to the CSS files for this menu type -->
<link rel="stylesheet" media="screen" href="superfish.css">
<!-- link to the JavaScript files (hoverIntent is optional) -->
<script src="hoverIntent.js"></script>
<script src="superfish.js"></script>
<!-- initialise Superfish -->
<script>
jQuery(document).ready(function(){
jQuery('ul.sf-menu').superfish();
});
</script>