jQuery toggle show/hide - div shows but does not expand -
i have little menu should expand reveal html below, hidden @ present.
following jquery:
$('.mobilemenu').click(function(e) { $(this).toggleclass('arrowdown').next().slidetoggle('slow'); }); this piece of code works great on this page (click "hide" feature on left col)
however need utilise same feature menu "mobile width".
if resize browser down 320 or , go here you'll see menu +menu (bit smashy @ mo working). click it, , menu expand show links, first being "shop online" reason hidden/not showing. ideally green navigation div should expand
the rest of menu items need display: block , @ moment top item has it.
Comments
Post a Comment