This file contains 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
// Make sure you are on the homepage | |
if($('#s-lg-index-list').length > 0) { | |
// Loop through all the subjects | |
$('#s-lg-index-cols').find('div.panel.panel-default').each(function() { | |
// Get the number of guides in this subject | |
var guides = $(this).find('.badge').text(); | |
// console.log('Number of guides: ' + guides); |