Guest User

Untitled

a guest
Nov 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Append container .class to container .parent
  2. $('.parent').append( $('.class'));
  3.  
  4. // Gravity Forms
  5. // Put the Submit button into 'gform_body' container
  6. $('.column-count-3-of-3.divider-list-item').append( $('.gform_footer'));
Add Comment
Please, Sign In to add comment