Created
October 15, 2010 10:41
-
-
Save maplpro/627986 to your computer and use it in GitHub Desktop.
how to find all scenarios on the page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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