このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
プログラム言語:javascript_jquery:dropzonejs:1枚制限のやり方 [2018/11/02 18:22] yusuke_komori |
プログラム言語:javascript_jquery:dropzonejs:1枚制限のやり方 [2018/11/05 16:39] (現在) yusuke_komori [jQuery] |
||
---|---|---|---|
行 5: | 行 5: | ||
< | < | ||
< | < | ||
+ | <meta charset=" | ||
<script src=" | <script src=" | ||
< | < | ||
- | li { | + | div# |
background-color:# | background-color:# | ||
color:#fff; | color:#fff; | ||
行 28: | 行 29: | ||
maxFiles: 1, | maxFiles: 1, | ||
maxfilesexceeded: | maxfilesexceeded: | ||
- | alert("No more files please!" | + | alert(' |
this.removeFile(file); | this.removeFile(file); | ||
}, | }, | ||
行 49: | 行 50: | ||
< | < | ||
< | < | ||
+ | <meta charset=" | ||
<script src=" | <script src=" | ||
<script src=" | <script src=" | ||
行 80: | 行 82: | ||
maxFiles: 1, | maxFiles: 1, | ||
maxfilesexceeded: | maxfilesexceeded: | ||
- | alert("No more files please!" | + | alert(' |
this.removeFile(file); | this.removeFile(file); | ||
}, | }, |