Skip to content

Instantly share code, notes, and snippets.

@puppe1990
Created August 25, 2018 17:48
Show Gist options
  • Save puppe1990/a09e39ecd5624c13c4e2510af78d1b89 to your computer and use it in GitHub Desktop.
Save puppe1990/a09e39ecd5624c13c4e2510af78d1b89 to your computer and use it in GitHub Desktop.
let length = document.querySelectorAll(".trip-expand__origin").length;
var tr = document.querySelectorAll(".trip-expand__origin");
for(i=0;i<=length;i++){
let value = tr[i].getElementsByTagName("td")[3];
console.log(value.innerHTML);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment