Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created September 30, 2013 17:12
Show Gist options
  • Save jbutko/6766982 to your computer and use it in GitHub Desktop.
Save jbutko/6766982 to your computer and use it in GitHub Desktop.
jQuery: Target Class/Attribute that contains string
$(this).parent('div[class*=status_]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment