摘要: 引入<script src="Scripts/jquery-1.7.1.min.js"></script>这个例子用了radio,ckeckbox同理。可以用来简单问卷调查,不用连接数据库。直接JS判断<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8& 阅读全文
posted @ 2012-10-07 21:43 范范123 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 主要使用setInterval函数<!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head> <meta charset="utf-8" /> <title></title> <script type="text/javascript"> var i = 5; var intervalid; intervalid = setInterval(& 阅读全文
posted @ 2012-10-07 20:12 范范123 阅读(163) 评论(0) 推荐(0) 编辑