/* Plugin to test if the element has vertical scrollbar or not */ (function($) { $.fn.hasScrollBar = function() { return this.get(0).scrollHeight > this.height(); } })(jQuery);
Para invocarlo, nada más sencillo que llamarlo sobre el selector del elemento a comprobar y devuelve tru o false.
Por ejemplo si tenemos un div llamado #miDiv, sería: $('#miDiv').hasScrollBar();
Sencillo, no?, pues preparaos, que en breve viene el próximo macro-plugin jQuery by me (o al menos, mayormente jejejejeje).
No hay comentarios:
Publicar un comentario