Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Boxy 弹出窗口中有一个名为 fou 的文本区域。用户单击弹出窗口中的提交按钮后,如何获取文本的值?我认为 $('textarea[id$=fou]').val() 可以解决问题,但没有。
想法?
$('#fou').val();
或者
$('textarea[id="fou"]').val();