Building on the Quick Start example, you can create a vertical iPod-style menu that opens nested menu items in place and offers a Back button using the mode and orientation options.
Drop down and copy script to paste in <head> section
Script |
Copy Code |
---|---|
<script type="text/javascript"> $(document).ready(function () { $("#menu").wijmenu({ orientation: "vertical", mode: "sliding" }); }); </script> |