Guest User

Untitled

a guest
Jun 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $.ajax({
  2. type: "GET",
  3. url: "portfolio.php",
  4. data: "id="+id,
  5. complete: function(data){
  6. $('#gallery').html(data);
  7. }
  8. });
Add Comment
Please, Sign In to add comment