I’m trying to delay running JS on a page and can’t seem to get it to work. I’m starting by trying to trigger an alert in the JS, so it’s not a problem with my JS.
For some reason, the delay works with other actions on the page. But, the JS never runs after the delay. Any idea what could be going on?
Also, I’ve noticed that an item that hides when it’s not hovered often stays open the whole time during the delay (which is for 60 seconds) so it’s as if it’s running this 1 workflow client-side and ignoring all others until it’s completed.
Anyone have any ideas?