I have two classes:
.dropdown-toggle
and
.link_row ul
What I want to do is, when the user clicks on the .dropdown-toggle, I want the .link_row ul to be set to not be displayed. When the user clicks off of the .dropdown-toggle, I want the .link_row ul to be displayed again. How would this be done in javascript/jquery?
Thank you.