nSun

Ajax - content

Aug 29th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function review()
  2. {
  3. $.ajax({
  4.   url: 'pages/reviewTopic.php?tid=16&key=db332cd',
  5.  success: function(data) {
  6.    $('#review').html(data);
  7.   }
  8. });
  9. }
Advertisement
Add Comment
Please, Sign In to add comment