Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var moche = document.getElementById('mocheId');
  2. if(moche && moche.style) {
  3. moche.style.height = '0px';
  4. moche.style.width = '0px';
  5. }}else{ alert('Diapo !')}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement