The condition was written but how to turn off this line with a width of more than 200px
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> I do not know.
var width = document.documentElement.clientWidth; if (width > 200) { alert(width); } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> <head> <script type="text/javascript" src="/sites/all/themes/landing/script.responsive.js"></script> </head>