2010-09-02 42 views
0

我生成多個文字區域與ID PHP即如何申請jQuery的彈性在多個文本域

<textarea id="here php generated id" class="txta"> 

現在我想申請jQuery的彈性,以這些文字區域的...

+0

使用類而不是id作爲選擇器在jquery中。 – 2010-09-02 04:47:22

回答

3

$( 'textarea.txta')彈性();

它適用於所有textareas類txta ...