jquery.wait
jquery.wait copied to clipboard
Beautiful plugin!!! CONGRATS!!!
How would you use it for a redirect (inside or outside the source page) ?
Regards,
Hugo Barbosa
I thing it should be add to Jquery next version. very helpful plugin. Thanks
I had implemented a multi step form using this snippet.
@inglesuniversal I suppose it depends on what you're doing exactly – typically you wouldn't need jQuery to do a redirect at all, you'd just be using window.location.href = ...
or window.location.replace(...)
;. If you need to do that after a delay you could just use window.setTimeout
directly. What are you trying to do specifically?
EDIT - sorry, i just saw the 4 days ago
on the comments above me and didn't realize that this issue is actually several months old! Sorry about that!
Gotta check my notes! It's been a while.