JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//www.flc.be/tempJsFiddle/AssetAllocationForBulkSwitch.js"></script>
<table id="tblAA">
<tr class="numasaCmpTemplate">
<td>
<select name="NUMASA_CMP"><option value=""> </option></select>
</td>
</tr>
</table>
<table id="tblMF" >
<tr class="numasaCmpTemplate">
<td>
<select name="NUMASA_CMP"><option value=""> </option></select>
</td>
</tr>
</table>
CSS
.hidden {
display: none;
}
JavaScript
displayCombosDestinations();
alert("value: " + $("#tblMF .numasaCmp_1 [name=NUMASA_CMP]").val());