Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 8, 2021 14:36
Show Gist options
  • Save wpmu-authors/626f5d6b73425c68321041126b7e262d to your computer and use it in GitHub Desktop.
Save wpmu-authors/626f5d6b73425c68321041126b7e262d to your computer and use it in GitHub Desktop.
using-dollar-header.js
jQuery(document).ready(function( $ ) {
$('.hideable').on('click', function() {
$(this).hide();
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment