quinta-feira, 19 de setembro de 2019

Check - Uncheck input check box thru image click - Marcar - Desmarcar um botao checkbox clicando na imagem


<?php
for ($x=1;$x<=20;$x++)
        {
           echo "
            <div class='sombra'>
                <a  onclick='if (document.getElementById(\"c$x\").checked == false) document.getElementById(\"c$x\").checked = true; else document.getElementById(\"c$x\").checked = false' style='cursor: pointer;'><img src='images/quizz/min/SUAIMAGEM.jpg'  /></a><br/>
                <input type='checkbox' name='q2[]' value='$var_vai' id='c$x' />  <br/>
                TEXTO
            </div>";
        }
?>

Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...