Tagged Questions

0
votes
4answers
56 views

Jquery Closest and Parents Not Working with Input and Nested Divs

I have hidden Divs with ".display-link" classes that are two levels up from an input box. When an input (checkbox) is clicked, it should display the hidden link in the parent's previous sibling's ...