Advertisement
Guest User

so

a guest
Aug 17th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. $.get(url,function(data){
  3. var htmlCode = $(data).html();
  4. $('div').html(htmlCode);
  5. alert('Load was performed.');
  6. alert(htmlCode);
  7. console.log(htmlCode);
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement