1
Good morning.
It is possible to clone a div from a webpage to another webpage?
Example:
Access my system and go to the page "list".
In this list page, I have a div with id="testConteud".
On this same page I have a button that when clicked opens a new page, called "edit".
What I wanted to do was copy the content I typed on the "list" page and when opening the "edit" page this content appeared on that new page.
You can do that?
Thank you
thanks for the example, but it didn’t work. I’ll research more on this. I need to take the contents of page 1.html and play on page 2.html ... I’ll see if I can find something with Jquery.
– Marcia Pereira Reis