Skip to content

Instantly share code, notes, and snippets.

@mainiak
Created April 17, 2013 10:43
Show Gist options
  • Select an option

  • Save mainiak/5403346 to your computer and use it in GitHub Desktop.

Select an option

Save mainiak/5403346 to your computer and use it in GitHub Desktop.
// test page - https://github.com/PlzenskyHackathon2013/
// written on Firefox with FireBug
var teams = [];
$x("//h3/a/text()").forEach(function (item) {
teams.push(item.textContent);
});
console.log(teams);
@mainiak

mainiak commented Apr 17, 2013

Copy link
Copy Markdown
Author

works also with Chrome :)

@mainiak

mainiak commented May 2, 2013

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment