Advertisement
duskopro

custom javascript beaver

Mar 17th, 2024
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 1.88 KB | Source Code | 0 0
  1. document.addEventListener("DOMContentLoaded", function() {
  2.     const targetDiv = document.querySelector('.uabb-circle-1');
  3.     targetDiv.addEventListener("click", function() {
  4.         window.location.href = "https://jcurv.com/continuous-product-innovation/";
  5.     });
  6. });
  7. document.addEventListener("DOMContentLoaded", function() {
  8.     const targetDiv = document.querySelector('.uabb-circle-2');
  9.     targetDiv.addEventListener("click", function() {
  10.         window.location.href = "https://jcurv.com/value-stream-product-operating-models/";
  11.     });
  12. });
  13. document.addEventListener("DOMContentLoaded", function() {
  14.     const targetDiv = document.querySelector('.uabb-circle-3');
  15.     targetDiv.addEventListener("click", function() {
  16.         window.location.href = "https://jcurv.com/strategy-and-portfolio-management/";
  17.     });
  18. });
  19. document.addEventListener("DOMContentLoaded", function() {
  20.     const targetDiv = document.querySelector('.uabb-circle-4');
  21.     targetDiv.addEventListener("click", function() {
  22.         window.location.href = "https://jcurv.com/tech-and-data-agility/";
  23.     });
  24. });
  25. document.addEventListener("DOMContentLoaded", function() {
  26.     const targetDiv = document.querySelector('.uabb-circle-5');
  27.     targetDiv.addEventListener("click", function() {
  28.         window.location.href = "https://jcurv.com/workforce-design-and-execution/";
  29.     });
  30. });
  31. document.addEventListener("DOMContentLoaded", function() {
  32.     const targetDiv = document.querySelector('.uabb-circle-6');
  33.     targetDiv.addEventListener("click", function() {
  34.         window.location.href = "https://jcurv.com/team-ways-of-working/";
  35.     });
  36. });
  37. document.addEventListener("DOMContentLoaded", function() {
  38.     const targetDiv = document.querySelector('.uabb-circle-7');
  39.     targetDiv.addEventListener("click", function() {
  40.         window.location.href = "https://jcurv.com/leadership-and-culture/";
  41.     });
  42. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement