Guest User

Untitled

a guest
Jun 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. figure.onclick = function Choosing(event) {
  2. attrt = event.target.getAttribute('src');
  3. //event.target.setAttribute('src', '');
  4. event.target.style.display = "none";
  5. cordinatesp = event.target.parentNode.getAttribute('id');
  6. };
  7.  
  8. .Doshka img {
  9. vertical-align:middle;
  10. }
Add Comment
Please, Sign In to add comment