Is it possible to detect what width a browser window is and hide an element on page if its lower than 1024?
In JQuery perhaps? 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can accomplish this using a CSS media query.
Some older browsers don’t support media queries, so you could use jQuery to accomplish this as well. This example will show/hide the element when the window resizes