Guest User

Untitled

a guest
Sep 7th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $('.follow-button-container').delay(3000).queue(function() {
  2. $(this).trigger('click');
  3. });
  4.  
  5. <span class="rf-button__label">Following</span>
  6.  
  7. <span class="rf-button__label">Follow</span>
  8.  
  9. <div class="user-follow js-action-follow qa-follow-button-container form-button-wrap rf-button__container rf-button__container--follow follow-button-container" data-followee="3112473" data-entity="user">
  10. <a class="js-form-button-follow rf-button--small rf-button rf-button--follow"><span class="rf-button__label">Follow</span></a>
  11. <a class="qa-form-button-following rf-button--small rf-button rf-button--secondary rf-button--following"><span class="rf-button__label">Following</span></a>
  12. <a class="js-form-button-unfollow rf-button--small rf-button rf-button--danger rf-button--unfollow"><span class="rf-button__label">Unfollow</span></a>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment