Created
August 20, 2019 21:29
-
-
Save phil-monroe/95111e079d8bee35adb889c767d5ab85 to your computer and use it in GitHub Desktop.
This file contains 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 all = $("[class]") | |
all.map(function(idx, el) { console.log({ el: el.tagName, id: el.id, class: $(el).attr('class') } ) } ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment