js
1function getSelectFunction(pageId){ 2 3 $.ajax({ 4 type: 'get', 5 url: _url + 'ajax/dropdownList', 6 dataType: 'json', 7 data: data, 8 }).done(function (response) { 9 10 _dropDownArr = response.Data; 11 console.log(response); 12 13 $('#selectFunction a:first').trigger('click'); 14 15 }).fail(function (data, textStatus, xhr) { 16 17 });
console.log(response);とすると、
コンソール(画像参照)にDataと表示されますが、このDataはオブジェクトなのでしょうか?
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。