/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.98.2
jade/dialogs.jade
18 строк
442 B
Alvin Wang
Fixed toast animation bug in Firefox
19 янв 2017, 23:45
19 янв 2017, 23:45
1f3377c
Код
Авторство
О чём код?
- 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); }