<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>jquery弹出菜单 - www.plcxue.com</title>
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <script type="text/
javascript" src="js/jquery-1.4.2.js"></script>
    <script type="text/javascript" src="js/jqueryMenu.js"></script>
 <style type="text/css">
  li {
    list-style:none;
    margin-left:5px;
    margin-top:5px;
    display:none;
   }
 </style>
  </head>
  <body>
    <ul>
     <a href="#">菜单一</a>
     <li>我是菜单1.1</li>
     <li>我是菜单1.2</li>
    </ul>
    <ul>
     <a href="#">菜单二</a>
     <li>我是菜单2.1</li>
     <li>我是菜单2.2</li>
    </ul>
  </body>
</html>