struts整合jQuery与ajax
摘要:
首先来一个测试ajax的按钮:<input type="button" value="ajax" id="test" onclick="testajax()">然后为其注册ajax方法:View Code 1 <script type="text/javascript"> 2 3 function testajax() { 4 // var ctx = ${pageContext.request.contextPath}; 5 alert("in"); 阅读全文
posted @ 2013-01-17 23:42 saobchj 阅读(320) 评论(0) 推荐(0) 编辑