I use some JavaScript in my menu when user scroll my webpage. Here is example
All works fine but i want to dissable that effect in media query. Can i disasbel JavaScript in media query ..
@media only screen
(max-device-width : 360px) {
//dissable JavaScript
}