Skip to content

Instantly share code, notes, and snippets.

@n8
Last active April 3, 2016 07:35
Show Gist options
  • Select an option

  • Save n8/96475a20b36e87973671 to your computer and use it in GitHub Desktop.

Select an option

Save n8/96475a20b36e87973671 to your computer and use it in GitHub Desktop.
var snapbackCache = SnapbackCache({
bodySelector: "#recordings"
});
jQuery(document).on("click", "body#recordings a", function (e) {
snapbackCache.cachePage();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment