質問編集履歴

1

ソースコードの言語をjqueryからjavascriptに変えました

2022/02/22 08:44

投稿

takumin121
takumin121

スコア7

test CHANGED
File without changes
test CHANGED
@@ -21,7 +21,7 @@
21
21
  <div class="errorBox"></div>
22
22
  </p>
23
23
  ```
24
- ```jQuery
24
+ ```javascript
25
25
  $('.js-CntItem').blur(function () {
26
26
  // 必須(js-Require)に中身が入っていない場合
27
27
  if ($(this).hasClass('js-Require') && $(this).val() == '') {