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 30471b6 commit 418f551Copy full SHA for 418f551
test/hitNJLZ.html
@@ -23,7 +23,7 @@
23
</script-->
24
</head>
25
<body>
26
- <input id="num" width="100px" value="100"></input><br />
+ <input type="text" id="numinput" width="100px" value="100"></input><br />
27
<input type="button" id="start" value="开始"></input>
28
<input type="button" id="end" value="停止"></input>
29
<br />
@@ -44,7 +44,7 @@
44
var t1;
45
46
$("#start").click(function(){
47
- alert($("#num").value);
+ alert($("#numinput").value);
48
t1 = window.setInterval("loadf()",100);//parseInt($("#num").value,10)
49
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
50
});
0 commit comments