jQuery 定时局部刷新(setInterval)

时间:2010-11-19    点击:177   
复制代码 代码如下:

<head>
<script src="jQuery/jquery-1.4.1.min.js" type="text/javascript"></script>
<script>
$(document).ready(function () {
setInterval("startRequest()",1000);
});
function startRequest()
{
$("#date").text((new Date()).toString());
}
</script>
</head>
基于JQuery的访问WebService的代码(可访问Java[Xfire])
基于jQuery的获得各种控件Value的方法
基于jquery实现的可以编辑选择的下拉框的代码
使用jQuery的将桌面应用程序引入浏览器
DIV菜单层实现代码
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved