Questions tagged as 'html'

0
answers

How to write a file.txt with PHP from HTML, with the code on a server

What happens is that I am writing according to the information of a telnet connection with php, but I only manage to create the file when I open the file from the server console in SecureCRT with the command "php file.php", but from the web I do...
asked by 11.10.2018 / 21:24
1
answer

Send HTML by JSON with PHP

I have this HTML that I generate with the function of php selectHorarios () <option>13:15</option> <option>13:30</option> <option>13:45</option> <option>14:00</option> That I send it with thi...
asked by 12.10.2018 / 08:25
0
answers

Cancel jquery effect from 550px

I am using the following code so that 3 containers have the height of the longest: var maxHeight = 0; $(".liste").each(function(){ if ($(this).height() > maxHeight) { maxHeight = $(this).height(); } }); $(".liste").height(maxHeight);...
asked by 12.10.2018 / 07:28
0
answers

Can Datatables be presented as a mosaic and how would it be?

Good day. I already have my datatable, I would like to know if I can change your presentation to something like this I really do not know what that presentation is called or how I can do it. In fact that page is exactly what I want t...
asked by 13.10.2018 / 03:12
2
answers

add space between each th / th th / th

I do not know how to make spaces in addition to & nbsp; <?php echo"<th><br>Datos Actuales</th>/*Aqui quiero el espacio*/<th><br>Datos Nuevos</th></tr><tr>"; ?>     
asked by 12.10.2018 / 02:59
0
answers

Do not close the menu in mobile mode help!

I'm doing a single-page website where there are anchor points and so on that when selecting a menu option, go down to where the content is (until then everything is fine) but the menu does not close and does not let me see the information. I...
asked by 12.10.2018 / 03:50
1
answer

Link a different component per dynamically generated element

I have been trying for a long time to make a ng repeat that for each repeated element insert a component, I was inspecting with track by $ index, but I do not succeed. my code is this: html <div class="benefit" ng-repeat='benefit in $ctr...
asked by 12.10.2018 / 05:08
2
answers

Rare behavior with multiple input type="time" added dynamically

I am using the control input type="time" several times dynamically, I begin to describe my problem. When I add a control input type="time" for the first time, everything works correctly, the problem is when I add 2 or more controls...
asked by 27.10.2018 / 23:06
0
answers

Help with google maps and bootstrap modals

Hello very good everyone I have a query I have this code in javascrip to be able to generate bookmarks in google maps, and been trying to make that by pressing a bookmark I see information about that bookmark in the modal and so with each one of...
asked by 28.10.2018 / 01:38
2
answers

Make a line break in HTML within the For PHP cycle

The first part corresponds to the js code where I call a file that executes the for cycle, but it does not give me the line saturations, putting everything in a column. <script> $(document).ready(function() { $("#nivel-especialidad").cha...
asked by 11.10.2018 / 14:24