hasScroll: function(e, a) {
        
        //If overflow is hidden, the element might have extra content, but the user wants to hide it
        if ($(e).css('overflow') == 'hidden') { return false; }