嗨,我有以下代码示例,我想找出文本区域字段的值,
<span dir="none"><span dir="ltr">
<textarea name="ctl00$m$g_547673d5_a6d6_4c03_aa47_d9ad28312f65$ff161$ctl00$ctl00$TextField"
rows="6" cols="20" id="ctl00_m_g_547673d5_a6d6_4c03_aa47_d9ad28312f65_ff161_ctl00_ctl00_TextField"
title="Description" class="ms-long" dir="none"></textarea>
<input name="ctl00$m$g_547673d5_a6d6_4c03_aa47_d9ad28312f65$ff161$ctl00$ctl00$TextField_spSave"
type="HIDDEN" id="ctl00_m_g_547673d5_a6d6_4c03_aa47_d9ad28312f65_ff161_ctl00_ctl00_TextField_spSave">
我试过 var test = $('textarea[Title="Description"]').val(); 和 var test=$(#ID).val();
所以请帮助我。谢谢, Digambar K