Questions tagged as 'ajax'

1
answer

Service Return

I have the following problem, I make an ajax call to my service and it returns me a paged list everything ok .. And I have a button where I download it to excel, only because it is a very heavy table and I can not paginate it in Excel, I just ha...
asked by 16.05.2017 / 16:05
0
answers

Function ajax / js does not work [closed]

Below is my code, with the function and the field. When testing does not work, I do not know what's wrong. I did this to check if that period already exists in the bank. But I do not even know how to check if the php file is receiving the data o...
asked by 15.05.2017 / 22:30
1
answer

Ajax problem while consuming asmx

When trying to consume webservice asxm returns unfenined when trying to call the myData.id field, but the result of data.d returns the values of the webservice correctly. $.ajax({ type: "POST", url: "Service.asm...
asked by 09.04.2017 / 05:53
0
answers

how to get the selected value in the combobox (h: SelectOneMenu)?

<h:form> <div class="form-group"> <label>Categoria de Produto</label> <h:selectOneMenu value="#{produtoController.produto.categoriaProduto}" styleClass="form-control" style="width: auto"> <...
asked by 28.05.2017 / 19:02
1
answer

Popular inputs with jquery and insert table rows at the same time

I have an input that when you insert the enrollment (ID) of a person, the rest of the table populate dynamically, and another row of the table is automatically inserted, which would work the same way, the enrollment and the rest of the row compl...
asked by 01.04.2017 / 06:22
0
answers

Chat in CakePHP

My colleague and I developed a chat in CakePHP 1.2 (the system is somewhat old) using Ajax. But the only problem is that it needs to be making requests to the database at all times, with a defined interval, in search of new messages, more or les...
asked by 27.03.2017 / 14:27
0
answers

Wordpress / PHP / Ajax Load More does not show posts in Windows

I have a Timeline page on my site and use the Ajax Load More plugin to use the infinite scroll. It's working perfectly on the local server when I test it on Ubuntu and on Mobile devices, but when I test on any device that uses Windows no posts a...
asked by 05.04.2017 / 19:53
0
answers

Php does not receive the data I pass with $ http.post from the angular

Hello everyone. I am trying to get some data that is passed by $ http.post to a php script. This is my angled ajax: $http.post('../_classes/chamaOddss.php', id).then(function(datae) { console.log(datae); }); This is my php s...
asked by 09.03.2017 / 16:18
0
answers

Ajax request with JQuery

Good morning, In my work, a biometric reader system was implemented to control the exit and entry of personnel. Such a system has an API that gives access to your data. Every API is in Ajax with JQuery. I looked at W3Schools on link and lea...
asked by 08.03.2017 / 14:52
0
answers

How to return a closure method out of scope when there is ajax response

I did the following method using the xeditable library: $('[data-id]').on('click',function(e) { e.stopPropagation(); var _self = $(this); var id = _self.data('id'); var editableElement = $('.item_editable_'...
asked by 07.03.2017 / 13:52