Skip to content

Instantly share code, notes, and snippets.

@luckydevilru
Created February 14, 2023 14:44
Show Gist options
  • Save luckydevilru/0a598d682ca92146725d144d5ef08c19 to your computer and use it in GitHub Desktop.
Save luckydevilru/0a598d682ca92146725d144d5ef08c19 to your computer and use it in GitHub Desktop.
если пользователь вернулся обратно js
if (window.performance && window.performance.navigation.type === window.performance.navigation.TYPE_BACK_FORWARD) {
alert('Got here using the browser "Back" or "Forward" button.');
console.log($('.js-tabs__block.open #searchForm').find('input').val());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment