06 2009 档案
摘要:2009-6-301. <div id="aa"></div>$("#aa").show(),$("#aa").hide()显示隐藏2. $.ajaxTimeout(time) 设置请求结束时间 $.ajaxTimeout( 5000 )3.$.ajax({url: "ajax.htm", success:function(msg){ $(div"#a").html(ms...
阅读全文
摘要:今天弄ajax应用,出现错误信息:htmlfile: 未知的运行时错误简单的返回是loaddata.innerHTML="aaaaaaa";但是老出错(htmlfile: 未知的运行时错误),后来看能运行的那个,一比较之后。我的错误原因,只要把该<div id="loaddata"></div>放到<form></form>外,在<body&g...
阅读全文