Guest User

Untitled

a guest
Feb 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $(“.containerNews”).append(result).children(':last').hide().fadeIn();
  2.  
  3. $.ajax({
  4. url:"seeMoreGames.php",
  5. type:"POST",
  6. data:{ searchValue: searchValue, numberRows: numberRows },
  7. success:function(result){
  8. $(".containerNews").append(result);
  9. }
  10. });
Add Comment
Please, Sign In to add comment