mvc


代码   <script type="text/javascript">
        $(document).ready(function () {            $("#Nav").html("").load('<%=Url.Content("~/Navigation/Index/")%>');
            $("#Grid").html("").load('<%=Url.Content("~/Grid/Index/")%>');
        });    
    </script>
</head>
<body>
<div id="top">
<table>
    <tr>
        <td><h2>主页</h2></td>
      </tr>
</table>
</div>
<div id="con">
<table>     
    <tr>
        <td width="170" id="Nav"></td>
        <td id="Grid"></td>
      </tr>
</table></div>
</body>
为什么单击编辑新增等按钮不管用