Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created June 14, 2015 04:38
Show Gist options
  • Save bhubbard/a1e4080e2ddc1fe4e4a4 to your computer and use it in GitHub Desktop.
Save bhubbard/a1e4080e2ddc1fe4e4a4 to your computer and use it in GitHub Desktop.
if($('.IDX-bioWrapper').html() && ($('.IDX-resultsCount').html() == 0)){
console.log('On the Bio Page and agent has no results');
// Empty the inner html from the div containing the pagination and resuts count.
$('#IDX-resultsContainer').html('');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment