Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save 0632347878/c777903ae85fac7f9be778a2fe49132e to your computer and use it in GitHub Desktop.

Select an option

Save 0632347878/c777903ae85fac7f9be778a2fe49132e to your computer and use it in GitHub Desktop.
Cut the div1 html and move it to div2
jQuery(function($) {
$('.sscf-popup').click(function() {
$('.mypopup').insertAfter('.row');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment