Multiple Resizable Text Area
How do I accomplish this task? Multiple Resizable text area not all
text area.
I have tried using;
jQuery("#TextArea1").resizable();
jQuery("#TextArea2").resizable();
But only text area 2 gets resizable.
Any suggestions/recommendation will be appreciated.
Thanks,
Virgil