Ciao a tutti
volevo chiedervi se c'è la possibilità di sostituire il seguente script con un script differente, ovviamente cercando di ottenere lo stesso risultato.
Ho notato che il mio script incasina jquery e mootools
Grazie mille.codice:<script language="javascript"> function changaa() { fa = document.getElementById('boxa').innerHTML; fb = document.getElementById('boxb').innerHTML; fc = document.getElementById('boxc').innerHTML; document.getElementById('boxc').innerHTML=fb; document.getElementById('boxb').innerHTML=fc; document.getElementById('boxa').innerHTML=fa; } </script>

Rispondi quotando