Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. $.ajax({
  2. url: "test.html"
  3. }).done(function(html) {
  4. $(document).body.html(html);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement