Hi, The problem: I'd like to transfer text from all div's with specific class to the textarea on the same page. How can I do that, how to start?
for example:
< div class="test1" > Example1 < /div > < div class="test2" > Example2 < /div > < div class="test1" > Example3 < /div > < div class="test3" > Example4 < /div >
I I would like to transfer content of div class test1 and in the textarea should show "Example1" and "Example3".
Any help, please! javascript or php
john
