Assignment 5: JS to JQuery

Implement the dropdown we worked with last week with Jquery instead of javascript. I have started the Jquery code to toggle the "active" class for the menu. Aside from appearing and disappearing with this class toggled, your menu must also include the following functionality from last week's example:

  1. The name of the menu item chosen must appear in the dropdown-button
  2. The menu items control the display of the panels
  3. The check class should add a check mark to the menu item chosen when it opens again

You may choose to improve the functionality or animations (in JQuery or with modified css trasitions), and you may continue to work on the same example you built for the last assignment.

The original dropdown code can be found at Self-Taught JS.com.

ONE

TWO

THREE

FOUR