Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 22:12
Show Gist options
  • Save ericakfranz/650d379351e7555d25de to your computer and use it in GitHub Desktop.
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
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