You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some notes when hacking on jquery, compiled over time.
JQuery Dialogs
If your browser scrolls to the top of the screen when the dialog opens and you're opening it from an onclick event on an Anchor tag, make sure you return false in the click event.