Advertisement
enissay

Enissay

Sep 18th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Go to a steam group you're a member in, then click invite friends (big blue button on top left of the page)
  2. // Then try to execute this code
  3. // Later i'm going to check only a part of the disponible checkboxes
  4. var i = 0;
  5.  
  6. $('input.friendCheckbox').each(function() {   //=> Uncaught TypeError: Cannot read property 'each' of null
  7.     console.log(++i);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement