Created
January 23, 2012 10:55
-
-
Save martinjlowm/1662477 to your computer and use it in GitHub Desktop.
JQuery implementation of Mercury settings (bottom part)
This file contains 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
$(window).bind('mercury:ready', function() { | |
var content = $('#mercury_iframe').contents().find('#content'); | |
Mercury.saveMethod = content.data('save-method'); | |
Mercury.saveURL = content.data('save-url'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment