JSFiddle - React, Tailwind, and code Playground
by iliyas b
JavaScript
alert("Width without scrollbars: " + $(window).width());
for (var i = 0; i < 500; i++) {
$('body').append("<br />");
}
alert("Width with scrollbars: " + $(window).width());
by iliyas b
alert("Width without scrollbars: " + $(window).width());
for (var i = 0; i < 500; i++) {
$('body').append("<br />");
}
alert("Width with scrollbars: " + $(window).width());