Questions tagged as 'jquery'

0
answers

I do not upload image when uploading it to the server

I've been trying to make a code to upload an image to the server folder and the path appears in the database, until now I'm just looking at the variables of name, category and that, but only me load the gif and I do not get the information. T...
asked by 21.12.2018 / 16:30
2
answers

Display data of a selecct with JQuery, if the value comes from MySql

How to show the selected option of a select with JQuery, in a form at the moment of modifying the data, if the value of the selected object comes from MySql This is my php code ... <div class="form-group" id="selectRama"> <...
asked by 13.06.2017 / 18:59
2
answers

How do I see a variable from another script?

I make it short. I have certain variables in script1 collected from html1 , and I want to see some from script2 when loading html2 . I tried using global variables, but I can not. I see them empty from script2 . I guess it's due to a ques...
asked by 17.01.2017 / 21:50
1
answer

Events javascript [closed]

Good morning, This is a row of my table, each of them has an onclick event. Pressing on the select calls that event something that it should not do. How can I do so that if you press on the select, open the select and if you press outside the...
asked by 17.01.2018 / 15:15
1
answer

Image in Scroll [closed]

I need to put an image in the scroll, instead of the default scroll. Do you know if you can put an image in the scroll? either with css or jquery Thank you!     
asked by 28.10.2017 / 00:29
1
answer

laravel command to run a blade

hello I want to create a command in laravel that runs once a week to call me a blade, that has a script and that combines ajax and php which generates some images I already have the command as php artisan img :: images <?php namesp...
asked by 05.03.2018 / 15:41
1
answer

How do I pass data-id to a php variable?

I have a table that I fill from a database in this table. I have a column with a column where, when I click on it, a table should appear in a modal form where data from that row's data is stored. The problem is that I do not know how pass the id...
asked by 09.10.2017 / 18:15
1
answer

array is a reserved word in jquery? [closed]

Good morning. array is a reserved word in jquery? var indices= []; var generarAleatorios = function(array){ if(indices.length<array.length){ while(indices.length<array.length){ var numAleatorio = M...
asked by 03.10.2017 / 19:30
1
answer

subtract values from an array and add another value [closed]

I have this array: var distanciaCentroUltimo = [790,850]; var tamaño = 2455; by means of a for, how do I make the following?    2455-790-850 = 815     
asked by 21.04.2017 / 20:59
1
answer

How do I get a file in JS and send it to ASP.net

Good day. I'm working with C # and ASP.Net on the server side and with JS and html on the client side. I have a form similar to this <form id='frmForm'> <label>Subir Archivo</label> <input type ='file' id='file' /> &...
asked by 17.12.2016 / 21:56