en.javascript.info/02-ui/05-widgets/04-template-lodash/02-template-display-none/task.md
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

7 lines
No EOL
309 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.

# Шаблон в div с display:none?
[importance 5]
Что лучше для размещения шаблона -- <code>&lt;script&gt;</code> с нестандартным `type` или `<div>` с `display:none`?
Почему? Есть ли какие-то другие хорошие варианты?