I have a navigation menu that slides out onto the webpage using .animate(). It looks great until the the browser size gets below 1000px. is there a way to tell jquery to not use the function I created if the viewport is smaller than 1000px, so I can let css take over?
Share
I don’t think you can desactivate jQuery in CSS, but before you animate you can do that :