I want to dissable javascripts in media query.
@media only screen
(max-device-width : 568px) {
.sidebar { display: none; }
#navmenu { margin-top:0px; width:auto; padding:10px; margin-left:15%;}
.content {width:auto; height:auto; margin-left:0; margin-top:3%;}
.contentsing{position:relative; width:100%; height:auto; margin-left:0%; margin-top:-150px;}
}
That is mu code, now i want to add something that will disable scripts.