Questions tagged as 'materialize'

3
answers

Materialize with Array as DataSource

I'm using the autocomplete function of materialize , how do I use a local JSON and fill select from this? In the official documentation, there is only one using an object. data: { "Apple": "null", "Microsoft": "null", "Go...
asked by 22.10.2016 / 17:47
2
answers

Materialize - Implement "materialboxed" class in a link

Greetings ... The " Material box " class of the FW Materialize allows the user to click on an image to center and enlarge it. To exit the effect, the user can click on the image again, scroll outwards, or press the ESC key. I intend to a...
asked by 25.02.2017 / 17:17
1
answer

Problems with button of google design material

I have a button to upload images in my web project; in Chrome and Microsoft Edge it works, but in Firefox it does not. Clicking should open the window to find the image to upload as it does in other browsers. My HTML code: <button...
asked by 29.03.2016 / 02:14
1
answer

Integrate Materialize css in Laravel 5.4

Could someone tell me how to install, materialize css in my project done in laravel ? I am currently working with the 5.4 version of laravel I ask this question, because I know it comes with bootstrap installed when you make a new project. If...
asked by 26.04.2017 / 06:37
1
answer

Query css for certain tags

I have the following: <html ng-app="app"> <head> <title>aprobado</title> <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link r...
asked by 07.07.2016 / 09:14
2
answers

How to validate a switch and insert it into the database if the data in my db is Boolean?

I have a form to which I enter the data of the staff, but to give it a more elegant appearance in view of the user I have inserted a switch component to 'validate' if that 'character' will be active or inactive, which will be saved as true or fa...
asked by 03.03.2017 / 23:01
7
answers

Close a modal using JQuery and Materialize?

I ask the question again because with all the answers they gave me I still could not solve the problem, which also seems super strange because several of the answers have a lot of logic! What do I need? Open a modal when you click on an...
asked by 19.10.2018 / 21:43
1
answer

Mark and unmark checkbox independently

I have two checks, which work poorly, mark and unmark from the second check to the first one, I want them to work independently. <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></scr...
asked by 23.03.2017 / 22:44
1
answer

How to make my button do not lose functionality after adding it with append in jquery

With this I add a row to my table this row contains data and buttons. But the buttons stop working I have to reload the page to work. How do I make it work without reloading the page and after adding it with append? $("tbody#agregarusuario"...
asked by 18.08.2018 / 16:05
3
answers

Identify checkbox by clicking

I am generating a structure dynamically, which I obtain from a json. It has the function that when clicking on the user's name will show another card in which I have 3 checkbox. The problem I have is that by getting the id and value of each c...
asked by 03.08.2018 / 20:07