Questions tagged as 'jquery'

1
answer

Embed combobox with data from the base in ajax

Hello good morning I have an ajax that what it does is load questions in an accordion I have a field which is an input text that I write some data in the database and it sends me the info according to whether it is embedded but now what I want t...
asked by 20.09.2018 / 13:56
1
answer

How to place 2 parameters to the input tag when the page is loaded

I am using the Bootstrap Tags Input plugin, and generating a dynamic table with php that I load through jquery with the Load method. This table has inputs where I show with tags what is stored there, for this I do so: <input type='text' v...
asked by 15.09.2018 / 19:33
0
answers

Validate and Get Json of a Form with Jquery

I am developing a way to get a json from all Input that are in a div determined with jQuery em>. This is almost finalized I need only one detail and I want to not show me the json until all fields are validated and also if I do not com...
asked by 09.10.2018 / 14:07
1
answer

C # - Scroll JS / JQuery after an OnClick event

I have a linkbutton with an onClick event that does something in code behind, but I would like it when I return to execute the on click event, there would be a javascript that would move the scroll to a particular div. I do not have much idea...
asked by 23.09.2018 / 12:48
0
answers

Update records with a for

$("#bntSimular").click(function () { debugger $.ajax({ url: "sendTophp/consultarEjeActual.php", type: "POST", success: function (ejecAct) { ejecucionActual = ejecAct; console.log(ejecucionA...
asked by 14.09.2018 / 15:24
0
answers

I no longer see the script executed in the browser console

I have this code in jquery and I always use the console to see how my application works. But now it does not take effect on the page and the console does not show the .php script that is inside the ajax requests. I was adding functions and su...
asked by 14.09.2018 / 14:29
0
answers

Using $ _session with jquery ajax

I am trying to hide a php using $_SESSION but it seems that it does not pass the first file. Here I show my files: ajax.php $('.button').click(function(){ var value = $('#valor').val() $.ajax({ type: "POST",...
asked by 19.09.2018 / 14:32
1
answer

Doubt about jquery

Some time ago I have doubts about how it is better to establish the functions of jquery, besides a curious doubt: In certain parts of the program that I am doing, I call the elements, for example: $(document).on('click', '.accountNotificati...
asked by 19.09.2018 / 10:58
2
answers

POST request with filtered data displayed in datatable - Jquery

I have problems to show the information filtered in a POST and I do not know what the error is, I am following the indications of the official page of Jquery to use the POST but when trying to show the data in the datatable I only see an object...
asked by 17.09.2018 / 18:34
1
answer

Error jQuery and Ajax, returns [object Object] of a SQL query

I have an error, and PHP does not return the query sql well. This is what I do: $(document).on('click', '.editarCliente', function () { var idc = $(this).attr("id"); console.log(idc); $.ajax({ type: 'POST', url: 'php/edit...
asked by 17.09.2018 / 19:35