Posts by Bruno Albuquerque • 161 points
14 posts
-
1
votes2
answers2891
viewsQ: Make page zoom default
Have some script that when the user opens the system the zoom is already preset when opening the page is already default ?
-
1
votes1
answer31
viewsQ: Placing table titles in the table
I want to reduce the size of this table but the title (the schedules) fixes the size of it there so I wanted to play the titles standing to timinur the table space…
-
1
votes1
answer44
viewsQ: I’m trying to print the x on the screen but gives error in data table
I’m trying to make a table puts an x in the file location. The table code worked, but I want to put in a jquery datatable but it is not accepting it takes the plugin confg or error the table code is…
-
1
votes0
answers22
viewsQ: pulling from a form to a table
I have a form where I want to write that data there and insert it into a table <form> <div class="form-group"> <label for="recipient-name" class="col-form-label">DATA DO…
-
1
votes1
answer54
viewsQ: That paints the cell when it printa x
I’m trying to get him to paint the cell table when he prints the x there, but it’s not working. <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta…
-
1
votes0
answers23
viewsQ: Add a die to a table’s specific cell
I have a form with an hourly filter and would like to add an X in a specific cell for that table time when click the button and it add a new line with the chosen field marked with the X this and my…
-
1
votes2
answers4599
viewsQ: Open a modal that comes from a different PHP page
I want to open a modal on a menu button but only I put it in a separate file just for him, wanted to know what command you can open it by pulling another file in PHP
-
0
votes2
answers1230
viewsA: Changing the color of a table cell depending on the status
I managed to implement in the table now I do not know how I will include it in a for to fall in a schedule with the correct color var cells = document.querySelectorAll("table tr td"); for(var x=0;…
-
0
votes1
answer40
viewsQ: Changing the table field
I have this table which I made as a test where I would like when the user schedules himself a time in a possible it can come with a letter and put in place of the one and changes the color of the…
-
2
votes2
answers1230
viewsQ: Changing the color of a table cell depending on the status
I wanted to change the color of a table cell depending on the value entered by the user. For example A = green, B = blue, C = black, I managed to get the code to change the color of the table, but…
-
0
votes0
answers12
viewsQ: Changing a field with a respective color and returning to the database
I have a project that has a schedule calendar in which this calendar has a table with several square and I must change the color of these squares with some colors corresponding to a status and I…
-
0
votes1
answer34
viewsA: Changing a field with a respective color
0 vote against Accept $(Function () { $("td"). dblclick(Function () { var conteudOriginal = $(this). text(); $(this).addClass("celulaEmEdicao"); $(this).html("<input type='text' value='" +…
-
0
votes1
answer34
viewsQ: Changing a field with a respective color
I’m having a doubt not your where to start I have a project based on an hourly calendar in which this calendar has a table with several squares and I need to change the color of these squares with…
-
2
votes1
answer756
viewsQ: How should I work regarding Bootstrap and Javascript links?
How best to work with Bootstrap or Javascript? Reference by CDN link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" Reference by downloaded file link…