Home › Forums › JavaScript › Hide element onclick but only when window is bellow 960 › Reply To: Hide element onclick but only when window is bellow 960
December 3, 2013 at 2:05 am
#157666
Participant
you are missing else block,
you are not mentioning what to do with #nav-tabs-list when browserwidth is other than <990px.
there are two ways first is make the div to display none when browser width is less than 990px
or add an else block like below