Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominikAngerer/6c2f1f56c6f0d57912c47a9d16f4b337 to your computer and use it in GitHub Desktop.
Save DominikAngerer/6c2f1f56c6f0d57912c47a9d16f4b337 to your computer and use it in GitHub Desktop.
Fontawesome Icon List:
var xx = [];
$('.fa-hover.col-md-3.col-sm-4').find('i.fa').each(function() {
xx.push( { 'value': $(this).attr('class'), 'name': $(this).attr('class').replace('fa-', '').replace('fa', '') } );
});
JSON.stringify(xx);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment