Does anyone know any function in JavaScript, if in case the screen is mobile does it appear an option in the menu?
And desktop appears normal, but without appearing the option and mobile appears.
<li class="drop-left"><a href="">Drop Left</a>
<ul>
<li><a href="#">How deep?</a>
<ul>
<li><a href="#">Item</a></li>
<li><a href="#">Item</a></li>
<li><a href="#">Item</a></li>
<li><a href="#">Item</a></li>
</ul>
</li>
</ul>
</li>