Posted By


orourkebm on 08/15/13

Tagged


Statistics


Viewed 622 times
Favorited by 0 user(s)

jQuery+Modal+AJAX


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $.ajax({
  2. url: "/contact-sales/",
  3. dataType: "html",
  4. success: function(t) {
  5. $("#contact .modal-body").replaceWith($(t).find(".main.print-only.span12"));
  6. }
  7. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.