Advertisement
Guest User

Side_Chick's hit count names script

a guest
Nov 21st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var _names = []; $('.user.name:visible img').each(function() { _names.push($(this).attr('title').split(' ')[0]); }); $('#skip').html(_names.join('<br>'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement