When a user enters my website, I want to redirect him to his page before the main page is fully loaded. My only problem is what jquery event should I use?
Right now is use $(document).ready
, but this is silly as I have to wait for nothing if the user has already signed in.
So, what event do I need?