Collapse menu on desktop

Asked

Viewed 36 times

-1

1 answer

0

In that same example (http://www.bootply.com/122826) you already have the answer

$(window).resize(function() {
var viewportWidth = $(window).width();
$('#monitor').html(viewportWidth);

});

Browser other questions tagged

You are not signed in. Login or sign up in order to post.