asp.net 中用jquery的ajax 有时读不出数据
摘要:前两天.net web项目中用的jquery的 $.ajax 函数 在前台显示时有时有数据 有时没数据ff chorme 下基本上能读取数据, ie有时能读取数据 $.ajax({ type: "POST", url: "ajax.ashx?cid=1", data: "", timeout: 10000, async: true, dataType: 'html', success: funct...
阅读全文
posted @ 2010-08-16 19:26