Skip to content

Instantly share code, notes, and snippets.

@phil-monroe
Created August 20, 2019 21:29
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