Answer the question
In order to leave comments, you need to log in
Now the script is working through JQuery, how will it look like in pure JS?
Tell me, knowledgeable people, how will the script on pure JS look right?
And that both old and new browsers support it.
function resizeScrenn(){
if ($(window).width() <= 991){
}
else{
}
}
resizeScrenn();
$(window).resize(function(){
resizeScrenn();
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question