Menu object will not instantiate
I have the following code:
- <script src="../js/jquery-ui.js"></script>
- <link rel="stylesheet" href="../css/jquery-ui.css">
- <ul id="menu" style="display:none">
<li id="10"><b>Membership List<b></li>
</ul>
- <script>
- var menu = $("#menu").menu();
- </script>
When the code hits line 5, I get the following error:
Object doesn't support property or method 'menu'