$(function(){
heightOfSubMnu = 0;
function onResize() {
heightOfSubMnu = $('body').width();
}
function consleLog() {
console.log(heightOfSubMnu);
}
consleLog();
$(window).resize(onResize);
consleLog();
})
function onResize() {
heightOfSubMnu = $('body').width();
consleLog();
}
function onResize() {
heightOfSubMnu = $('body').width();
consleLog();
}
$(window).resize(onResize);