Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created July 7, 2011 10:09
Show Gist options
  • Save Takazudo/1069234 to your computer and use it in GitHub Desktop.
Save Takazudo/1069234 to your computer and use it in GitHub Desktop.
shake the input element
/* validation input shake */
jQueryObject.stop()
.animate({ left: "-6px" }, 40).animate({ left: "6px" }, 40)
.animate({ left: "-6px" }, 40).animate({ left: "6px" }, 40)
.animate({ left: "0px" }, 40);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment