标签: javascript qunit chutzpah
if ($(window).width() < 500) { // do stuff } else if ($(window).width() < 800) { // do stuff } else { // do stuff }
在测试中,执行console.log($(window).width());输出400,如果&lt; 500覆盖。 不幸的是,并非所有JS都可以转换为SASS / CSS。
console.log($(window).width());