Answer the question
In order to leave comments, you need to log in
How to select desired content from html received as a result of ajax?
I made an AJAX request and got:
$.get("http://localhost:81/", {}, function (data, status) {
let result = html(data);
$("#items").result
});
<div id="items">
...
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question