jquery.wait icon indicating copy to clipboard operation
jquery.wait copied to clipboard

Beautiful plugin!!! CONGRATS!!!

Open inglesuniversal opened this issue 6 years ago • 4 comments

How would you use it for a redirect (inside or outside the source page) ?

Regards,

Hugo Barbosa

inglesuniversal avatar Jun 02 '18 22:06 inglesuniversal

I thing it should be add to Jquery next version. very helpful plugin. Thanks

ghonchesefidi avatar Jan 28 '19 10:01 ghonchesefidi

I had implemented a multi step form using this snippet.

ghonchesefidi avatar Jan 28 '19 10:01 ghonchesefidi

@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!

madbook avatar Feb 01 '19 04:02 madbook

Gotta check my notes! It's been a while.

inglesuniversal avatar Feb 01 '19 04:02 inglesuniversal