我如何能够使用AJAX呼叫
问题描述:
好好查看我的代码并附上图片。我如何在这里使用ajax。我如何能够使用AJAX呼叫
对我来说,我的要求是,当用户客户端类型,然后键入网格是开放的,当用户点击身高那么高网格是开放的,其他的将被关闭。
<div class="table-responsive tablescroll" id="tableTypescroll">
<table class="table table-hover" id="tblType">
<thead>
<tr>
<th>Head Panel Types</th>
<th>Edit</th>
<th>Delete</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="table-responsive tablescroll" id="tableHeightscroll">
<table class="table table-hover" id="tblHeight">
<thead>
<tr>
<th>Heights</th>
<th>Edit</th>
<th>Delete</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
'恳请审查我的代码' - 没有。 '我是如何隐藏的div使用AJAX call' Ajax调用什么都没有做与操纵DOM –
请花一些时间来阅读[问]和[MCVE] – charlietfl
我没有得到你的观点@jaromanda? – Malik