Skip to content

Instantly share code, notes, and snippets.

@catdad
Created January 19, 2013 01:28
Show Gist options
  • Save catdad/4570106 to your computer and use it in GitHub Desktop.
Save catdad/4570106 to your computer and use it in GitHub Desktop.
(function($) {
$.fn.hasScrollbar = function() {
return this.get(0).scrollHeight > this.height();
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment