回答編集履歴
1
typo
answer
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
<input type="text" id="op" value="0" />
|
10
10
|
<input type="text" id="etype" value="" />
|
11
11
|
```
|
12
|
-
```
|
12
|
+
```javascript
|
13
13
|
$(function() {
|
14
14
|
var myfunc=function(e){
|
15
15
|
var count = parseInt($( '#op' ).val());
|