|
|
|
ЧекБокс по button, но не работает другой скрипт
|
|||
|---|---|---|---|
|
#18+
Добрый день! Есть чекбокс, который становится активным при нажатии по button (и работает при нажатии просто по чекбоксу). Как только чекбокс активный, то отображается нужный текст (это при нажатии на сам чекбокс). Но при нажатии на button, чекбокс активным становится, а текст не появляется. Вот сам код: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <title>Карта</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <link rel="stylesheet" type="text/css" href="/css/style.css" /> </head> <body> <input type="checkbox" id="che" onclick="changeButtonState()" value="123"> <div id="Summ"></div> <input onclick="shlep()" type="button" id="link" /> <script> function changeButtonState(){ var SummDok = document.getElementById('Summ'), SummSumm=document.querySelectorAll(":checked").length ? '22': '777'; SummDok.innerHTML = SummSumm }; function shlep(a,b){ che.checked = che.checked ? false : true; }; </script> </body> </html> ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.04.2015, 19:11 |
|
||
|
ЧекБокс по button, но не работает другой скрипт
|
|||
|---|---|---|---|
|
#18+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <title>Карта</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> </head> <body> <input type="checkbox" id="che" value="123"> <div id="Summ"></div> <input onclick="shlep()" type="button" id="link" /> <script> function shlep(){ che.checked = che.checked ? false : true; var SummDok = document.getElementById('Summ'), SummSumm=document.querySelectorAll(":checked").length ? 'vit': 'ovs'; if(che.checked == true){ SummDok.innerHTML = SummSumm; } else{ SummDok.innerHTML = "ovs" } }; </script> </body> </html> ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.04.2015, 19:31 |
|
||
|
ЧекБокс по button, но не работает другой скрипт
|
|||
|---|---|---|---|
|
#18+
qwe88, Код: html 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 13.04.2015, 09:44 |
|
||
|
|

start [/forum/topic.php?fid=22&fpage=75&tid=1446095]: |
0ms |
get settings: |
8ms |
get forum list: |
10ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
44ms |
get topic data: |
7ms |
get forum data: |
5ms |
get page messages: |
20ms |
get tp. blocked users: |
1ms |
| others: | 216ms |
| total: | 317ms |

| 0 / 0 |
