Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Created March 18, 2015 19:35
Show Gist options
  • Save JamesSkemp/56c3f6baedacedf62992 to your computer and use it in GitHub Desktop.
Save JamesSkemp/56c3f6baedacedf62992 to your computer and use it in GitHub Desktop.
jQuery headings selector
$( ":header" );
// An alternative to the longer:
$('h1, h2, h3, h4, h5, h6');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment