Is it possible to check the overflow:auto of a div?
overflow:auto
For example:
HTML
Maybe a more simple solution.
if ($(document).height() > $(window).height()) { // scrollbar }