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 e9cf2cc commit 8055d80Copy full SHA for 8055d80
test/hitNJLZ.html
@@ -6,7 +6,7 @@
6
$(document).ready(function(){
7
var t1;
8
function loadf(){
9
- $("#njlzframe").attr('src', $('#iframe').attr('src'));
+ $("#njlzframe").attr('src', $("#njlzframe").attr('src'));
10
}
11
$("#start").click(function(){
12
t1 = setInterval(loadf(),10);
@@ -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="开始" width="20px" height="40px"></button>
+ <button id="end" value="停止" width="20px" height="40px"></button>
24
<br />
25
<iframe id="njlzframe"
26
src ="http://www.njlz.net/X_Views_Article.asp?articleid=3786&sortid=36"
0 commit comments