AJAX (Asynchronous JavaScript and XML) is a technique for creating seamless interactive websites via asynchronous data exchange between client and server. AJAX facilitates communication with the server or partial page updates without a traditional page refresh.

learn more… | top users | synonyms (1)

0
votes
1answer
10 views

IE8 & 9 Security Issue with jquery AJAX “Cross Domain” request

I have a jQuery AJAX request which works perfectly in Chrome & Firefox. The code doesn't work in IE 8/9. I've determined it to be an issue with IE Security settings, specifically the "access data ...
0
votes
0answers
10 views

Rails: How to add spinner to Upload button when using Paperclip?

This is my form to upload images using Paperclip gem: <%= form_for(@user, :html => { :multipart => true }) do |f| %> <%= f.file_field :avatar %><br> <%= f.submit ...
0
votes
4answers
28 views

How to get the response data in ajax call

I have a php file(index.php) with two fields when i post that form, in javascript i am doing form data serialize and send it to next php page(results.php) through ajax. When i try to print the data ...
0
votes
1answer
12 views

Unable to call simple REST web service from ajax

I am developing an web application using rest web services. I am trying to call the simple web service from the ajax. But I am not getting desired output. My web service code is: @Path("hello") ...
0
votes
1answer
4 views

wish to ingore .htaccess restrictions during ajax page include

I am not .htaccess expert, however over time I've built one from various posts that works. This section RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(.*)$ index.php?path=$1 ...
0
votes
0answers
14 views

Having trouble handling AJAX with Django Class Based View

I've been trying to switch my codes from Django function based view to class based view, but I'm having trouble understanding how to handle AJAX in Django CBV. For example, suppose that I have this ...
0
votes
1answer
30 views

Sending a jQuery variable to Rails controller

I'm trying to get the variable "response.data.uri" from my jQuery to a rails controller, but it isn't working. I can get to the rails controller but the variable isnt there. jQuery: function ...
0
votes
0answers
10 views

how to set node.js net socket object fd

i want to set socket fd net modual, node.js and useing ajax post method(http://localhost:3000/connect) my code is here exports.connect = function(req, res){ var Socket = require('net').Socket; var ...
0
votes
1answer
10 views

How will i execute facebook ajax link using PHP

how can i execute facebook ajax link like https://www.facebook.com/ajax/bookmark/groups/leave/?group_id=XXXXXXX (which can only be executed using a mouse click) using PHP. So far i can get all my ...
0
votes
2answers
32 views

submit form with jquery / ajax / php without page refresh. Can't get form value to email

I'm looking to submit a single form input for a tracking number using jquery/php so that the page doesn't refresh. I am able to submit the form and have the email sent to me but can't figure out what ...
0
votes
0answers
10 views

IE9 Confirmation Dialog not waiting for user input , postback happening without user input

Code Behind btnNext.Attributes.Add("onclick", " return Confirmation(this,'" + GetLocalResourceObject("msg").ToString() + "'); ") .ASPX Page [Within javascript tags] function Confirmation(source, ...
0
votes
0answers
8 views

Could not write JSON that failed to lazily initialize a collection of role?

org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: failed to lazily initialize a collection of role: com.hna.dt.orm.Department.companyTypeRelations, no session ...
-3
votes
2answers
66 views

I'm unable to count the length of an Object

In an ajax call i retrieve a JSON object and count the number of result throught lenght property. But in another code, with same kind of call and little modifications to the server-side script, the ...
0
votes
1answer
31 views

AJAX Mouse Over Image, Display HTML Content

I'm trying to use AJAX to display html content when mousing over an image. My code seems good but doesn't seem to work. deakin-campus / discover-deakin are the html pages I'm trying to display. The ...
0
votes
1answer
15 views

How to call Knockout bindingHandler->Update after DOM is updated

I'm using jquery accordion in a KO bindingHandler, I have to populate the DOM, used by accordion UI, using ajax by an app requirement. this.faqList = ko.observableArray(); $.ajax({ url: 'getFaqs' ...

1 2 3 4 5 4521
15 30 50 per page