Skip to content

Instantly share code, notes, and snippets.

@whitmanc
Created May 22, 2012 08:08
Show Gist options
  • Save whitmanc/2767496 to your computer and use it in GitHub Desktop.
Save whitmanc/2767496 to your computer and use it in GitHub Desktop.
var t = $(this);
if (!(t.hasClass("scene") || t.hasClass("keyframe") || t.hasClass("edit-text") || t.hasClass("disabled") || t.hasClass("images"))) {
// codes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment