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.
0
votes
0answers
29 views
ajax, php to fetch data from mysql is not working with node.js
First of all, sorry for my poor english and i'm newbie with node.js. i try to fetch the data from mysql like this:
$.ajax({
url:'php/match.php',
success: function(data){
...
0
votes
1answer
20 views
Redirect to main page after a success login in JSF with p:commandbutton
I have the following code:
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
5answers
49 views
make sure ajax request doesn't get fired multiple time
I was working on a simple form page and I was wondering what happens if someone clicks the submit button many many times (incase my shared hosting somehow seems to be slow at that time).
Also, ...
0
votes
0answers
27 views
Ajax script to Edit records in MVC3 don't working
Hello I was doing tutorial from this page here I was mostly copying
http://ricardocovo.com/2011/04/03/asp-mvc3-editing-records-with-jqueryui-dialogs-and-ajaxforms/
And It's don't working and I ...
0
votes
1answer
22 views
<f:ajax> does not work in IntelliJ IDEA 12
Throws an error
cannot resolve symbol. libraries are connected - "jsf-api.jar / jsf-impl.jar / jstl-impl.jar"
page...
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
<%@ taglib ...
0
votes
1answer
29 views
Filtering out <script> tags, ajax
I am building a simple twitter copy for a school project. I am getting twits from the db with php and ajax. I have system for automatically getting new twits, and then showing a show new twits link. I ...
0
votes
0answers
39 views
jQuery - reset dropdown on submit - Firefox and IE
Using jQuery & have multiple dropdown boxes on a web page & populate them from results returned from a SQL query. Each one is populated in the success portion of an AJAX call. One of the ...
2
votes
0answers
45 views
Jquery Plugin Sometimes load sometimes not load
Im develop a platform, use mvc + wcf + jquery + ajax ..
I dont have good english so i upload image
This is Ajax Response
<script type='text/javascript'>
$(document).ready(function () {
...
3
votes
2answers
41 views
Why won't my $.ajax call return a json object from a cshtml file?
I have this jquery that uses ajax in an attempt to return a json object, but I am no pro at ajax, though I have used it before with json, only I was loading a json file and not trying to return a ...
1
vote
1answer
16 views
How to open a zip file on ajax return to get the json content?
I've uploaded a zip file to S3. The zip file contains a compressed json file.
How do I open this zip file and get the json content?
$.ajax({
url: "url/list.zip",
...
0
votes
0answers
7 views
UpdatePanelAnimationExtender animation fires on each partial postback
I am using Ajax animation extender in my asp.net page inside update panel like this:
<ajax:UpdatePanelAnimationExtender ID="upae" runat="server" TargetControlID="ResultUpdatePanel">
...
0
votes
6answers
92 views
How do you stop a user from repeatedly clicking a jQuery AJAX call?
I have a web-page with the following script
Javascript
function LinkClicked() {
var stage = this.id;
var stop = $('#ContentPlaceHolderMenu_txtDate').val();
var nDays = ...
-2
votes
1answer
135 views
submit my form through ajax using javascript
Just wanted to ask, how will i submit my form through ajax using javascript.
Here's my code:
<script>
function show_edit(bugid,device)
{
...
-2
votes
0answers
48 views
ignore an element from a loop
The following section of an AJAX call adds a visual error message to elements of a form, however of of the elements is not mandatory therefore it needs to be ignored from this loop. How do you achieve ...
1
vote
1answer
31 views
Login with CakePHP and jQuery Mobile
I'm building a mobile application with CakePHP 2.3 and jQuery Mobile.
I'm having a tough time making the login work.
I send out links that contain surveys, and if the user is not logged in on their ...
0
votes
2answers
52 views
AJAX call inside a loop executed before loop ends
I have the following problem:
I have a loop:
// Code A
. . .
for (var key in dict){
// Code B
. . .
var list = this.initializeList();
var selfRef = this;
jQuery.ajax({
...
0
votes
0answers
16 views
.ajax call creating 2 request packets only when hitting an IIS8 server - 2nd packet returns Method Not Allowed
Ok, I’ve been delving into Fiddler a lot more to get to the bottom of this.. and it turns out 2 requests are being sent/received when I go to the IIS 8 site vs the IIS7 site. I have done the test ...
0
votes
2answers
31 views
Knockout dependecy with observable
Based in the example in KnockoutJS site (http://knockoutjs.com/examples/cartEditor.html) I want to do something similar.
When you select the category I want to check if I have the values in the ...
0
votes
1answer
34 views
Jquery Tab reload url with added extension on click
Im using the 1.9.1 jquery ui tab system on a site of mine, at the moment all tabs load through ajax i believe. My goal is to get each tab to reload the entire page with the new tab selected and its ...
0
votes
0answers
27 views
Ajax Error: Uncaught exception: TypeError: 'XMLHttpRequest' is not a constructor
index.html
<script type="text/javascript" src="js/github.js"></script>
<script type="text/javascript">
var github = new Github({
username: "username",
password: "password",
...
1
vote
0answers
27 views
Cant set cookie for remote domain with AJAX (CORS)
I have two domains:
login.com and site.com
On the page login.com/ajax.htm I have the following code:
<script type="text/javascript" ...
0
votes
1answer
30 views
Find link and send it with form to email
How could I make a simple html form (with only name & email) that when submitted a bit of Jquery finds a specific link on the page and send it along with the info from the form to a web server ...
1
vote
1answer
30 views
JSON Date Range From jQuery Calendar
I have a scenario where by I select a date from a jQuery Calendar and then, via ajax, iterate over a JSON file. My issue arises due to the use of date ranges, for example, see startdate and enddate:
...
1
vote
1answer
16 views
Can a scope be set for jquery.ajaxSetup()?
I'm working on something with a ton of ajax calls, most of which have the same parameters. I'm considering using jquery.ajaxSetup() to cut down on the code.
However, jQuery doesn't like it's API for ...
0
votes
2answers
26 views
Posting to controller with jquery ajax in CakePHP
I want to post data to a controller in CakePHP, but posting with JQuery always results in an error and I can't figure out why.
In my view I have the following method, that posts the data to the ...
2
votes
2answers
54 views
Sending and receiving JSON data | PhoneGap + Jquery Mobile app using ajax()
I'm developing a PhoneGap application with jQuery Mobile 1.3.1 & jQuery JavaScript Library v1.9.1. I have a login form with a username and a password. There is a JSON api which can send and ...
0
votes
0answers
22 views
Should I use AJAX og simple PHP [closed]
I am making a page where you can create an event. You fill out all the forms like name, place, time etc. I would like to add a function that gives the event-starter the opportunity to invite some ...
0
votes
2answers
31 views
pass json data to aspx webmethod page error: “System.Collections.Generic.IDictionary`2 is not supported for deserialization of an array”
I Want Pass json Object to WebMethod in aspx page
here's my jquery and WebMethod
$("#button-login").bind({
Click: accountRegister
});
function accountRegister(e) {
var dataObj = ...
-1
votes
1answer
39 views
PHP Simple Contact Form Not Working Not Sure WHY
Cant seem to see why this contact form is not working any pointers would be great... wanna send the form via ajax and serialise the data to be sent across.. just doesnt seem to be working though..hope ...
0
votes
1answer
48 views
CodeIgniter - AJAX call working on local server but not online
When a user goes to one of the pages (let's call it page1), the PHP loads the HTML content for an array containing data about the users.
Once the page is loaded (DOM ready), I use jQuery to perform ...
0
votes
7answers
58 views
Ajax not sending data without reload
The follwing ajax script isn't sending data to php, the page just reloads & form input values are passed onto the url.
Script
<script>
$("#addProducts").submit(function(event) {
var ...
0
votes
0answers
45 views
My JavaScript grid adds an empty row
I am using this Javascript grid for my project:ParamQuery Grid
It works well but I have a problem with updating the grid when I do an add or update. What happens is I recieve JSON from a JQuery Ajax ...
0
votes
0answers
57 views
$.ajax works fine in chrome and safari, but don't in opera and firefox. Any help please?
My code is to do an infinite scroll in my website. On chrome and also on safari it works fine, but on opera and firefox the new products are not charged. I've a pre presentation of six products and ...
-2
votes
4answers
62 views
calling ajax on button click
I have a simple html button.
When I click it, the ajax is called.
This is my code.
<INPUT type="button" class="form6form" id="newsubmit" name="newsubmit" value="Submit">
And here is the ...
2
votes
3answers
24 views
Cordova app timeout when connecting to local server using ajax
I've searched high and low to try and solve this problem but to no avail. I am trying to connect a Phonegap app to the server hosted locally on my machine, but it always times out. I used the code on ...
3
votes
2answers
39 views
jQuery - Pass HTML with JS variable as parameter
I have a namespace called "X" and it has a getJSON function that fetches some file from the server. I want to reuse this namespace with varying contents. Here is the code:
var uid = ...
0
votes
2answers
31 views
ReferenceError: finishedAjax is not defined
I'm using CodeIgniter to create a registration form, and I am using AJAX to check if the e-mail address entered has already been used, but every time I check, I get the error 'ReferenceError: ...
0
votes
0answers
17 views
Make AJAX script href tag maintain current page
So I have this 2 lists ( ul's ) when loading up the page one is automatically shown to the user. They contain classes like -> Movies, Books, ...
When clicking on one of the list items it shows a new ...
-1
votes
1answer
28 views
Image crop & upload [closed]
I'm currently building a custom build Content Management system built on PHP. I want to add in an image upload feature with a cropping tool so the image uploaded fits in the space correctly. I have ...
1
vote
1answer
16 views
Disqus Ajax is not taking diffrent thread for diffrent posts in ruby on rails
I have one rails application where I am using Disqus Universal Code for comment function. I am using ajax remote=>true function to display my posts content. Here is my disqus code
<div ...
0
votes
1answer
42 views
What is the difference between Ajaxl load(() and Jquery load()?
The question summarizes what i intend to know . I know a little bit about the jquery load() method having used it before like this :
.load( url, [ data ], [ complete(responseText, textStatus, ...
0
votes
0answers
16 views
Identify network problems during ajax request with JQuery
I have a question about JQuery.ajax request.
In a nutshell I have an ajax call like the following one:
$.ajax({
url: <MY_URL>,
type: "POST",
data: <MY_DATA>,
...
0
votes
0answers
6 views
Flexslider doesn't work(about ajax)
flexslider doesn't work because of my ajax code. firstly i'll share my ajax code that used for loading content into the div.
$(function() {
$('a').click(function(e) {
...
0
votes
1answer
20 views
Bootstrap Typeahead after ajax call
I am using typeahead for listing cities depend on country. I have to use ajax for this typeahead does not work with ajax call. Anyone have an idea?
Here is my codes:
$("#usercity").typeahead({
...
0
votes
1answer
11 views
Using failover URI in ActiveMQ Ajax client
I am using the ajax client to connect to activemq. Can the activemq
ajax client support the failover transport? I use an embedded Jetty inside the broker which uses vm transport to forward messages ...
0
votes
3answers
41 views
call the java method using ajax on button click
I have a button in blank.jsp (lets say).
<input class="submit_button" type="submit" id="btnPay" name="btnPay" value="Payment"
style="position: absolute; left: 350px; top: 130px;" ...
1
vote
0answers
32 views
Sencha Touch 2 - How to Abort store load with ajax/json
How can I abort a store load while the ajax call is still executing? I have a simple store with proxy type of 'ajax' and 'json' reader.
The documentation does not indicate any way to abort this. I ...
0
votes
0answers
7 views
form submission from as2 to servlet
In as2
var my_Var:LoadVars = new LoadVars();
my_Var.cn = cn;
my_Var.pn = pn;
my_Var.email = email;
my_Var.send("http://localhost:8090/Simple/simple.do", "_blank", "POST");
where ...
0
votes
1answer
39 views
Passing arrays from AJAX to HTML to PHP - Is this Possible?
I have an AJAX call returning an array to a PHP-HTML page. Here are some blocks of codes:
Javascript:
"Note: get_data.php returns an HTML string, and I want to store it in an array."
var ...
-1
votes
1answer
31 views
Cannot get a cookie using ajax request and jqXHR object
I made an ajax request .I need to access Cookie or Set-Cookie properties. I tried to get cookie from headers of jqXHR object as jqxhr.getAllResponseHeaders(). Did not showed any headers relating to ...









