问题标签 [materialize]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - Internet Explorer 的 Flexbox 布局问题
使用此样式指南:Materialize CSS,我的页面布局如下:
根据这篇文章,我将以下 CSS 用于“粘性页脚”
除 Internet Explorer 之外的所有浏览器都可以正常显示网页。
我究竟做错了什么?
javascript - 如何从另一个可折叠项目 [js] 中的链接展开可折叠项目?
我正在制作一个可折叠项目列表,这些项目可以调用自身以动态滚动和展开其他项目。为此拍摄...
在选择超链接之前。
选择后。
选择第三项段落中的链接时,如何获得第一个折叠的项目进行扩展?
我得到了什么:如果上面的示例有更多折叠项,那么下面的代码会将网页滚动到所需的可折叠项(解决方案的一半)。
jquery - Materialze CSS 框架和 Toast 不起作用
我正在我的新项目中尝试Materialize Toasts。我根本无法显示 Toasts。Firebug调试提示找不到toast函数,但我不明白为什么。
我试图这样称呼吐司:
我所有的其他 Javascript 组件都在工作。我希望 Toast 的工作方式与我从 Materialize 库中导入所有 Javascript 组件一样。有没有人在使用这个 CSS 框架时遇到过类似的问题?
angularjs - 值未显示在选择按钮中
我正在尝试在选择按钮中获取选项,但它没有显示出来。
我的代码如下:
索引.html:
应用程序.js:
在它工作正常并且我在选择选项中获得值之前。但后来我想使用http://materializecss.com/about.html的材料设计。我还按照他们所说的初始化了“选择”:
尽管我正在获取 html 页面的值,但我没有在选择选项中获取它们。请参考以下代码,我在浏览器中检查后可以看到:
请让我知道我做错了什么。代码在 github 上可用:https ://github.com/pradeepb6/firstExample/tree/master/app
datepicker - 物化日期选择器 SelectOnClose 不起作用
我正在尝试使用 Materialize 创建一个日期选择器。根据文档,当用户选择日期时,日期选择器应该关闭。
这在我的页面中不起作用。我在 Windows 上使用最新的 Chrome 浏览器。我试过IE浏览器,但整个日期选择器没有显示......
单击此处查看我的页面(输入 3 和 4 是日期选择器)
我的JavaScript:
谁能帮我修复这些日期选择器?
javascript - MeteorJS:许多 UI 框架之间的变化
我想让用户在我的应用程序中更改主题。是否可以在流星中选择性地选择要加载的包?还是动态加载js/css/less?例如,如果他们选择使用引导程序,我可以只加载引导程序的 js/css/less。如果他们选择使用物化,我可以只加载框架的 js/css/less 集。
meteor - Component initialization with Iron Router, Jquery, Materialize
Struggling here with what would otherwise be a simple $( document ).ready()
.
Not sure what I'm doing wrong.
Materialize needs jquery components to be initialized on DOM ready. Finding a way to initialize components on all views is surprisingly tricky.
Here is the online DEMO
From reading the docs: this should initialize everything the sub-templates require:
However, this only works on a hard page refresh, and not with links routing the views.
So instead you would have to initialize on each template that element will be used
Here is the github code
BTW We've tried iron-router events:
All of these seem to happen before the route's template content is present. I noticed that onBeforeAction required a call to this.next()
to go on, I even tried looking for the DOM content after the next call.
I also tried rewriting our routes like this:
javascript - Materialize Modal 不适用于入门模板
最近我切换到具体化(我猜它基于 Bootstrap)并且我正在尝试使模态工作。它只是没有出现。按钮在那里,但它什么也没触发。我正在使用 Materialise 网站的入门模板。
我所做的只是从Materialise 模态页面复制和粘贴模态代码。我将代码放在入门模板中,但它不起作用。我还在基于物化的另一个主题上对其进行了测试,但这也不起作用。
jQuery也被正确加载。
编辑:它是 index.html
模态代码: