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 9cac96b commit f71397dCopy full SHA for f71397d
test/hitNJLZ.html
@@ -44,9 +44,9 @@
44
var t1;
45
46
$("#start").click(function(){
47
- alert($("#numinput").val());
48
- alert(parseInt($("#numinput").val()));
49
- t1 = window.setInterval("loadf()",100);//parseInt($("#num").value,10)
+ //alert($("#numinput").val());
+ //alert(parseInt($("#numinput").val()));
+ t1 = window.setInterval("loadf()",parseInt($("#numinput").val()));//parseInt($("#num").value,10)
50
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
51
});
52
$("#end").click(function(){
0 commit comments