Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function like_post(id)
  2. {
  3. $("#like" + id).load("forums.php?t=" . $topic['id'] . "&like=" + id, function() {
  4. $("#likelink" + id).empty();
  5. $(function(){$(".smallrollover").tipTip({delay:10});});
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement