Created
June 14, 2015 04:38
-
-
Save bhubbard/a1e4080e2ddc1fe4e4a4 to your computer and use it in GitHub Desktop.
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
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