Skip to content

Instantly share code, notes, and snippets.

@smartcatdev
Created April 27, 2018 19:17
Show Gist options
  • Save smartcatdev/9029916175aa9bcd57da34f045f10585 to your computer and use it in GitHub Desktop.
Save smartcatdev/9029916175aa9bcd57da34f045f10585 to your computer and use it in GitHub Desktop.
var icons=""
$('ul.icon-list > li').each( function() {
icons += "'" + $('i', this ).attr('class') + "' => __('" + $('span', this ).html() + "', 'buildr' ),";
/* console.log( $('i', this ).attr('class') ) */
})
console.log( icons )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment