Skip to content

Instantly share code, notes, and snippets.

@HakimCassimallyBBC
Created July 23, 2018 16:02
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 HakimCassimallyBBC/45261c5ab9036a5ef6debc793844f4ba to your computer and use it in GitHub Desktop.
Save HakimCassimallyBBC/45261c5ab9036a5ef6debc793844f4ba to your computer and use it in GitHub Desktop.
Tutsplus active users (call from https://tutsplus.com/group_account/members )
$('tr.memberships__table-row')
.filter( function () { return $(this).find('td.memberships__td-user-status--active').length })
.map( function () { return $(this).find('td.memberships__td-user').get(0).title })
.get()
.sort()
.join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment