Posts by DMelo • 41 points
3 posts
-
1
votes1
answer47
viewsA: Autoclick only in class within class
I got the answer through another Javascript site. $(document).ready( function() { setTimeout( function () { $('#container:not(.clicked.mobile) .check-handler').click(); }, 3000);});…
javascriptanswered DMelo 41 -
2
votes1
answer47
viewsQ: Autoclick only in class within class
I would like to perform a sequenced Autoclick on only one link at a time and only on class="mobile" that has a class="check-Handler". Thanks to those who help me because I’ve tried several scripts…
javascriptasked DMelo 41 -
-3
votes2
answers76
viewsQ: Auto insert string text
I have several words and I would like them to be inserted in sequence with an interval of 5 minutes in a form. I’ve done a lot of research, but so far nothing. I hope someone will help me create…
javascriptasked DMelo 41