<table class=”tg”>
<tr>
<th id=”planName”></th>
<th id=”completionPercentage”>
<div style=’margin-top: 10px; overflow: hidden;’ id=’jqxProgressBar’></div>
</th>
</tr>
<tr>
<td class=”tg-mkvi”></td>
<td class=”completion”></td>
</tr>
<tr>
<td class=”tg-9vto”></td>
<td class=”completion”></td>
</tr>
</table>
The above code doesn’t work. Error: Invalid Selector – #jqxProgressBar! Please, check whether the used ID or CSS Class name is correct.
If I move <div style=’margin-top: 10px; overflow: hidden;’ id=’jqxProgressBar’></div> outside the table, then it works fine.
How do I fix this?
Thanks,
Tan