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
2answers
30 views

Request URI too large (414)

I am sending a GET request via $.getJSON, and the data sent is really big. I need to get a result after the processing of my data, so POSTing it instead doesn't seem to be a solution. Any idea? The ...
0
votes
0answers
11 views

How to use AngularJs form submission instead of using form helper in Play Framework 2.1 Java

I'm struggling to find the solution for this. I'm building a single-page app in AngularJs and everything is coded in HTML already. And we want to keep the app flow as smooth as it is which is Ajax ...
3
votes
2answers
36 views

Loading Wordpress posts through Ajax

So, I have this <div> in which my blog posts are contained. Its class is .post. What I want to do is that every time someone clicks on the recent posts at the widget area, the content is loaded ...
0
votes
1answer
31 views

Use JQuery to make a call and bring back multiple status

I'm wondering if this is possible. I'm using jQuery to run a Java servlet that runs a shell script. The script takes about 2 minute to run and echos a message every 30 seconds. I want to return each ...
1
vote
0answers
17 views

When sending a GET or POST request from the client to the server should appear dimming the screen and the message “Please wait ..”

Sorry for my english. Development of the project: asp.net, c #. The essence of the problem: When sending a GET or POST request from the client to the server should appear dimming the screen and the ...
3
votes
5answers
76 views

Server-side Responsive Web Design

I've been researching Responsive Web Design lately. While there are many techniques and practices that fall under the umbrella of "Responsive Web Design", essentially the main pillar of RWD seems to ...
0
votes
2answers
45 views

Why does my accept header keep getting changed from application/json to */*

I'm trying to send an ajax request to a WebAPI service with the accept header of 'application/json' when I set a break point in the service, I see that the accept header is coming through as "/". ...
0
votes
0answers
18 views

jquery append not showing in safari

I have a working progress bar inside a Django app. Except in Safari the bar shows up only under weird circumstances. First, I have the progress bar appended via jquery/ajax combination: var ...
2
votes
3answers
1k views

jQuery AJAX Cross Domain with BASIC Authentication

I'm attempting to make use of the Beanstalk (beanstalkapp.com) API by pulling data into a webpage so people can view it without accessing my SVN. What I'm doing to try and access it is by using an ...
0
votes
1answer
52 views

How to read a server file in the client browser

Team, I want the browser to read a property file from server. So i am following Jquery/AJaX like below. <script> var properties = null; $(document).ready(function(){ ...
2
votes
1answer
3k views

how to catch a state change event ONCE with history.js?

I have an example code below where if you click the links, then use back and forward, each state change will cause more and more hits on the 'statechange' event. Instead of the one that I expect. ...
0
votes
4answers
39 views

How to call ajax and output its result inside div and textarea?

I am trying to make load more button. My goal is to call ajax and put the response inside div and textarea.how to place the response inside div and textarea? Currently the response only shows in ...
0
votes
0answers
22 views

Adding variables with decimals

I have the following code that I'm using to add different variables to a "base price". The variables are coming from a separate dropdown menus and my issue is that in the dropdown some of the prices ...
0
votes
0answers
15 views

Codeigniter Ajaxfileupload.js didn't work with some files

I made a music file upload, with ajaxfileupload.js and codeigniter. Some of the files uploaded, and some not, and I've no idea why! I have 'no file selected' message... The server side: function ...
0
votes
0answers
36 views

Jquery Button Mouse Hover

I make this script but i have some problems ... if i put the mouse first time its not working but if i remove the mouse and i put again its working ... hope someone can help me fix this problem my ...
0
votes
1answer
18 views

Multiple UpdateProgress controls on a single page

I have a page with several UpdatePanel controls, each with a related UpdateProgress. When the asynchronous requests are posted back, only the first UpdateProgress control is displayed. The other ...
1
vote
1answer
885 views

How to create a simple JavaScript pagination? (like “see more results”)

As the title says, I've been searching the whole internet for a good solution using simple javascript/jquery for this kind of pagination. I've got this: <div class="gallery"> <?php if ...
0
votes
2answers
1k views

populating a dropdown box, based on the selection of another dropdown box using php, mqsql and ajax

I am trying to populate a drop down box, based on a selection from another drop down box. Here is what I have for php code: <form id="inventory" method="POST" action=""> <fieldset> ...
0
votes
1answer
53 views

JQuery Ajax request failing only in mobile browser

There are numerous posts where people ask this.. but it seems like the majority have issues when they use ajax requests for cross domain connection. I simply use this on the same domain and still ...
-6
votes
1answer
46 views

Add line items based on quantity [closed]

I'm trying to add a line item based on the users input in a quantity text box. So if the user types in a quantity of 2 the page will show: text line for item 1 text line for item 2 <!DOCTYPE ...
0
votes
0answers
29 views

CakePHP - DatePicker and TimePicker doesnt work when I make a request ajax ('change')

i'm using CakePHP with a datepicker and a timepicker. In my CakePHP aplicattion i use $this->Js->get('#tes')->event('change', $this->Js->request to populate different dropdown lists ...
0
votes
0answers
13 views

How to get a dropdown list in only the active table row

Currently, I have a table where a user can select a string value from a dropdown list. I wish to replace this with a "Change" button that will be replaced with a list and "Submit" button via AJAX. I ...
0
votes
1answer
17 views

ZK: How to intercept/use an event from a parent menubar?

I just started to learn ZK, and I'm having a seriuos problem to intercept an event (onClick) from a parent menubar that contain several menu and menuitem. I'm using AJAX to change the src uri of a ...
3
votes
5answers
9k views

asp.net mvc file upload ajax post

Hi I was just wondering if its possible to do an ajax post a file in asp.net mvc, basically i have a form with two buttons, one of the buttons extracts images for the selected document and displays ...
3
votes
0answers
14 views

Getting error in ScriptResource.asxd after migrating website from traget framework 3.5 to 4.5

My website was in initially at target framework 3.5, and i have changed it to 4.5, everything works fine , when i click button on a page where script manager is added it shows following exception: ...
0
votes
0answers
13 views

Is it possible to call WCF ,which uses Windows or NTLM authentication ,from jquery ?

After trying for the whole day i was finally unable to Call a Cross Domain WCF Service with Basic authentication from jquery. You can find my previous question about this here. Unable to add ...
0
votes
1answer
43 views

How to get display the facebook response on the page/obtain the data of facebook user?

I am a beginner to create a Facebook tab. I try to use the Facebook Javascript SDK (https://developers.facebook.com/docs/reference/javascript/) to create it. I know that when the user has authorized ...
1
vote
2answers
461 views

Building an AJAX driven website using Codeigniter

So my question is around a complete AJAX driven website with a powerful / normal Codeigniter backend. What I want to do is when a user comes to: http://domain.com/#/controller/function The main ...
0
votes
2answers
49 views

How to show loading status in percentage for ajax response?

I want to show the user percentage of the ajax response loaded with a progressbar. Is there a way to achieve it? Right now I am showing just an image. Here is my code sample : ...
0
votes
0answers
7 views

Problems reading XML from Internet Explorer (9)

I have the following code: var Xhr, Message; if(typeof window.XMLHttpRequest != 'undefined') Xhr = new XMLHttpRequest(); else Xhr = new ActiveXObject('Microsoft.XMLHTTP'); Xhr.open('GET', ...
0
votes
2answers
63 views

How to show/hide a div based on ajax response?

Right now I have two webservices; one is my main app, and the other is returning JSON data. I am trying to show/hide a div based on a value from the JSON data that I get as a response to a post. ...
-1
votes
1answer
10 views

How to make dynamic loading of data - search engine friendly looking for coding tips [closed]

Website have started to use dynamic data loading feature using ajax on their website. I think if using this feature for loading long list for DropDown then it make sense to use it as it will not ...
-1
votes
4answers
50 views

ajax send string but php do not response [closed]

I want to send a string via Ajax to a php-script on my webpage, but the script doesn't response:( Js: $(document).ready(function(){ $("#send").click(function() { $.ajax({ url: ...
0
votes
1answer
44 views

call function on element creation [closed]

Is there a way to call a function on a specific selector that would apply to any element that matches that selector now, and in the future? Just the way it works (before it was deprecated) with live. ...
0
votes
1answer
41 views

Restrict from submitting form if email not avalible

function validateEmail(){ var TCode = document.getElementById('email').value; if(TCode.length==0) { email_info.innerHTML="This field is required"; return false; ...
0
votes
0answers
30 views

Reading a CSV file using jQuery

I'm using IE8 with jQuery 1.9.1. I want the user to select a csv file. The contents of the file should be displayed in the alert. So far, I have been able to do this: function getCsv(filepath) { ...
2
votes
1answer
53 views

Call MVC async action through Ajax, start task, send the ajax response before the task completes?

I have the following scenario: I have an MVC Async Controller that has an upload action, which processes a csv file and saves the data to the database using nHibernate. This is called using ...
-2
votes
0answers
14 views

Zend framework, change user session value using jQuery, Ajax [closed]

In my ZF multilingual project, I need to write a simple code in jquery or ajax in footer.phtml, which will do the following: By clicking on one of the flags (en or de), in the server-side session the ...
1
vote
1answer
22 views

Ruby on Rails fail when refresh page with ajax

Cheers! I have remote action in my rails project, smth like: def foo respond_to do |format| format.js {} end end Somewhere in view: = link_to "foo", foo_path, remote: true In my ...
0
votes
0answers
15 views

Unable to add Authorization header while calling WCF service with basic authentication

I am trying to call a WCF service deployed on IIS with basic authentication enabled, from j query as below. $(document).ready(function () { $.ajax({ type: ...
10
votes
3answers
4k views

What's the best way to retry an AJAX request on failure using jQuery?

Pseudo code: $(document).ajaxError(function(e, xhr, options, error) { xhr.retry() }) Even better would be some kind of exponential back-off
0
votes
1answer
38 views

Beginner in AJAX help needed with POST

I have the following script: <script> /* attach a submit handler to the form */ $("#Submitter<? echo $count; ?>").submit(function(event) { /* stop form from submitting normally */ ...
6
votes
2answers
6k views

Ajax method call

I am trying to call a simple method in my code behind using Jquery with Ajax. But I get a 404 not found exception everytime. Unfortunately this is a web forms solution. So I dont have all the perks of ...
0
votes
1answer
121 views

taghandler jquery mvc 3

i need get data from ajax request for the plugin jquery.tagHandler in my application MVC 3, this is the page official http://ioncache.github.com/Tag-Handler/, and this my code of my app: ...
0
votes
0answers
22 views

Ajaxified Average-Rating Bar won't reload in Rails

I'm working on a Ruby on Rails Application with a Rating System. The Rating is working fine so far. I also ajaxified it and it works. I also wanted to display the current Rating average in a Bar which ...
0
votes
0answers
7 views

To check checkbox using drupal ajax

I am solving this problems from last 2 days i would appreciate if someone will help me- I have a custom user profile form where all user details are display what i want is when user is logged in and ...
0
votes
0answers
17 views

jQuery popup dialog opening reloads another dialog

After Ajax request I write the result in myDialog and open the dialog. When closing myDialog a waitDialog is shown. But after update to jQuery 1.9.1 now the contents of the myDialog are reloaded when ...
2
votes
0answers
150 views

Simple ajax call not working

So I doing simple edit/delete/new for mysql DB update.I am using ajax as I need it to in a single page. So when I check New button, a new form shows up(from ajax call to php file). I get html form. I ...
0
votes
2answers
40 views

Change content of iframe using javascript or css

I have page on site with iframe. iframe domain and my site domain are different. In iframe on $(document).ready executes ajax request. Response of this ajax request inserted into div. Ajax response ...
1
vote
5answers
39 views

Return json on exit php

I have been using $.getJSON in order to verify if a script has done its job properly, using exit("{'status':true}") (or false) but now I need the script to return a value (or an array). I see that I ...

1 2 3 4 5 1255