Questions tagged as 'ajax'

3
answers

Total cleaning of div tag

Good afternoon everyone, I'm working with highcharts graphics, everything works fine, but I have a problem. I'm using Ajax to create all the charts, however the "standing" chart has certain "little mistakes" that do not let me make it so dynamic...
asked by 18.07.2016 / 22:37
1
answer

capture more than 1 value with ajax and laravel 5

I have in my view two selections with data, which I want to capture their values. I can do it with a select and the $.get method, but I do not know how to do it so I can capture two data and take it to a controller. I do not know if my...
asked by 12.07.2016 / 00:56
1
answer

show summation of mysql columns and their columns

I've been googling and I do not quite understand how to show the sum of a column and show the values of the columns I add. for example: Table Users id, first name, value1 value2 I would like to show the sum of the values 1 but I would l...
asked by 27.12.2018 / 09:39
2
answers

How do I visualize the image

I was wondering how I could show an image in a form that shows information of the fields of a table depending on its id, I am not saving the image in itself, but the address of the folder where I have saved the image. and I would like t...
asked by 14.11.2018 / 19:35
2
answers

Django, Do not send data to the bd with ajax

By pressing the submit button of the form. go to the error function of the script.js file, when looking at console " POST / HTTP / 1.1" 200 28518 , the database is postgres. is not saving the data, I have reviewed several pages online bu...
asked by 06.11.2018 / 13:51
1
answer

Pass array of inputs to a MVC controller

I have the following Ajax and HTML code. $("#filter_frm").submit(function (e) { e.preventDefault(); var data = $(this).serialize(); myChart.showLoading({ text: 'Cargando', color: '#c23531',...
asked by 16.11.2018 / 10:35
2
answers

How to store the value of a json result, remove it from the ajax and convert it to global? [duplicate]

I need the user's data that I'm getting via ajax using json and store them in a variable so I can use it outside of ajax. The user data variable should store the data but when the stored ones are only displayed while it is inside the ajax and...
asked by 12.10.2018 / 04:44
1
answer

Show checbox already marked with jquery

I have a fullcalendar and clicking on some day will show me a form, the user enters the normal data and must select some people assigned to that event with a checkbox. (There all good). Image with created events: link Image of the regist...
asked by 18.09.2018 / 22:13
1
answer

Help with consultation in AJAX

I am using ASP.NET, C # and AJAX. What I need to do is send a number of n questions for an exam, where that amount n is a number that the administrator previously registered in a form that sends the data to a database. I already managed to g...
asked by 01.10.2018 / 17:24
1
answer

Change the data I receive by POST from a modal

I'm with the edition of the orders through modal and AJAX. The problem is that in the order table the "Product" field is a number, but in the modal I get the name of the product, eg: Diode Laser "thanks to a query that you make to get the nam...
asked by 12.09.2018 / 06:11