質問編集履歴
1
ソースコードの言語をjqueryからjavascriptに変えました
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
<div class="errorBox"></div>
|
22
22
|
</p>
|
23
23
|
```
|
24
|
-
```j
|
24
|
+
```javascript
|
25
25
|
$('.js-CntItem').blur(function () {
|
26
26
|
// 必須(js-Require)に中身が入っていない場合
|
27
27
|
if ($(this).hasClass('js-Require') && $(this).val() == '') {
|