-1
I followed as in this example http://www.bootply.com/122826
But on the page my result was:
-1
I followed as in this example http://www.bootply.com/122826
But on the page my result was:
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 html bootstrap-3 menu
You are not signed in. Login or sign up in order to post.