1 2 function change_mood(item) {3 document.getElementById('face').setAttribute('mood', item.value);4 }5 6 function change_gayometer(item) {7 document.getElementById('machometer').style.marginLeft = item.value;8 }
Enlace
El enlace para compartir es: