Skip to content

Instantly share code, notes, and snippets.

@maplpro
Created October 15, 2010 10:41
Show Gist options
  • Save maplpro/627986 to your computer and use it in GitHub Desktop.
Save maplpro/627986 to your computer and use it in GitHub Desktop.
how to find all scenarios on the page
var scenarios = function () {
return $( 'table' ).find( 'td:eq(0)' ).filter( ':contains(scenario)' );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment