Skip to content

Instantly share code, notes, and snippets.

@qaisjp
Created November 10, 2017 23:59
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 qaisjp/fe2c4f0b6e393d2dc6ee01a89d744d00 to your computer and use it in GitHub Desktop.
Save qaisjp/fe2c4f0b6e393d2dc6ee01a89d744d00 to your computer and use it in GitHub Desktop.
$(".course.sortable > tbody > tr").each((_, o) => {console.log(
$(o).children().eq(1).text(),
$(o).children().eq(2).text(),
$(o).children().eq(0).text()
)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment