mengu on web programming.

How To Make Drop Down Menus With JQuery

![How Stuff Works](http://abstrusegoose.com/strips/how_stuff_works.PNG) We see drop down menus everywhere but have you ever wondered how to make one? In this tutorial I explain how to do a simple drop down menu with [jQuery](http://www.jquery.com). PATH TO FOLLOW: HTML PART ------ What we need to create our drop down menu? * A div that will contain the menu. * A div that will contain the menu links. So let's set the HTML part: Now we have written our HTML, we should write the jQuery part. jQuery Part ----- * For every div with the headerlink class, we should add a click function. * Get where it's positioned in the document. * Get its submenu id. * Set the submenus position. * Close other open submenus. * Make the submenu drop down. So let's write the jQuery part.
Check my latest project compector.com where you can post references about your former employers and see what others have said about the future employers. Sign up now and post a reference and share it on twitter or facebook.

Comments

No comments made for this post.

Leave a Response

No HTML allowed. You can use markdown.
Name*:
E-Mail* (not published):
Web site:
Response: