1
vote
3answers
45 views

Get image src from ajax response

I'm trying to change an image source with an image path I'm getting from a php handler with ajax. What I'm catching is: "img/blah.jpg" This is my ajax: $('.name').click( function() { //var e = ...
1
vote
1answer
80 views

JQuery AJAX call throws Access-Control-Allow-Origin Error

I'm working on a project where after using $.ajax to make a GET request, I receive an Access-Control-Allow-Origin error. However, the GET request is sent to the server and the response is the ...
0
votes
1answer
39 views

Custom API get response only when paramenter changes (jQuery GET)

Thank you to every user in Stack Overflow for your help. I am facing a strange problem: There is an API that belongs to a surf company. Basically, it returns the station location, the wind strength, ...
-2
votes
1answer
75 views

jQuery/AJAX mysteries [closed]

I´m stuck with this AJAX problem I can´t get my head around. Everything seems fine, except it doesn´t work. What I´m doing is a simple jQuery.ajax GET request to my own server. Firebug and the server ...
1
vote
0answers
26 views

JSON response for API - several each statements for jquery [duplicate]

I figured out the issue.. and I am still having issues.. here is how the JSON looks. How do I get the array from toprefs when there is no name for the different arrays? Below is the JSON: -{ ...
1
vote
1answer
185 views

AJAX - get response body in success and error

I am apologize for the stupid question, but I need your help. I need to get information about response inside AJAX. $.ajax({ type: "POST", url: '/register', data : ...
0
votes
2answers
36 views

A bit confused on how to respond to rail 3's remote link_to's…

I use rails remote => true on form's all the time. In jquery I use the 'ajax:before' and 'ajax:success' to pick up the events on the page and in the controller I do the following to respond to ajax ...
0
votes
0answers
2k views

jQuery: Responsive Side Slide Horizontal Menu? [closed]

I'm trying to create a navigation that only appears on smaller screens and slides out from the left hand side.. Exactly like this essentially and just wondered if anyone had come across any plugins ...
0
votes
2answers
132 views

Ajax response not calling success:function() when using jQuery 1.8.3

Ajax response not calling success:function() when using jQuery 1.8.3 but the code is working perfectly with jQuery 1.4.2. Here the code: <script type="text/javascript"> ...
2
votes
2answers
121 views

jQuery AJAX replaces submitted form with form (good), but it wont submit a second time

Im using a loop in PHP to display the data for users in the admin section of a CMS. Each row (user) includes a few icons that I want to connect to commands (ex: edit, delete, etc). The last row of ...
0
votes
0answers
51 views

jQuery Multi Button Toggle?

I'm after creating what seems to be a simple toggle, but with some specifics within... Basically a range of buttons, you click on one and an information window above slides down from above, within ...
2
votes
1answer
80 views

i want to display a success image after filling up each text fields or selecting the categories using ajax or jQuery

Here is what i have done ..i want to display the image after input fields is fill up the first field is working now how to add extra input fields to display that particular image on that input fields ...
0
votes
1answer
191 views

Jquery ajax login redirect

I' have a simple popup login, which returns status into div(if pass is not correct) or redirect to the main page. Here is code for handling request: $.ajax({ type: "POST", url: ...
0
votes
1answer
83 views

Autocomplete JSON response not working

im getting response in json (can check in firebug), but this wont parse the json response and no results displayed. what m i doing wrong? i could'nt find anything on doc ...
0
votes
0answers
22 views

Handling update failure

I have a form which sends the value of a text field via ajax to a controller. The controller attempts to update the domain object but validates the user input first. Say that the validation fails (an ...
0
votes
2answers
45 views

Timing issue of passing JSON object between functions creates error

My function below makes and AJAX call and since it is an invalid JSON object returned I have to manually parse the results into a valid JSON object (which works). The problem is when I am passing the ...
0
votes
1answer
674 views

I can't parse a Jquery ajax JSON response

I am trying to parse the JSON results from an AJAX call, but do to the limitations of the server I am only able to get one large string. There are several elements returned, but the data I need to ...
0
votes
3answers
138 views

HTML response header is null in firefox/chrome but works in IE

I have used a simple script to get a response from a PHP page, but the response header is empty in firefox and chrome but not in IE. The snippet of my script is: var request = makeHttpObject(); ...
3
votes
3answers
108 views

$_POST persistency using an AJAX call

I am trying to set up a comment system, in which when the users sends the comment it is displayed on their screen as if it were already stored on the database. My question is: what would happen if the ...
0
votes
2answers
240 views

JQuery Ajax Error Text

I would like to set the error message on Ajax error operation from Java Servlet. request.setAttribute(BreezeWebConstants.ERROR_MESSAGE, errMsg); response.setStatus(HttpServletResponse.SC_FORBIDDEN); ...
0
votes
0answers
57 views

jQuery html on table no source available

I don't know if i'm barking up the wrong tree or if im just being a knob... I am doing an ajax call and on succeed, I replace of my table, with the returned response using .html. ( I have also ...
0
votes
2answers
75 views

What should be a safe, secure, correct server side password validation response?

I am trying to implement a page where the staff can login and add, modify, update work cases. I have a select list with data (staff names) loaded from a DB. In this DB I have the basics, username, ...
0
votes
1answer
118 views

jsonp, crossDomain:true success undefined response

Again, I'm at the limits of my ability. I'm using jsonp in jQuery ajax to get around the unsecured/secured on the same page restriction. I've discovered that supplanting jsonpCallback for success ...
1
vote
0answers
97 views

jquery captcha response no reaction

Hi I have a small problem with getting back information from the response with the captcha. This is my "register script and this works oke. $("#submit_button").click(function() { // refresh ...
0
votes
1answer
294 views

How to use response.js

how can i change <header>...</header> innerhtml with response.js. I've found only how to shange src of images, maybe somebody knows how to change html inside the divs. Thanks in advance.
1
vote
1answer
1k views

How do I get the response time from a jQuery ajax call?

So I am working on tool that can show long a request to a page is taking. I am doing this by using jQuery Ajax (http://api.jquery.com/jQuery.ajax/) and I want to figure out the best way to get the ...
3
votes
3answers
89 views

Jquery response from post

Problem I have.... I have listener script in php that does this: if ($count != 1) {echo 'no';} else { echo "yes";} So it echoes "yes" or "no" depending if task was success or not and on my page I ...
1
vote
1answer
281 views

How to send json response from controller to jQuery and inspect it?

I have this problem : I'm checking user email in controller and sending json successfull response if it is already taken and add css styling of input, also I need to prevent submit and add some ...
0
votes
2answers
378 views

Jqgrid dynamic combo box population not working

I am trying to dynamically populate an inline combobox in the JQqgrid. The ajax request is sent to the "dataUrl" parameter however I am unable to set the response successfully to the combobox. Neither ...
0
votes
2answers
151 views

Return JSON or HTML when form is submitted using PHP?

I need to add a small form to my site. I would like users to be able to submit the form using jQuery's $.ajax() and have the errors displayed by highlighting the invalid fields with a class. I am ...
0
votes
0answers
594 views

Jquery $.ajax() response very slow

In my webpage (questions.php), I used a button, when a user click on it $.ajax() loads a form for user to ask question. This form is a separate page (ask_question_form.php). I used the following ...
1
vote
1answer
361 views

jQuery animate to center of elements with varying widths

I have been messing around with this all morning, I know little to nothing about jQuery...apologies. I have four menu items (that are images) that will be contained in a responsive grid. When ...
0
votes
0answers
199 views

How do I set a JSON response and retrieve that with jQuery form plugin?

In my server I've got the following code: response.getWriter().write(myJsonString); response.setContentType("application/json;charset=UTF-8"); response.setHeader("Cache-Control", "no-cache"); return ...
1
vote
1answer
3k views

Ajax response in bootstrap modal

I'm using twitter bootstrap modal and jquery to submit form in that modal. After AJAX response I cannot submit this form again. In AJAX response a get html data with this content: <form ...
0
votes
1answer
98 views

jquery can't decode json with c-cedilla

jQuery is failing to parse what appears to be a valid json response that includes the french C-cedilla character. The jQuery json request is this: $.ajax({ url: "retrieve", dataType: 'json', ...
0
votes
0answers
171 views

Jquery Ajax request no response after a few hours

I use this topic because i don't know how to describe my situation, Below is my environment AppServer: Tomcat 6.0.35 JDK:1.5.0_22 JQuery:1.7.1 LDAP Server:SunONE LDAP 5.2 Database:Oracle 11g ...
0
votes
1answer
177 views

How do I use data passed back in the response from ajax jQuery?

I am trying to use the response from a jQuery ajax request to set the innerHTML of a div with a certain id. This is the code I am using: $(".show_comments").click(function(){ var articleName = ...
2
votes
2answers
541 views

Ajax status code 0 on page reload

I have an application, which retrieves some page data via $.ajax call on page load (no other bindings, like 'click' etc.). In a scenario, when user reloads page (or navigates to another page) before ...
1
vote
2answers
1k views

jQuery Form file upload IE8 error response null

I have an issue specific to IE8 with the jQuery form plugin. I am uploading a single file through a multipart/form-data and am using the jQuery plugin to do error handling. Everything works fine in ...
1
vote
1answer
2k views

How to get Response Header location from jQuery Get?

So I am trying to get the location from a header response via jQuery get. I tried using getResponseHeader('Location') and getAllResponseHeaders() but they both seem to return null. Here's my current ...
9
votes
1answer
3k views

What is the point of jQuery ajax accepts attrib? Does it actually do anything?

Spent a solid hour trying to sort out why on earth this (coffeescript) $.ajax accepts: "application/json; charset=utf-8" did absolutely nothing to change the accepts header, while this $.ajax ...
1
vote
3answers
206 views

jQuery and ajax response function

I have these functions. My objective is separate the load function to the rest of the script because i want to customize the loading message function loadContent(url) { $('body').html('Loading'); ...
1
vote
1answer
1k views

Getting an Ajax response from Zend Framework Controller

I'm doing an Ajax request on one of my views to a Controller but I am unable to send back a response to the Ajax method. In the snippet below, I am trying to send the word 'hellopanda' back but in the ...
0
votes
1answer
207 views

Ajax Live Search multiple response at a time

According to this question, we use deboucing to make a live search like facebook Facebook Style AJAX Search But here is my case, when I set the timeout as 300ms, first I type query A and wait for ...
2
votes
2answers
1k views

how to get the response of Iframe submitting a form?

I have a form that has been called using a iframe, now when that form is submitted i want to catch a response in the main site from where the iframe was called and depending on it would enable/disable ...
1
vote
1answer
268 views

Jquery Ajax IE Reponse Slow

Another IE problem - this time with ajax reponse data being too large. With FF and Chrome the result is shown almost instantly. IE however freezes for a while before the results are shown. The format ...
0
votes
5answers
242 views

javascript ajax responesText compare not working in Chrome?

I have some jquery ajax call that returns a simple string. The interpretation of the return string is working in Firefox and IE (class is set to ok), but not in Chrome (class is set to wrong)? The ...
0
votes
2answers
857 views

how to load the Jquery response(HTML page with script tags) into the DOM

test1.html file: <html> <head> <script src="jquery-1.7.2.js"> </script> <script> function loadfn(){ $.get('test.html',function(data){ alert($(data).text()); //$('body ...
0
votes
2answers
3k views

intercept response header with jquery ajax request

Exactly what the title suggests: I perform an ajax request to my server, it responds with a 403 but there are headers I want to retrieve and save on localStorage. This is for a phonegap app (Android ...
0
votes
3answers
137 views

How to retrieve response from xmlhttprequest? (screenshots)

I've got this code of autocomplete jqueryUI: .autocomplete({ source: function( request, response ) { var results = $.getJSON( url, { term: extractLast( request.term ) }, response ); ...

1 2 3