Conversation
Notices
-
Machismo (zerglingman@freespeechextremist.com)'s status on Monday, 15-Jan-2024 19:36:25 JST Machismo >have button
>want to spam button
>want to add delay so it doesn't lock up the browser and only manage to call once per 20 seconds
>setTimeout
>takes in function and time
>put the click function as the function
>TypeError: 'click' called on an object that does not implement interface HTMLElement.
>make a function that just calls click
>pass that in
>it works-
anonymous (anonymous@freespeechextremist.com)'s status on Monday, 15-Jan-2024 21:24:14 JST anonymous @Zerglingman You don’t understand you didn’t pass it to an element. Totally different. :ablobcool:
Machismo likes this.
-