We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1be90 commit 5e5eae9Copy full SHA for 5e5eae9
test/hitNJLZ.html
@@ -9,7 +9,7 @@
9
$("#njlzframe").attr('src', $('#iframe').attr('src'));
10
}
11
$("#start").click(function(){
12
- t1 = $("#njlzframe").setInterval(10,loadf());
+ t1 = $("#njlzframe").setInterval(loadf(),10);
13
});
14
$("#end").click(function(){
15
$("#njlzframe").removeInterval(t1);
@@ -19,8 +19,8 @@
19
</script>
20
</head>
21
<body>
22
- <button id="start" value="开始"><button>
23
- <button id="end" value="停止"><button>
+ <button id="start" value="开始"></button>
+ <button id="end" value="停止"></button>
24
<iframe id="njlzframe"
25
src ="http://www.njlz.net/X_Views_Article.asp?articleid=3786&sortid=36"
26
align="middle"
0 commit comments