I’m working on a menu that should slide up when you click a link on the main page to another page. I’m using
function menuLoad(){$('#menu').slideUp(600)};
function menuHide(){$('#menu').slideDown(600)};
How can I only call the menuLoad() function if the menu is hidden?
Markup structure should be something like this: