How to select all child elements of specified control using jQuery
- by abatishchev
I have a <table id="myTable"> with a number of child elements:
<tr><td>
<span class="mySpan" />
</td></tr>
<tr><td>
<span class="mySpan" />
</td></tr>
<tr><td>
<span class="mySpan" />
</td></tr>
How to select all this spans using jQuery?