Questions tagged as 'jquery'

1
answer

Change values of radioButton elements to ComboBox!

Hello Good morning to all, what happens is that I am developing as a migration of a simulator, and the problem is that some radiobuttons, certain parameters are loaded at the time of puncturing and those values are filled in an input depending o...
asked by 21.11.2017 / 17:15
2
answers

Make Ajax calls within a loop

I must make Ajax calls with dynamic parameters, I use the $ .each to go through the values of the parameters and send them to the ajax call but apparently they run at the same time, and I want it to run one after another, as it is dynamic I do n...
asked by 09.10.2017 / 23:40
0
answers

Pass data to ajax

I have an array of JSON strings and I want to pass it to ajax, but I do not know how to send it and how to receive it from the server side, any ideas? $.ajax( { url: "WebS/webServices.aspx/funcion", type: 'POST'...
asked by 09.10.2017 / 18:14
0
answers

Differences in jQuery in localhost and server

I have this jQuery code: (function($) { $.fn.extend({ WETotalScroll: function(opts) { var object = $(this); var position = "top"; var domHeig...
asked by 10.10.2017 / 15:53
1
answer

Problem with Gulp Build

In my project I am using Gulp. I have two problems: Do not copy the images to the dist folder. I am using imagemin . I have already checked the directory multiple times, but I do not see the error. My folders are organized as f...
asked by 31.10.2017 / 14:45
1
answer

doubts about response time json ajax

I have a query in which I consult a record which I do with ajax and I get the data in json. now my questions is how I could optimize the response time since for example the query takes about 4 seconds, the table that I consult has ten rows, then...
asked by 31.10.2017 / 23:57
1
answer

className in Datatable

Good first of all, I'm doing the Datatable example of showing additional data in a row. In the field of the image instead of using an external image I want to use the one that the jquery icons bring, so when I build my json object I put <a...
asked by 06.10.2017 / 05:09
2
answers

Sending form with jquery and ajax [closed]

I have 10 dynamic forms, to identify them I put a counter that goes from 1 - 10 depending on the forms that are created in the database. How can I send 1 of these forms to me only when submitting? I have tried and jquery tells me the 10 fo...
asked by 13.11.2017 / 22:19
1
answer

Datatbles js does not detect the displayed data

At the moment of wanting to initialize a table of Datatable js without ajax I can not show the data that the view already showed, I put the following example code <table id="products-table" class="table table-bordered table-striped table-ho...
asked by 18.09.2017 / 19:27
2
answers

Help with JQuery - Confirm

Good day forum. Some suggestions to be able to perform the removal execution by means of a jquery confirm. My deletion is done by php and I intend to execute it under $ .alert ('Prospect Removed'). My question is through which process I can e...
asked by 03.10.2017 / 21:12