May 27, 201016 yr Hey, We are doing a website with a jQuery drop down menu. But the problem is the client wants the drop down menu to remain on screen once the navigation button is clicked. Does anyone know how to keep this there? I have been using http://www.1stwebdesigner.com/resources/38-jquery-and-css-drop-down-multi-level-menu-solutions/ for advice so far. Any help is much appreciated
May 27, 201016 yr $('a.main-nav-item').click(function() { $(this).children().show(); return false; });
May 27, 201016 yr Author $('a.main-nav-item').click(function() { $(this).children().show(); return false; }); Cheers Chris...i'm not the best at Javascript...so no idea where to place this unto the sites code. Can you reccomend any sites to show or teach me this?
May 27, 201016 yr To be honest I don't know of any jQuery tutorial guides, I just use the documentation pages on jquery.com might be able to give you some advise if you post up a link to the page you're trying to make it work on
May 28, 201016 yr There's this one: http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/ and this: http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/ and I've started this one which I like: http://docs.jquery.com/Tutorials This might be helpful for some ideas? http://www.1stwebdesigner.com/resources/38-jquery-and-css-drop-down-multi-level-menu-solutions/
Create an account or sign in to comment