Created
December 7, 2015 22:12
-
-
Save ericakfranz/650d379351e7555d25de to your computer and use it in GitHub Desktop.
Make OM optin draggable using the Dragon jQuery script -- https://github.com/jeremyckahn/dragon
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(document).ready( function($){ | |
$(document).on('OptinMonsterPositionOptin', function( event, data, object ){ | |
$('#om-canvas-whiteboard-optin').dragon(); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment