- Joined
- Jan 12, 2016
- Messages
- 15,183
- Reaction score
- 35,691
- Points
- 1,288
- Age
- 38
- Gender
- Male
You can't use the robot until you can write like this
$('.page:visible').find('input:radio[value="0"]').prop('checked', true);
$('.nextLink').click( () => {
setTimeout( () => {
$('.page:visible').find('input:radio[value="0"]').prop('checked', true);
}, 100);
});
hmmm... it looks like someone was visible when they used a radio and now they're in timeout?