Using jQuery I need to remove this html code and the {menu} tag inside when the browser or window is resized to a smaller screen size for responsive web design.
<div id="menu">{menu}</div>
I'm new to jQuery so any help or advice will be greatly appreciated.

#menushould come back if the screen gets large enough again?