Skip to content

Instantly share code, notes, and snippets.

@jlewin
Created October 14, 2019 01:34
Show Gist options
  • Save jlewin/92ab0c7b28ae9cab34ddd1a5613e29a0 to your computer and use it in GitHub Desktop.
Save jlewin/92ab0c7b28ae9cab34ddd1a5613e29a0 to your computer and use it in GitHub Desktop.
Quick preview for icon names
// https://octicons.github.com/
jQuery('.js-icon-item').each(function(f) {
var el = $(this);
el.attr('title', el.attr('data-name').replace('octicon-', ''));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment