【发布时间】:2015-06-30 02:15:36
【问题描述】:
我用 jquery 代码创建了自动文本框。但我无法从他们那里得到价值。这是我生成文本框的代码
$('#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>');
}
我可以使用此代码添加文本框。如何从这些代码中获得价值?
【问题讨论】:
标签: c# jquery asp.net textbox auto-generate