Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

jquery clear html before append

$.ajax({
  url: "PopUpProductDetails.aspx",
        cache: false
    }).done(function (html) {
    $("#dialog").empty().append(html);
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #clear #html #append
ADD COMMENT
Topic
Name
8+4 =