Skip to content

Instantly share code, notes, and snippets.

@hisk
Created June 4, 2018 05:16
Show Gist options
  • Save hisk/5ff1ff49596a532ef07d80821859b9a6 to your computer and use it in GitHub Desktop.
Save hisk/5ff1ff49596a532ef07d80821859b9a6 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$('#my-custom-tabs .et_pb_tab_1').click(function() {
window.open('Your PDF URL here.', '_blank')
});
});
})(jQuery)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment