Skip to content

Instantly share code, notes, and snippets.

@jb510
Last active June 7, 2019 19:39
Show Gist options
  • Save jb510/8dce26bc29ea32a7c79e80bc41a5b2fd to your computer and use it in GitHub Desktop.
Save jb510/8dce26bc29ea32a7c79e80bc41a5b2fd to your computer and use it in GitHub Desktop.
<script type="172f63caa3046c8bb4d61ad7-text/javascript">
jQuery(function($) {
jQuery('input[name="EMAIL"]').typeWatch({ callback: function (value) { if ( JiltStorefront.Helpers.isValidEmail( value ) ) { jilt.setCustomer({email: value }); } }, wait: 1250, highlight: false, allowSubmit: false, captureLength: 6 });
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment