I load a content to <div id="wrapper"></div>
via jquery.
$('#wrapper').html(data);
When the content inserted into wrapper, there is another div with id="video1"
.
How can I append something to that id="video1"
$('#video1').append('<p>Test</p>');
For demo, I have appended p
here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With