jquery access sibling TD in table
- by Rob
I have the following HTML Code. What I'm try to do is to have the div named javaRatingDiv to be displayed once the checkbox with the name java is checked.
I can't seem to figure out how to navigate to the next TD in a table via jquery.
<div id="languages">
<table style="width:inherit">
<tr style="height:50px;…