Jquery append content to div -
i load content <div id="wrapper"></div>
via jquery.
$('#wrapper').html(data);
when content inserted wrapper, there div id="video1"
.
how can append id="video1"
$('#video1').append('<p>test</p>');
for demo, have appended p
here.
Comments
Post a Comment