Im new to jQuery and need a litte help.
I have created a nav menu that I want to completely disappear upwards after “3 seconds” once a user lands on the page. From this an arrow will be in its place hiding the original nav menu.
When a user clicks on the “arrow” the menu will come back into view and stay there for now 20 seconds.
I have some code in this jsFiddle but it doesn’t seem to be doing anything. Can anyone help out there?
http://jsfiddle.net/headex/AsjMz/1/
Any info passed on will be much appreciated.
Cheers
The error in your live example it’s that you’re passing the name of the function to the setTimeOut function with
""in other wordsyou have this
Change for this
Here’s your live example with that change Demo