Questions tagged as 'ajax'

1
answer

Problems hide / show a4j commandobutton

I have an "a4j commandButton" that I try to update from a combo that has the following event change so it can be seen on the screen: <a4j:ajax render="modelNameNew, prueba " event="change" execute="@this" /> <a4j:commandButton id="pr...
asked by 11.03.2016 / 12:57
1
answer

How to paginate 2 lists with laravel

as I can page 2 lists with their page each one that at the time of paging does not change the data in the 2 lists if only change where I am paging.     
asked by 13.04.2016 / 19:13
1
answer

Help with ajax and Django 1.9

I find myself doing a search engine with ajax and django that throws me results as soon as I write a word in the search engine but I have not been successful. supposedly I already have everything. in the console shows me this when I do a sear...
asked by 26.04.2016 / 03:43
1
answer

Return Object C # by AJAX (Json - ASP.NET - MVC 5)

I am working on an application which contains a 'Kanban' board (Some will know what it is). I am trying to return a C # object, which contains other objects (which would be the tasks that the user has created on that board). What I want to do is...
asked by 12.09.2018 / 15:50
1
answer

Abort by ajax a loop on the server c #

how are they? I have a problem that I do not know how to solve it ... I hope you can help me. I tell you, by ajax I make a call to the server that stays in loop until a card is passed through a reader connected by com port. If the user makes the...
asked by 10.07.2018 / 22:15
1
answer

How can I validate with my id in ajax?

I am faced with two problems related to it, to be shorter I have the solution for each of them separately. The first one is: Add field in php; The second: Place a code and click on another side, button, space, etc. Show in an input the name o...
asked by 15.05.2016 / 23:37
2
answers

Send files by ajax in laravel

I have a form with ajax and I need to send two image files, if I send it without the ajax it works well, but I want to send it with ajax and it is not working. The data is received but it does not send the file by ajax, So the question is: Ho...
asked by 27.04.2018 / 18:41
1
answer

How to send error or info messages to the view with ModelState?

I have the following form with Ajax.BeginForm using (Ajax.BeginForm("MiAccion", "MiController", new { ReturnUrl = ViewBag.ReturnUrl }, new AjaxOptions { OnSuccess = "OnSuccess", OnFailure = "OnFailure" })) {...
asked by 21.06.2018 / 19:31
2
answers

onchange does not send the value

I have a problem with AJAX, I have a field in HTML: <input type="hidden" id="numreporte" name="numeroreporte" value="30" > And I have the following function: function valnumreport(){ $.ajax({ type: 'POST', url: 'ru...
asked by 22.06.2018 / 17:57
1
answer

Uncaught TypeError: Illegal invocation

I have two input ("inputReservaNumero" and "inputReservaCodigo") and a button ("buttonChangeReservation") inside a smartwizard. What I try to do is take the values of the two inputs when I press the button and make an AJAX call, but I get this e...
asked by 21.01.2018 / 13:16