Questions tagged as 'materialize'

0
answers

Adapt the image to the gallery in materialize CSS [closed]

Hello people, I have the following problem and I hope someone can help me. my client asked me to see the image complete in the slider use materialize CSS3 anyone knows some way to make the image look in full desktop mode ?, in mobile mode if...
asked by 01.06.2017 / 07:34
1
answer

How can I add two buttons back and forth to a gallery in materialize CSS

Hello friends, I have the following code, using the Materialize CSS framework, someone knows how I could create two buttons, one on the back and one on the front, I saw all their docs and I can not find it and I also search the internet and I ca...
asked by 25.05.2017 / 03:22
2
answers

Remove styles from a select in materialize

I have a form which I need when selecting an option of a select it appears in the other select different items when selecting the first select, it works for me but when using materializecss.com as a framework, it does not show it to me, how can...
asked by 02.05.2018 / 21:43
1
answer

How to validate a switch (materialize) with jquery?

In a ready table the users brought from a database, and to validate that a user is active or inactive, use a SWITCHE (on/off) ... .done(function(rest) { let resp = $.parseJSON(rest); let output = '';...
asked by 10.07.2018 / 16:38
1
answer

Modal opens whenever you click, even if you have the eventListener in an image

It's a simple thing that is taking me a lot of time. I want to open a modal when clicking on any product image: This is the HTML of the page: <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head...
asked by 21.11.2018 / 18:35
1
answer

laravel send data from a table to a modal window

I am using Laravel 5.4 with a database in MariaDB , and for the frontend I use the Materialize.css framework and now as well says the title, I have a table with user records. And the table is filled with the following laravel code. <ta...
asked by 22.05.2017 / 23:47
1
answer

How to remove margin thoroughly in materialize?

I'm starting with materialize and obviously I'm a novice, the problem I have is that although in my code I have a margin: 0 puts me one on the top, and is out of any container and row ... How do I remove that margin? of my background? So it look...
asked by 22.11.2018 / 06:30
1
answer

Detect change in datatables select

I'm trying to integrate datatables into a project I have with materialize , however the design they have is quite different from materialize , researching me I found some good examples but with details, so I started playing with datatables...
asked by 12.04.2018 / 04:57
1
answer

Headers of datatable are positioned badly | responsive table materialize

I'm testing datatables with materialize, I was testing the class responsive-table in a table that I have initialized with datatable. The problem I see is that when you load the page from a medium screen upwards you look at the table we...
asked by 13.04.2018 / 02:49
1
answer

Position fixed in row (materialize)

I am working with materialize for my website and I have the following row: <div class="row"> <div class="col m3">contenido pequeño</div> <div class="col m6">Gran contenido</div> <div class="col m3">conten...
asked by 17.10.2017 / 05:44