Guest User

Untitled

a guest
Dec 13th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <input name="name[]" id="name"/>
  2.  
  3. $(document).ready(function(e){
  4. var html= '<p /><input name="name[]" id="namechild"/>'
  5. $("#add").click(function(e){
  6. $("#container").append(html);
  7. });
  8. });
  9.  
  10. <input name="nsesion[]" id="nsesion" value="<?echo $nombresesion ?>" />
  11.  
  12. $(document).ready(function(e){
  13. var html= '<p /><input name="name[]" id="namechild"/> <input name="nsesion[]" id="nsesionchild" value="<?php echo $nombresesion ?> />'
Add Comment
Please, Sign In to add comment