As someone who is just starting to learn about jquery and JavaScript, I am seeking help in adding some code to a css menu. My goal is to create a delay between options so that users have enough time to select an option without it closing prematurely. After doing some research, I came across this resource on How to add a delay to CSS Vertical Dropdown Menu
However, the solution I found seems to do the opposite by delaying the opening of the sub menus rather than their closing.
You can view what I currently have implemented at http://jsfiddle.net/5jd7c/6/
It's important to note that if you try to move directly from set 1 to opt 2 diagonally, the option will close and you'll end up in set 2 instead.
Thank you in advance for any assistance you can provide.