/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$.ajax({ url: "/contact-sales/", dataType: "html", success: function(t) { $("#contact .modal-body").replaceWith($(t).find(".main.print-only.span12")); } });