Skip to content

Instantly share code, notes, and snippets.

@Bewitchedyegor
Created October 12, 2017 14:14
Show Gist options
  • Select an option

  • Save Bewitchedyegor/b8a8ad85a96b24b843553a0715ed8105 to your computer and use it in GitHub Desktop.

Select an option

Save Bewitchedyegor/b8a8ad85a96b24b843553a0715ed8105 to your computer and use it in GitHub Desktop.
Simple redirect on click
$('.js-startBannerCamp').click(function () {
window.location.href = "/advert/"; //insert yor link here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment