Initial list:
<OL>
<li> ... </li>
<li> ... </li>
<li> ... </li>
</OL>
<A> LINK </A>
the link fires a ajax request which gets data in html format, like the list above:
<OL>
<li> ... </li>
<li> ... </li>
</OL>
How can I take the LI‘s from the ajax response and append them to the initial list
1 Answer