Hire Your Next Candidate On Recvite

jQuery(document).ready(function($) { $('a[href^="#popmake-"]').click(function(e) { e.preventDefault(); }); // Clear #popmake-xxx hash from URL after popup opens $(document).on('pumAfterOpen', function () { if (window.location.hash && window.location.hash.startsWith('#popmake-')) { history.replaceState(null, '', window.location.pathname + window.location.search); } }); });