我用jquery代码创建了自动文本框。但我无法从他们那里获得价值。这里是我的代码来生成文本框如何从自动生成的asp.net中的多个texboxes中获取价值?
$('#btn').click(function() {
$(container).append('<tr id="tba' + iCnt + '"> <td class="sol" style="width:326px;">
<b>' + iCnt + '.</b>Dates (from - to)</td><td class="sag">
<input type=text class="input" id=txtdates' + iCnt + ' ' + ' /></td>
</tr>');
}
我可以添加此代码的文本框。我如何从这些代码中获得价值?
谢谢。这是工作。非常感谢你! – enderaric
随时!快乐编码.. :) –