Questions tagged as 'ajax'

2
answers

Difficulty with AJAX and JSONP

I have a problem with the ajax return with jsonp, it returns json, but I can not work with it. Code: $.ajax({ method: "GET", url: "http://minasul.tecnologia.ws/previsao/index.php?tipo=TODAS", async: false, contentType: "...
asked by 13.08.2015 / 14:17
1
answer

window.open () does not load the page

I'm trying to open a link in a new window / tab but when it opens it does not load. Controller: public static Result loadCreateArtigo(){ return ok(request().host()+request().path()); } JavaScript: $.SmartMessageBox({ buttons...
asked by 29.07.2015 / 11:36
1
answer

Pass array from javascript to php with ajax feature

Good morning everyone. I'm here with a question in a php / jquery job and I wanted you to help me In a javascript file I have this code here var categorias; var categoria; var array = []; $(document).ready(function(){ $.g...
asked by 09.04.2015 / 15:21
0
answers

Arrow Navigation in Div [closed]

I'm doing an autocomplete in jquery and ajax , the results obtained by ajax I'm putting in <div> . I would like the user to be able to navigate with the arrow by the results, leaving <input> and na...
asked by 06.05.2016 / 18:57
2
answers

What is the best way to upload files with Ajax?

I could get a code on the internet paste here and try an answer but I'd rather have it help me with the logic and programming of a script to upload images in Ajax. I do not know how to start, I'm a beginner but I already know some things about j...
asked by 05.08.2014 / 15:23
0
answers

Update form and div data from the same page by clicking a button

I have a page that has a form and an image. This form consists of 3 buttons that access "tips", a field for response, and button for     "Check Answer" and "Next Question", and a "Score" field. Well, clicking on the tips it shows correctly, a...
asked by 09.05.2015 / 07:10
0
answers

MvcSiteMapProvider with ajax

So I'm trying to set up a menu through ajax requests using the MvcSiteMapProvider, but when I try to access my CurrentNode in my ajax request, it's giving as null My ajax request $.ajax({ url: '@Url.Action("Men...
asked by 04.05.2015 / 22:29
1
answer

Request ajax with user IP

    
asked by 22.09.2015 / 06:34
1
answer

Invoke ajax error

I'm using, to show you're loading while shipping the client to the web service via php //Tipo do método type: "POST", url: "../Processos/AcCadasCliente.php", data: $('#formulario').serialize(),...
asked by 31.07.2015 / 22:14
1
answer

How to stop $ (window) .scroll in an on-demand query

I make an on-demand query on my page, I bring the information from the database as the user uses the scroll. $(window).scroll(function(evento){ evento.preventDefault(); var init = $(".canal .lista ul#dem").length; carregar(init + 1...
asked by 17.07.2015 / 22:33