Tagged Questions
1
vote
1answer
161 views
jquery traversing - there has to be a better way than mine!
I'd like to know if someone has a better way to access the elements #type and #type_new based on my html:
<tr>
<th>Type of Organization</th>
<td id="toggle">
...
0
votes
4answers
35 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 ...