2
I have the following problem. How do I load a content from a div
into another div
empty that is in the same HTML file?
Example:
<div class="conteudo">
<label> Teste 1 </label>
<label> Teste 1 </label>
</div>
<div class="receber conteudo">
</div>
I wanted to play all this content from the first div
into the second div
empty through a jQuery function, already tried the method find
but without success.
If you are using ajax? e for image upload have an example between http://www.loading.io
– KingRider
@Kingrider doesn’t need Ajax, he just wants both
label
are copied to the seconddiv
. Certo Marlon?– Jorge B.
That’s right @Kingrider, I need to upload all content from an existing form inside an empty div..
– Marlon Castro
Allan’s answer answers your question?
– Jorge B.