Skip to content

Instantly share code, notes, and snippets.

@mapkyca
Created November 8, 2012 14:18
Show Gist options
  • Save mapkyca/4039061 to your computer and use it in GitHub Desktop.
Save mapkyca/4039061 to your computer and use it in GitHub Desktop.
Some JQuery gotchas

JQuery Gotchas

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment