I want to know of an example where two unordered lists <ul>
can transport their data from one to another.
For example:
Suppose we have the lista uno
and lista dos
, each with different data. I want all the data that is inside the lista uno
to move to the lista dos
when I press a button.