Advertisement
pgiovanni

Untitled

May 20th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function myFunction() {
  2.     if(document.getElementById('dropf-button').click==true)
  3.       document.getElementById('dropf-container').classList.toggle("show")
  4.     if (document.getElementById('dropi-button').click==true)
  5.       document.getElementById('dropi-container').classList.toggle("show")
  6.     if (document.getElementById('dropy-button').click==true)
  7.       document.getElementById('dropy-container').classList.toggle("show")
  8.    
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement