Answers for "jquery clear html before append"

0

jquery clear html before append

$.ajax({
  url: "PopUpProductDetails.aspx",
        cache: false
    }).done(function (html) {
    $("#dialog").empty().append(html);
});
Posted by: Guest on February-20-2022

Browse Popular Code Answers by Language