/** * Created by auipga on 18.08.14. */ jQuery(document).ready(function(b){b("head").append('');b("body").append('
BS-Debug | width:?px(-'+getScrollbarWidth()+'px)| heigth:?px
TNTNXXSXXSXSSMMDMDLG
Min0px≥384px≥480px≥768px≥992px≥1200px
Max<383px<479px<767px<991px<1199px
Diff
');var a=getScrollbarWidth();b(window).on("resize",function(g){var h=b(window);var d=h.width()+a;var c=h.height();b("#bsdebug-width").text(d);b("#bsdebug-height").text(c);var f=[0,384,480,768,992,1200,9999];b("#bsdebug-diff>td").each(function(e){var j=d-f[e];if(j>=0){b("#bsdebug-min td").eq(e).css({"background-color":"rgba(127, 219, 124, 0.67)","font-weight":"bold"})}else{b("#bsdebug-min td").eq(e).css({"background-color":"","font-weight":""})}if(f[e+1]>d){b("#bsdebug-max td").eq(e).css({"background-color":"rgba(127, 219, 124, 0.67)","font-weight":"bold"})}else{b("#bsdebug-max td").eq(e).css({"background-color":"","font-weight":""})}if(j>0){j="+"+j}b(this).text(j)})}).trigger("resize")});function getScrollbarWidth(){var d=document.createElement("div");d.style.visibility="hidden";d.style.width="100px";document.body.appendChild(d);var b=d.offsetWidth;d.style.overflow="scroll";var a=document.createElement("div");a.style.width="100%";d.appendChild(a);var c=a.offsetWidth;d.parentNode.removeChild(d);return b-c};