我有几个包含动态控件的页面。这意味着我永远不知道页面上有哪些类型或多少个控件。我需要一个脚本,在单击时从文本区域中选择文本。我在想下面的脚本会起作用,但它似乎没有按预期运行。
$(function () {
$('input[type=textarea]').focus(function () {
inputValue = this.value;
});
});
<div style="display: table;">
<div style="display: table-row">
<div style="display: table-cell;">
<span style="font-weight: bold">TextArea 1</span>
</div>
</div>
<div style="display: table-row">
<div style="display: table-cell;">
<textarea id="txtTextArea1" rows="3" cols="30">