Skip to content

Instantly share code, notes, and snippets.

@atme
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save atme/2710369d1c6ee13f2f7b to your computer and use it in GitHub Desktop.

Select an option

Save atme/2710369d1c6ee13f2f7b to your computer and use it in GitHub Desktop.
<?php ob_start(); ?>
<!--content-->
<?='<span class="replace" data-block-id="' . base64_encode(ob_get_clean()) . '"></span>'?>
jQuery(".replace2").each(function () {
var hash = jQuery(this).attr("data-block-id");
jQuery(this).replaceWith(jQuery.base64.atob(hash, true));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment