Accessing Element Count and Values Within a Hidden Div
- by Tegan Snyder
I'm having trouble grabbing the TR count in JQuery of a table that inside a DIV set to be hidden.
Here is an example:
<div id="questions" style="display: none;">
<table id="tbl_questions">
<thead>
<tr>
<th>Question</th>
<th>Weight</th>
</tr>
</thead>
<tbody>
<tr…