Questions tagged as 'javascript'

0
answers

How to add data from a modal to a view create in Laravel

I have a view to create where I call data from a table called Computer and inside it I have a modal that contains a foreach that brings me the data of a foreigner. What I would like to know is how to add the data of the modal to my view create,...
asked by 21.11.2018 / 18:04
0
answers

how to put 2 tables in sql SELECT *?

I made a mini system to upload photos as profile and cover, but when I put the two includes 1 if it works and the other. If anyone knows help me please I'm a novice in this include ("conexion.php"); $sql="SELECT * FROM 'daniel_banner...
asked by 23.11.2018 / 00:07
0
answers

Run a query every hour with php

I have the following query $query = "UPDATE cat_marca as tabla_c SET tabla_c.precio = (SELECT tabla_c.precio * tabla_b.porcentaje FROM cat_concepto as tabla_a INNER JOIN cat_depreciacion...
asked by 22.11.2018 / 23:01
1
answer

Launch event of a hidden element html

I have this html table: <table> <tr> <td>A</td> <td><img src="img/d1.png"><input type="checkbox" class="ocultar chk_asiento" value="A1" onClick="asignar(this);"></td> <td><img src="img/d...
asked by 22.11.2018 / 23:32
0
answers

Scroll with buttons in javascript

I'm trying to make a series of horizontal scrolls that scroll with two buttons in javascript and for now this is what I have, to see if you can help me. I've done the code like that a bit roughly. That is, imagine a horizontal list with image...
asked by 27.11.2018 / 15:31
2
answers

Empty fields are added to mysql from insert in php with modal windows

What kind of friends am I struggling with a problem since 2 days ago? Empty data is added to my table but in the insert I do not even call that field it does not even exist. I am following this tutorial to the letter and even then it do...
asked by 27.11.2018 / 18:24
2
answers

How to apply a numeric quantity format to an input

I am trying to make a function that applies a certain numeric format to an input. Through an onblur a function that applies to an amount that can be written in the following way "145151,65" can be formatted as follows "145.151,65" Currently on t...
asked by 27.11.2018 / 15:39
0
answers

Combo Box add format

Good day. I want to format my combo box so that I stay as follows: The point is that I have not been able to give it the correct format and now I have it all piled up showing it in the following way: What would be the best way...
asked by 22.11.2018 / 03:50
1
answer

help with jquery to select table checkbox dynamically created c #

What friends have the following problem, I am generating a dynamic table with jquery result of a query to a method of c # the method is public JsonResult GetRequirentes(string term) { var Result = from c in db.MtoRequirentes...
asked by 01.12.2018 / 13:45
1
answer

validate date is not less than today's

I am trying to do a validation, where the date chosen and the time is not less than today, I can not use any other framework or library more than js or jquery <script> $(document).ready(function(){ $("#fecha").change(functi...
asked by 21.11.2018 / 23:11