Questions tagged as 'jquery'

2
answers

Multiply PHP and jquery variables showing result in a div

I have a table with the Price field that is extracted from mysqli by php, and another field Quantity that is a select (values from 0 to 10) that I extract with jquery, occupy jquery to detect the change of value of the select. How do I show the...
asked by 01.09.2018 / 20:49
0
answers

A circular reference was detected while serializing an object of type 'System.Reflection.RuntimeModule'. MVC

When I save some data in the BD, this error comes back to me    A circular reference was detected while serializing an object of type   'System.Reflection.RuntimeModule'. It is through an Ajax petition $.ajax({ type: 'POST',...
asked by 01.09.2018 / 23:18
0
answers

Error with TableSorter - JQuery

I'm wanting to order, but when I click on the headers, this happens. When I do it with a table created in hard (hard data) it works perfectly, also when the data is already loaded from the beginning with PHP, but when I fill the table f...
asked by 03.09.2018 / 09:41
0
answers

how to take values of 3 forms in different arrays and then save them in one with jquery to send data by ajax

I would like to know the best handle of joining three arrays that contain different values, in a single array and then send all the information obtained by ajax . The way I am capturing the data is as follows: var data = []; var data...
asked by 02.09.2018 / 23:30
0
answers

How to submit to a jsp from a modal window?

I have the following method in my controller that retrieves data from a query that I have in other methods @RequestMapping(value= "/obtenerDatos") public void obtener(HttpServletRequest, HttpServletResponse, Model model){ Object attribute...
asked by 12.09.2018 / 05:34
1
answer

How to autoincrement a variable 1 in 1, according to dynamically created record, jquery?

I currently generate a list of products dynamically in this way: var listado_ofertas_adicionales = $('.listado_ofertas_adicionales'); valCarrito = response.data; $.each(valCarrito, function (i) {...
asked by 12.09.2018 / 02:04
1
answer

How to get the value of several dynamically generated input, Jquery?

Good day. I generate a list of products in a table dynamically in the following way: var productos; $$("#productos").blur(function(e){ console.log("Mostrar resultado del producto"); var CodigoInventario = 0016; //-...
asked by 31.08.2018 / 18:38
1
answer

Detect if a field is updated with Javascript or Jquery, without using a trigger

I have a very extensive template, and there is a form that updates the value of a text field with Javascript or Jquery, this function has not been able to locate it, and I need to detect when this field is updated, I have tried with all these fu...
asked by 31.08.2018 / 18:12
2
answers

Stop hover with a jQuery click

I am working with HTML5, Bootstrap, JQuery and CSS 3, I have a grid in which the div starts to be marked according to the color of the selected button, the div is not started until you click where you want to go start painting. This is wh...
asked by 03.09.2018 / 18:07
1
answer

Load select dependents in Dropdown in update with Codeigniter

Good day, it turns out that I want a page of data update in which I load dependent select with jQuery and Ajax (which I already have it preconfigured in another page where I do it as a new record ~ and the information is load of the db). I sh...
asked by 02.09.2018 / 03:39