- Joined
- Jul 10, 2016
- Messages
- 198
- Points
- 18
I have html elements like that:
<button id="following_3789454032" type="button" class="mainButton btn btn-md btn-rotate followingHover unfollowMobile visible-md visible-lg btn-success followingButton" data-id="3789454032"><i class="fa fa-link"></i> Following</button>
it is repeating 100 times and I want to click all 100 of them using jquery/chrome console
What is the code for this?
In the other hands, if i want to click buttons in steps, time interval for each button is 3 seconds. How can I do this?
<button id="following_3789454032" type="button" class="mainButton btn btn-md btn-rotate followingHover unfollowMobile visible-md visible-lg btn-success followingButton" data-id="3789454032"><i class="fa fa-link"></i> Following</button>
it is repeating 100 times and I want to click all 100 of them using jquery/chrome console
What is the code for this?
In the other hands, if i want to click buttons in steps, time interval for each button is 3 seconds. How can I do this?