Questions tagged as 'ajax'

1
answer

Codeigniter REST API does not answer

Good afternoon! I am making an application that uses an api rest system with Codeigniter REST API. I created the user registration function, and doing tests with postman, all perfect, you can register well and it does not give problems. This api...
asked by 20.08.2017 / 14:36
1
answer

Problem with dependent clerks

I have a problem trying to nest two select, this is my file up there all right, if I give a echo to the variable $ data it is showing me the id of the select that I'm selecting ajax.php public function obteneridpais(){ $datos = $this-&...
asked by 16.08.2017 / 17:14
1
answer

Increase sql field by pressing HTML button using PHP

I'm doing a website with PHP and HTML in which users upload photos with a title, an address, location and a description. In addition, there is a button to vote on said photo. The problem I'm having on that button. I can not get the SQL fie...
asked by 06.08.2017 / 02:04
2
answers

Ignore error in json from jQuery

I have the following problem when I make a call var googleAPI = "https://www.googleapis.com/books/v1/volumes/"+item.id; $.ajax({ type: 'GET', url: googleAPI, data: { pub : 'value' }, dataType: 'json', success: function...
asked by 04.08.2017 / 22:31
1
answer

Problem with jQuery and Ajax?

I have been trying to get the response from the server using a function between jQuery and Ajax, but as much as I send the information from the form I have no response from my request. I do not know what happens, because Ajax does not give me an...
asked by 31.07.2017 / 22:52
1
answer

send arrangements from ajax

GOOD I am trying to send an ajax array to java but it only sends me a data and I want it to send the ones I choose in the checkbox function checkBoxElm_fav() { var Selec = document.getElementById("Selec").value; alert("cheked" + Se...
asked by 31.07.2017 / 20:53
0
answers

Using jquery-ui to perform searches in a head, with suggestions results

I have built a search engine that is issuing suggestions as we enter text in your box, is inserted in a header with styles in Bootstrap, to create it, I have used php, MySQL, Ajax, JQuery and JQuery-UI (with its js and css), the search engine co...
asked by 07.08.2017 / 00:09
1
answer

Filling of inputs inheriting from other input

I'm trying to do an autocomplete entering only the client ID, I saw an example and I wanted to practice it to understand it, only when I want to run it in the FireFox console I get the following message    The character encoding of the HTML d...
asked by 26.07.2017 / 19:45
1
answer

Fast input with jQuery and AJAX

I am creating a page for a product and it has a customizer such as color, texture, name and quantity, it has the ability to generate the cart on the same website with ajax providing the possibility to modify the custom product previously. The...
asked by 24.07.2017 / 22:22
0
answers

LocalStorage Select disabled

I have this design And what I am trying to do is that those who are disabled save them in the localStorage and that when refreshing the page or close and open it again they remain disabled $(function() {...
asked by 24.07.2017 / 16:37