Questions tagged as 'ajax'

1
answer

fadeIn jquery in the calling of a function

the problem is that I need to apply fadeIn a function success: function(data){ console.log(data); viewUser(); } when the success occurs the viewUser(); will update the user table, the problem is that I would like...
asked by 07.02.2017 / 14:51
1
answer

How to capture the exception generated by a controller?

I have the following code that generates a report in PDF: public void reporte(int ID) { try{ System.Data.DataSet ds = new System.Data.DataSet("Hoja_Salida"); DataTable dtEmpresa = Empresa.Obtener(Convert.T...
asked by 27.01.2017 / 20:08
2
answers

badge in a select to show an accountant

I am looking for a way to display a list that contains the number of students per room, that is: Ex: HTML <div class="form-group"> <select class="form-control" name="selecgrupo" id="selecgrupo"> <option>Selecc...
asked by 02.01.2017 / 15:18
2
answers

Sessions do not appear when I make a call by ajax

Friends I had a problem with the sessions, because I can not recover them when I call them by ajax from another domain (the ajax calls the previous domain) I create the sessions in this domain ( link ) and then I call that same domain with...
asked by 03.01.2017 / 18:00
0
answers

Calculate answer time for Progress Bar

I have a function in AJAX that returns a file. What I want to do is implement a Progress Bar with a percentage so that the user knows how the download of their file is going. Use C # MVC4 , my method in the controller is a FileResult , and...
asked by 13.01.2017 / 05:07
1
answer

Autocomplete an input dependent on another

I have the following: a form with a customer fields and another appliance field in the database, each device is related to a customer by means of the primary customer key. what I need: At this moment I already have the completed car running i...
asked by 29.07.2017 / 23:02
2
answers

How do I describe data in a laravel blade?

I have a data that comes from the encrypted controller, this with the intention that the user does not see a data that I bring from the controller, I do not know if there is another way to do this. The data is encrypted as follows: $valores...
asked by 30.07.2017 / 03:58
0
answers

Show in a tab the content of a [closed] model

Good I am trying to show the content of a model in a template, the problem is the following one: I do not know how to do to show the content depending on the option to which you click. Since I am using a for in the template, only the cont...
asked by 31.01.2017 / 15:27
0
answers

F3 - Download CSV generated with PHP in AJAX [closed]

I have a web application that generates a CSV from a query to a BD, which I want to download, I am calling the route that generates the file through an Ajax request, but I have no idea how to download it. file. $.ajax({ type: 'POST', u...
asked by 20.12.2016 / 19:47
0
answers

problem with plugin ideal forms 3 for jquery

I'm putting together a system that uses html + css + php + ajax + jquery, so far I've been using pieces of code to build the system and everything is fine however I have a problem with a plugin for jquery called ideal forms (v3) I want to use fo...
asked by 15.12.2016 / 19:23