there is a div with a class designation of:
<div class="box info-box">
I am getting a section of code using AJAX, how can I replace this part using a response and jquery's replacewith method?
jQuery('.box info-box').replaceWith(data.tooltip);
doesn't seem to work