Skip to content

Instantly share code, notes, and snippets.

@ulrich
Created May 5, 2013 10:30
Show Gist options
  • Save ulrich/5520431 to your computer and use it in GitHub Desktop.
Save ulrich/5520431 to your computer and use it in GitHub Desktop.
Select specified email from string in Microsoft Webmail interface.
$('td:contains("mappyfactory@map...")').each(function(e) { $($(this).prev('td').find('input')[0]).attr('checked','checked') } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment