2013-12-13 47 views
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函數。

任何人都可以幫忙嗎?

+0

安裝和使用火錯誤這將幫助你。 – Deepak

回答

0

它看起來像你正在使用jQuery,所以確保你的jQuery庫包含在<script>標籤之前。

<script src="js/jquery-1.8.3.js" type="text/javascript"></script> 

代碼

$('#name').val(nm); 

裝置與納米

設置元素的值與ID name您沒有一個元素與所述ID name