Questions tagged as 'materialize'

2
answers

How to change the color of the icon in the Materialize?

I'm using the framework materialize and to put an icon do it this way: <i class="material-icons">menu</i> It turns out that by default the icon is white, would you like to know how I can change the color of the icon? I've...
asked by 21.09.2015 / 04:13
3
answers

How to fill a select with angular using materialize

I'm trying to fill a select with data from my base The problem is that I have to always select select once for the data to load. How can I resolve this problem? HTML <form class="" name="formulario"> <div class="row"...
asked by 12.07.2016 / 23:57
2
answers

How to use Materialize with Angular?

I'm developing a project, but even though it imports all the CDNs, the angular and the materialize, the materialize JavaScript does not want to work along with the angular, is there some kind of conflict? Importing files: <script src="ht...
asked by 22.06.2016 / 23:58
1
answer

Problem when using Select

I'm trying to use form select of this site here: link But when I put on my site the only thing that appears is this:    "Materialize Multiple Select" Does anyone know how to solve this? The code is this: <div c...
asked by 19.01.2016 / 13:29
2
answers

put an inline list materialize

I'm trying to put the list of inline social networking icons in my footer, but I'm not getting success. Does this change have to be made directly in the materialize css? Follow the code attached to help. Thanks <footer class="page-foote...
asked by 23.09.2016 / 05:19
2
answers

What is the difference between # and #! in HTML 5?

What's the difference between # and #! in the href attribute of elements <a> ? <a href="#">link 1</a> <a href="#">#
asked by 06.09.2017 / 17:54
3
answers

Validate Select jqueryValidate with Materializecss

I found a problem that I can not solve for a while, I'm working with the framework MaterializeCSS . It has validation with some direct notations in the HTML tag, what I'm not getting is validating is when I have a select tag. Follow t...
asked by 26.11.2015 / 00:24
3
answers

Problem in using include php different folders

First of all I apologize for not being able to express myself correctly, I am still learning php and I came across the following problem. I am setting up a site for studies and in the root I created the folders: css (where is the materialize...
asked by 17.08.2017 / 20:42
1
answer

Preloader with Materialize

I'm making a request via ajax: $(function () { $('#loader').hide(); $('#formSend').on('submit', function (e) { e.preventDefault(); $.ajax({ type: 'post', url: 'proc_pedidos.php', data: $('form'...
asked by 28.07.2017 / 04:34
1
answer

How to centralize a card panel in materialize css?

I have the following login form inside a card panel: WhatcouldIdotocentermycardonthepage?ThisisthecodeIhavesofar:<divclass="input-field col s12"> <input id="user_name" type="text" class="validate" required> <label for="use...
asked by 22.03.2016 / 22:16