/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.97.5
jade/dialogs.jade
18 строк
441 B
Dogfalo7
Documentation: instructions on how to use Custom HTML Toast modified
26 июн 2015, 06:12
26 июн 2015, 06:12
4bb3fe1
Код
Авторство
О чём код?
- var no_nav = false - var page = "Dialogs" doctype html html(lang="en") head include _head.jade body include _navbar.jade main include page-contents/dialogs_content.html include _footer.html include _scripts.html script(type='text/javascript'). var displayCustomHTMLToast = function () { var $toastContent = $('<span>I am toast content</span>'); Materialize.toast($toastContent, 5000); }