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 be608a6 commit ffaae86Copy full SHA for ffaae86
test/hitNJLZ.html
@@ -9,12 +9,12 @@
9
$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
10
}
11
$("#start").click(function(){
12
- //t1 = setInterval(loadf(),10);
13
- $("#njlzframe").attr('src', $("#njlzframe").attr('src'));
+ t1 = window.setInterval(loadf(),10);
+ //$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
14
});
15
$("#end").click(function(){
16
- //t1 = clearInterval(t1);
17
+ t1 = window.clearInterval(t1);
18
19
20
0 commit comments