質問編集履歴

2

一部修正しました!

2018/07/04 04:40

投稿

looow
looow

スコア6

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  $('#customersCd').blur(function() {
36
36
 
37
- if (("#customersCd").val() != ""){
37
+ if ($("#customersCd").val() != ""){
38
38
 
39
39
  $.ajax({
40
40
 

1

編集できました!

2018/07/04 04:40

投稿

looow
looow

スコア6

test CHANGED
File without changes
test CHANGED
@@ -30,9 +30,11 @@
30
30
 
31
31
  ### 該当のソースコード
32
32
 
33
+ ```ここに言語を入力
34
+
33
35
  $('#customersCd').blur(function() {
34
36
 
35
- if (document.getElementById("customersCd").value != ""){
37
+ if (("#customersCd").val() != ""){
36
38
 
37
39
  $.ajax({
38
40
 
@@ -155,3 +157,5 @@
155
157
  ”resp.setContentType(APS250Const.DISP_INFO_APS250_HEAD_TYPE);”では、
156
158
 
157
159
  "application/json; charset=utf-8";を指定しいます。
160
+
161
+ ```