I’ve used this blog post to help recreate google’s drop down menu but I’m having a problem getting drop down. Can someone re fiddle and let me know where I’m going wrong? thanks a lot.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You never call the jQuery function. You define it but never call it. Look at line 8-12 on the tutorial’s HTML source. That was all you were missing.
You also need to set up jsFiddle to load the jquery libraries and execute your code on load. All the menus on the left do that for you.
It’s working after those two changes. Check out my update here…
http://jsfiddle.net/rKaPN/1/