Questions tagged as 'jquery'

1
answer

Validate multiple files with jquery

How are they? You will see I am doing a validation with jquery of uploading multiple files for which I have this in the html code: <input type="file" name="name_imagen[]" multiple="multiple" id="name_imagen"> and this with jquery:...
asked by 06.09.2016 / 22:19
1
answer

Laravel: fill a select with values of tables with a foreign key

I am having some problems when generating select fields with data in my bd, the scenario is as follows: I have 5 tables: shopping cart: id, name, description, total_price Car_beverages: id, beverages_id, shopping_car_id (foreigner)...
asked by 06.09.2016 / 05:42
1
answer

Error sending a JSON.stringify by means of an onclick event in javaScript

I want to send an associative array by means of a onclick event, when I send it when I capture it I get [object object] then try to send it of type string using JSON.stringify() I do it in the following way: Event...
asked by 12.08.2016 / 16:34
1
answer

go through a list in jsp

I have a result saved in a list, the list is passed to a jsp by means of a servlet, with that list filled with a select and depending on that select (name = nomFuent) an input must be completed (name="nitfuente "), how can I do it. servlet...
asked by 16.08.2016 / 07:19
1
answer

Error consuming service

I have a problem when consuming a Rest service with Jquery, I have no problem with tools like Insomnia or the browser. $.ajax({ type: "GET", url: "http://sanguchi.esy.es/peoples", contentType: 'application/json', dataType: "json",...
asked by 10.08.2016 / 01:02
3
answers

Form with steps

I'm trying to make a form with steps, I mean, so the form does not take up a lot of space, instead of doing it all the way I would like to do 3 or 4 inputs, for example, that the user gives a button next and then more inputs appear. The progress...
asked by 08.09.2016 / 12:34
3
answers

Referencing an object loaded from a JSON

I try to make a plugin that loads a JSON from google book. In principle it is very simple and I use a single file. The jquery function receives the JSON and with console.log(data) Shows it correctly. The problem comes when I try to print...
asked by 22.12.2016 / 13:23
3
answers

Synchronize two-layer view (div) with the Horizontal Scroll [closed]

On my page I have two layers (div) with horizontal scroll each ... how can I do to move a scroll the other also move to synchronize the view of both layers? <div id="divGrid" align="center" style=" overflow-x:auto;" > <div id="c...
asked by 17.07.2016 / 17:12
2
answers

Problem onunload event in IE and Safari

First of all, hello everyone and thanks for your time. I'm making an application with Jquery Mobile and I have a big problem. When a page is refreshed, all the dynamic content that has been generated from the page is obviously lost, leaving o...
asked by 05.07.2016 / 11:47
1
answer

Edit DATATABLE of JQUERY

I have a DataTable filled with a query, the problem is that in the database I do not have as many zeros as it shows in DataTable How can I remove them? In addition to this how can I edit some characteristics of DataTable...
asked by 29.07.2016 / 18:56