Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.each( $("tr[id^='frequest-']"), function () {
  2.     var str = $(this)[0].id;
  3.     // Profile.DeclineFriendRequest('/profile/decline_friend_request/', str.slice(9, 14));
  4.     // Profile.AcceptFriendRequest('/profile/accept_friend_request/', str.slice(9, 14));
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement