Created
April 27, 2018 19:17
-
-
Save smartcatdev/9029916175aa9bcd57da34f045f10585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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