开发者

how can i apply jquery elastic on multiple textareas

开发者 https://www.devze.com 2023-01-15 00:20 出处:网络
i am generating multiple textareas with php with id i.e <textarea id=\"here php gene开发者_StackOverflowrated id\" class=\"txta\">

i am generating multiple textareas with php with id i.e

<textarea id="here php gene开发者_StackOverflowrated id" class="txta">

now i want to apply jquery elastic to each of these textareas...


$('textarea.txta').elastic();

it'll apply to all textareas having class txta...

0

精彩评论

暂无评论...
验证码 换一张
取 消