jQuery display nested ul on click of div in parent li
问题 I am trying to get a hidden nested ul to display when a div in its parent li is clicked, and am having a heck of a time with it. As is, the initial hiding of the nested ul's works, and the div background image toggles just fine, but nothing else is working. Any suggestions? Current code below: HTML: <div class="browseFields"> <ul id="branches"> <li><div class="buttonShow"></div><a href="#">1</a> <ul class="subField"> <li><a href="#">a</a></li> <li><a href="#">b</a></li> <li><div class=