Skip to content

Commit 9cac96b

Browse files
authored
Update hitNJLZ.html
1 parent 418f551 commit 9cac96b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hitNJLZ.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
var t1;
4545

4646
$("#start").click(function(){
47-
alert($("#numinput").value);
47+
alert($("#numinput").val());
48+
alert(parseInt($("#numinput").val()));
4849
t1 = window.setInterval("loadf()",100);//parseInt($("#num").value,10)
4950
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
5051
});

0 commit comments

Comments
 (0)