jquery - How append to already appended div? -
I need to add html content to the already attached device.
$ ("add #"). Click (function (e) {$ ('.wrapper'). Append ('' ';);}); Now I need to add "div.input_fields_wrap" but the code below is not working.
$ ("# add2"). Click (function (e) {$ ('. Input_films_wp'). Attachment ('...');});
Try it
$ ("# Add2 "). Click (function (e) {$ ('body'). ('.input_file_wp') search. Append ('...');});
Comments
Post a Comment