0
我有一個代碼如下;<JSP>卡在Onclick mehot d與Ajax
JSP
<script type="text/javascript">
fnSelGrp = function(year)
$('#name').val(nm);
};
</script>
<table id = "One">
<tr> <td>onclick="fnSelGrp('${result.name}')">${result.name}</td> </tr>
</table>
<table id="Two">
<tr> <td> "HELLO" </td> </tr>
</table>
當我點擊「名」,我想表「兩課」將消失,並使用AJAX與其他JSP頁面替換它。
看來我應該給'fnSelGrp'一個ID來製作onClick函數。
任何人都可以幫忙嗎?
安裝和使用火錯誤這將幫助你。 – Deepak