반응형 ajax append1 ajax append $.ajax({ cache: false, type: "GET", url: "", data: "target="+encodeURI(searchParamText), dataType: "json", success: function(res) { $('').append(resultObj).trigger("create"); } }); ajax 에서 append를 해야할 때는 $('').append(resultObj).trigger("create"); 이런식으로 해야 처리가 가능하다. 2024. 8. 20. 이전 1 다음 반응형