Is there a way I can go offline and reconnect with javascript / jquery. I am hoping to do this in hopes of establishing a better connection, hopefully.
The only way I can think of doing this is triggering the offline event with jQuery's .trigger('offline'); and then somehow reconnecting.
Is there a better way to do this? And / Or a way I can establish a stronger connection?