Questions tagged as 'html'

2
answers

Laravel PDF Bootstrap

I've been trying for a couple of days to generate a code html plus css helping me bootstrap to make a consolidated facutra that looks like a company but I'm not capable. I found and found that with Barrydvh in L...
asked by 27.09.2017 / 08:16
1
answer

How can I get the percentage value and also perform the calculation?

//Creo una función donde voy a sumar todos los valores totales de la última columna var sumaTotalesDetalleGastoGeneral = function(){ //Inicializo en 0 el valor a establecer indicando el resultado de la sumatoria var totales = 0; //Recorro todas...
asked by 06.10.2017 / 14:33
1
answer

How to get the total sum of all the subtotals?

//Creo una función donde voy a sumar todos los valores totales de la última columna var sumaTotales = function(){ //Inicializo en 0 el valor a establecer indicando el resultado de la sumatoria var totales = 0; //Recorro todas las filas de l...
asked by 06.10.2017 / 03:17
2
answers

as center a div within section, margin auto does not work for me

I'm doing a site but the div container I put margin auto and it does not work .servicios{ background: #fff; height: 750px; clear: both; width: 100%; float: left; margin: auto; } .title-service{ font-size: 70px; text...
asked by 27.08.2017 / 23:27
1
answer

Insert multiple data in database in laravel

I need to save in an array the text strings I have in several inputs that have been created dynamically, to send them to the controller and that it can insert them in the database. // This would be the view //ESTO ES EL CODIGO QUE GENERA L...
asked by 27.10.2017 / 11:13
2
answers

Checkbox generated by default in append sends wrong value

Hi I explain, I have a script that generates inputs dynamically, it worked perfectly, the detection of checkboxes with this code: $(document).on("change", "input[type='checkbox']", function() { var checkbox_val = ( this.checked ) ? 'Si' :...
asked by 02.11.2017 / 17:43
3
answers

Convert a web into an app for android / ios?

Is it possible to convert web into an app for android / ios? How could it be done? With apache cordova, with phonegap or some other way? How could I add google cast and similar?     
asked by 26.12.2016 / 11:05
1
answer

how to show in a div another page according to the link of the page?

I'm making a web where I made a form where when I send it I create a new php file, I have a template where in a div I show the content of the new file created, I'm doing it with an iframe it loads me well and everything, but the problem that I h...
asked by 30.10.2016 / 14:10
1
answer

validate asp.net text field?

I have an asp text field: textbox in which I must enter 1 to 2 whole numbers from a keyboard created with button type="button", I have not used asp: button because this keyboard and this textbox are inside a modal of bootstrap, and if I used an...
asked by 06.04.2018 / 18:48
2
answers

as I print a custom message from a variable that I have my php file in ajax

This is my AJAX .. <!-- CREATE AJAX --> <script type="text/javascript"> $(document).ready(function(){ $('#create').click(function(event){ event.preventDefault(); $.ajax...
asked by 13.04.2018 / 21:28