摘要: 之前对于settimeout的使用方法一直不怎么熟练,所以在网上找了一些例子。 代码如下: $(document).ready(function(){setTimout(test(),200); function test() { alert(1); } }); 只会执行一次,有朋友说可以使用 复制 阅读全文
posted @ 2016-04-10 19:11 xiaye 阅读(156) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>jquery ui弹出层使用</title> <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.0/theme 阅读全文
posted @ 2016-04-10 19:05 xiaye 阅读(570) 评论(0) 推荐(0) 编辑