怎么用JQUERY进行AJAX?
对$.GET()这个方法操作的时候总是不能得到效果,现在有下的代码,请高手看一下哪错了
test.aspx页面中的代码:HTML code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="text2.aspx.cs" Inherits="程序文件_text2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<script type ="text/javascript" src="../程序文件/js/jquery.js" language ="javascript" ></script>
<script type ="text/javascript" src="../程序文件/js/test.js" language ="javascript"></script>
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:TextBox ID="textbox1" runat="server"></asp:TextBox>
<asp:TextBox ID="textbox2" runat="server"></asp:TextBox>
</div>
</form>
</body>
</html>
接着我在VS2005中建了一个一般处理程序:test.ashx,代码如下:
C# code
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeH
相关问答:
第14章 的树型菜单的例子不能在IE中正常显示(树的结构可以展开,但展开后再点击就不能收缩了),但能在谷歌浏览器中使用,有看此书的朋友能指点下吗?
好贴 呵
dfgfgfgffffff
谢谢。
......
http://localhost:8080/xx/zz.do 显示 out的 xml 数据
xml.open("GET",arguments[0],true);// arguments[0]是 /xx/zz.do
xml.send();
alert(arguments[0]);//这边有
x ......
如金山词霸网页左上角上的每日一句
$('#elementID').html();
应该可以吧
别沉了啊!~!
问题不够清晰
document.getElementById("控件ID").innerHtml;
h ......