Skip to content

Instantly share code, notes, and snippets.

@Jursdotme
Created October 10, 2017 09:05
Show Gist options
  • Save Jursdotme/e6366104604311a8e127c936c6f9d505 to your computer and use it in GitHub Desktop.
Save Jursdotme/e6366104604311a8e127c936c6f9d505 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function() {
jQuery(window).on('resize', function() {
jQuery('#negative-margin').css('margin-top', jQuery('#negative-margin').outerHeight() * -1 + 'px');
})
.trigger('resize');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment