Skip to content

Instantly share code, notes, and snippets.

@kary4
Created November 19, 2017 00:27
Show Gist options
  • Save kary4/bdfd9cc86450bcc4cec76c92a969933e to your computer and use it in GitHub Desktop.
Save kary4/bdfd9cc86450bcc4cec76c92a969933e to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function() {
jQuery('.widget_bloomwidget').each(function(){
var thisBloom = jQuery(this).clone();
jQuery(this).addClass('desktop');
jQuery(thisBloom).insertBefore('#main-footer');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment