Advertisement
Guest User

rooogos

a guest
Nov 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function kolor(){
  2. if(document.getElementById('kolor1').style.backgroundColor == 'lime'){
  3. document.getElementById('kolor1').style.backgroundColor = 'pink';
  4. }else{
  5. document.getElementById('kolor1').style.backgroundColor = 'lime';
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement