Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Hide Div if Screen is Smaller than 1024 Re: Hide Div if Screen is Smaller than 1024

#72101
heysep
Member

why do you want to know the screen size?
isn’t an approach via window object what you should be doing?

$(window).width()