Created
April 6, 2017 15:01
-
-
Save 0632347878/c777903ae85fac7f9be778a2fe49132e to your computer and use it in GitHub Desktop.
Cut the div1 html and move it to div2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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