Skip to content

Instantly share code, notes, and snippets.

@bichotll
Created March 23, 2016 15:14
Show Gist options
  • Save bichotll/e6f95e1757b6003d936f to your computer and use it in GitHub Desktop.
Save bichotll/e6f95e1757b6003d936f to your computer and use it in GitHub Desktop.
window.getGitTag = function(){
return (
$('#content > h2').text().replace('#', '') +
'-' +
$('#content .subject h3').text().replace('-', '')
).replace(' ', '-').toLowerCase();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment