시작하기Log in
<script>
  document.addEventListener('DOMContentLoaded', function() {
		
    // Identify Buttons
    const mainButton = document.querySelector('.scheme-switch-alpha__button--main');
    const altButton = document.querySelector('.scheme-switch-alpha__button--alt');
    
    // Set Focus on Click With Slight Delay
    altButton.addEventListener('click', function() {
      setTimeout(function() {
        mainButton.focus();
      }, 1);
    });
    mainButton.addEventListener('click', function() {
      setTimeout(function() {
        altButton.focus();
      }, 1);
    });
  });
</script>

PDF -> JPG 변환기

kyndof
2024-08-18

Recommended For You

2000Archives Unveils Striking Season Opening in Paris, Bringing Bold Silhouettes and Unique Prints to the Fashion Scene
Paris, FRANCE, March 19, 2023 - 2000Archives Unveils Striking...
kyndof
2023-03-19
2000 Archives’ SS24 Corp-core Collection
Eccentric, chic, and bursting with confidence, the “Corp...
kyndof
2024-03-13
2000Archives collaborates with Jaded London
WINNER! She's a star. With a playful and...
kyndof
2024-03-25