Skip to content

Instantly share code, notes, and snippets.

@mgibbs189
Created March 22, 2016 17:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgibbs189/4f05b8a25abb315fb039 to your computer and use it in GitHub Desktop.
Save mgibbs189/4f05b8a25abb315fb039 to your computer and use it in GitHub Desktop.
Show template after initial interaction
<script>
(function($) {
$(function() {
$(document).on('facetwp-loaded', function() {
if (FWP.loaded) { // after initial pageload
$('.facetwp-template').show();
}
});
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment