en.javascript.info/02-ui/02-events-and-interfaces/01-introduction-browser-events/01-hide-other/task.md
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

10 lines
278 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Спрятать при клике
[importance 5]
Используя JavaScript, сделайте так, чтобы при клике на кнопку исчезал элемент с `id="hide"`.
Демо:
[iframe border=1 src="solution"]
[edit src="solution" task/]