jQuery 抓取动态文本区域的值
假设您有一个文本区域 (id="fred"
),它附加 (.append()
) 或替换 (.html()
) 另一个文本区域元素。通过委托调用文本区域的提交按钮,以发送文本区域中的修改文本简介...如何选择修改后的文本简介,而不是通过第一个委托最初放入文本区域的内容?
Suppose you have a textarea (id="fred"
) that appends (.append()
) or replaces (.html()
) another element. The textarea's submit button is called via delegate to send the modified text blurb in the textarea... How do you select the modified textblurb, as opposed to what was originally put in the textarea via the first delegate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很抱歉...
val()
可以解决问题mea culpa...
val()
does the trick