Questions tagged as 'html'

1
answer

Filter by dates does not show data

I have a table with invoice records, I'm filtering by date but it does not show me anything <form method="POST"> <div id="fechas"> <label id="lbfecha" for="">Fecha Inicial</label><!--Fech...
asked by 02.10.2018 / 19:32
2
answers

Connection to mysql databases from HTML

Good afternoon I find the following error, I want to get a result of an SQL query to a local DB make a php file with the class and its function, and make an html file so that I can present it but it indicates me error // arhivo php for the conne...
asked by 03.10.2018 / 00:43
2
answers

Error in running jQuery similar pop-up twitter?

I have developed a menu similar to facebook and twitter, the function is as follows: If you click on the link it appears if you click again on the same link it disappears. If you click on the link it appears if you click on an empty field...
asked by 28.07.2016 / 21:43
1
answer

Set up a select without using php?

I currently have a situation that really may not be the big deal, but I have tried to search everywhere and I really have not found the answer to my problem. Well, we all know that the <select> tag is used to create a list of...
asked by 25.09.2018 / 23:44
2
answers

How to change the color to an html cell from a JS

I am new to this programming, I need your help with a question, I have this html: <td>{{data.macEntra}}</td> <td>{{data.macSale}}</td> <td>{{data.paquetes}}</td> <td>{{data.perfil}}</td> <td&g...
asked by 26.09.2018 / 16:24
1
answer

Nestable.js works at the logical level but not visually

I am using Nestable.js to make a list of products with byproducts so that it is displayed as a tree. I do not have any errors in the console and I do not see where my error may be, but once everything is configured, the list appears like this:...
asked by 27.09.2018 / 15:46
2
answers

Preloader reappears after refreshing the page

I'm having a problem I made this website works as I hope but if I open it in cell chrome after refreshing the page or go to another page the preloader reappears, any ideas on how to fix it? This is the html code : <br> <body...
asked by 06.09.2018 / 01:29
2
answers

How do I put a text on a responsive image, that when the image adapts to a smaller size the text also m

As I put a text on a responsive image, when the image adapts to a smaller size the text also my code is as follows: /* Container holding the image and the text */ .container { display: block; position: relative; } /*...
asked by 01.11.2018 / 02:36
1
answer

auto overflow does not work

I have a problem with a drop-down menu, when I open the sub-menu "meet and events" or "other services" (when the sample code is executed, you can not see why it is below, which leaves more evidence what is the problem with the scroll) is out of...
asked by 13.09.2018 / 18:15
2
answers

Line breaks in html

I have a common form that sends data to firebase. In textarea text is written, we know that with the enter key, line breaks are generated. By sending this information in firebase it is saved as a string but ... By showing the...
asked by 27.08.2018 / 00:10