Questions tagged as 'ajax'

2
answers

Create App by manipulating external site

I want to create an app for a site that has no mobile version, so I need to show the user only 04 fields on the screen (login, password, sign up and ok). How can I do this? The site is not mine and I do not have access to the source code....
asked by 26.09.2015 / 15:21
1
answer

How to do pagination in CodeIgniter using AJAX?

I'm having a hard time finding a way to do paging using AJAX. I am accustomed to doing it both traditionally and directly with the server using Codeigniter as the application framework . However, this time I need it done without the refresh o...
asked by 24.12.2013 / 12:03
0
answers

Problem with AJAX WEB environment

Good afternoon. I have an application on localhost is working perfectly, but the WEB does not follow the image: Localhost WEB Thelistofproductsinthiscaseisgreat,andonthewebitworkswhenIselectonlyhalfwaythroughthelist,thelatterdoesnotwork,Ipas...
asked by 23.10.2015 / 18:18
1
answer

Autocomplete with jQuery and Django

Hello, I did a search on the site, but I did not find it, if anyone knows a link that already deals with this subject, please post. Next, I did an autocomplete in a Django form with jQuery and jQueryUI, in that form I have a foreignkey and I...
asked by 24.08.2015 / 16:18
1
answer

Onchange event with two selects

Well, guys, it's a problem. Function ajax to trying to load a list of clients and each client there is a property for creating reports. Ajax code: function CarregaPropriedades(Cliente) { if(Cliente){ var myAjax = new Ajax.Update...
asked by 19.10.2015 / 15:01
1
answer

Refresh datatable when performing autocomplete search

Good morning everyone .. Could anyone get a question? Good is this, I have a component of primefaces autocomplete and a datatable, however when I perform a autocomplete search, it does not update my datatable, how do I do this? Below is my au...
asked by 27.08.2015 / 16:11
0
answers

Ajax routine question populating the page itself

Just a doubt. In the ajax URL field, when I work with MVC, I usually place the action / controller. Well, in my case now I have a asp page. What happens is that the ajax is on the same page that I'm going to load. I'm asking this because it did...
asked by 22.09.2015 / 19:48
0
answers

how to save a block with information to each click event in the bank?

I made a jsfiddle to exemplify what I'm looking for: link $(document).ready(function(){ $("#btn-bloco1").on("click",function(){ $("#bloco1").hide(); $("#bloco2").show(); }); }); Let's say I hit the próximo t...
asked by 22.09.2015 / 17:36
1
answer

smartphone photo in the file HTML field

Colleagues. I have a web-based system developed in PHP and this system is compatible mobile. When I click on the file field, it gives the option to use the camera, but when I take a photo, it refreshes the page and does not appear in the fiel...
asked by 26.03.2016 / 22:52
1
answer

Data returning with space

I am making a ajax call with jQuery on a controller in CodeIgniter . The problem is that when jQuery returns me the data, it is coming with some spaces in front of the result, being for example: (ESPAÇO) (ESPAÇO) (ESPAÇO)...
asked by 01.08.2015 / 23:57