2
votes
0answers
13 views

Submitting form data using doGet method on button click

I am trying to implement a type="button" on a form that, instead of processing the information through the doPost method, processes the form using the doGet method (mostly for the purpose of being ...
0
votes
3answers
50 views

returned ajax query data undefined

Hello I am attempting to create an ajax query but when my results are returned I get Undefined as a response. Except for the object called "hello" which returns back as "h" even though it is set to ...
0
votes
1answer
29 views

Update select form element with new entries

I have a single select element in a form that pulls user entered values from a MySQL db. There will be times when a user starts filling out the form and finds the select element doesn't have the ...
0
votes
0answers
23 views

jCarousel load content with ajax

I made a jCarousel on my home page with all the feature products, but if the feature products are 100 in number the home page will load very slowly so I decided I will load the content with ajax, I'm ...
3
votes
1answer
39 views

How can I limit the scope of a Javascript counter variable by object?

I'm using @Phrogz's quick script to cancel all but the last AJAX request using the following: var fooXHR, fooCounter=0; $('div').bind( 'click', function(){ // Do the Right Thing to indicate that we ...
0
votes
2answers
41 views

How to clear the HTML content of some id in jquery?

I'm using smarty template, php and ajax. I've following code snippet from my smarty template: <td align="left" id="subject_container" colspan="2" valign="top"> <form> <table ...
0
votes
3answers
29 views

Sencha Touch Ajax Request Error: Origin null is not allowed by Access-Control-Allow-Origin.

I am making an Ajax request to remote server and sending parameters as POST method. But I am getting following response: **"MLHttpRequest cannot load ...
0
votes
4answers
53 views

New to async programming. How do I get things to happen in proper sequence across different objects?

I'm trying to refactor my program. I had made it work by making the AJAX calls synchronous, but now I'd like to do it the proper way. What's happening is that headline is instantiated with a new ...
1
vote
4answers
31 views

Load ajax without click button

I have a jquery that makes an AJAX call by clicking a button, but I want them without pressing the button, it should work when loading the page. This is button <div> <form method="post" ...
0
votes
0answers
24 views

jQuery ajax request using datatype jsonp still yields a 403 forbidden error

I am spinning around this problem for a while and have looked up solutions online, following them hasn't really solved the problem. The context is a login page, where I must validate a user upon the ...
1
vote
2answers
59 views

Passing variables between two ajax calls in PHP

I'm creating a personal website to help with task management in a project environment. I've got a mySQL table (tblProjects) that contains the following fields; id, ownerID, projectName and ...
0
votes
1answer
18 views

Referring to parent loop from a nested loop

Here's what I'm trying to achieve: I have 2 tables in my db - 'regions' and 'distributors', both have a region_id column. What I want, is to: 1) iterate through the 'regions' table, for each region ...
-1
votes
0answers
45 views

Displaying Progress Bar For Long Running Processes using ASP.NET AJAX

My client told me to display a progressbar for long running process. I did it with jquery and css and successfully got progress bar. But they not happy with progress bar and asked me to use ajax to ...
0
votes
1answer
58 views

$(document).ready doesn't work however page is loaded

As you can understand my title, browser doesn't call the GetReleatedProducts method. I put breakpoint $(document).ready(function () line but it doesn't enter into ajax call. I checked that I have ...
0
votes
1answer
28 views

jquery closure ajax call, $(this) is null

I'm new to jquery, so this might seems simple but i can't see the trick :p I'm using jquery 1.2.6 ( and i can't upgrade it :/ ) that's why I'm using the livequery plugin. The context is just an ...
1
vote
2answers
19 views

Unable to use dynamic JSON

am using ajax request for calling jersey restful url. function deRegisterPersonOrganization() { var dynamicJson = $('#jsonRequest').val(); alert("Text Area JSON : " +dynamicJson); var ...
4
votes
3answers
77 views

jQuery complete replace DOM of element with another DOM - faster way?

I'm using jQuery's AJAX for getting new content from server. Data is loaded in JSON: $.ajax({ url: url, data: { 'ajax': '1', }, dataType: 'json', success: somefunction }); ...
-2
votes
1answer
24 views

stop form process with ajax if input value is empty [closed]

My ajax code below will stop the form pprocess if an input value is empty, then showing an popup alert. The problem is, the process will continue after the alert popup closed. How can i stop the ...
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 ...
2
votes
2answers
69 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
9answers
65 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
1answer
23 views

Parsing json Array Ajax Return Data

Can somebody explain me how do i parse this Ajax response in jQuery {"d":{"__type":"ListUsers+returnData","Type":"Success","Message":"User Added successfully."}} I am using same return types for ...
1
vote
2answers
48 views

Load mysqli php data via ajax call

What I'm trying to do is calling some database data via ajax and php. But the ajax call doesn't work, and I can't find out a solution on the web. So here is my code: test.php <?php include_once ...
0
votes
1answer
24 views

c output to php and using ajax to continue reading php file for changes

Instead of getting the output of my c program to the console, I wrote it to a php file to be used in ajax call. C char data[] = "ONLINE"; FILE *samplephp = fopen("/var/www/web.php", "w"); ...
0
votes
0answers
19 views

Is lack of feedback common with Ajax or is it poor implementation? [closed]

I am a back-end developer, but I do use some JavaScript when it can enhance the user experience. However, I find myself cursing a website's use of Ajax at least once a day. Many times, I find that it ...
2
votes
3answers
45 views

AJAX list update, get new elements and count

I have this html list <ul id='usernameList'> <li class='username'>John</li> <li class='username'>Mark</li> </ul> and a form to add new names via AJAX, ...
0
votes
2answers
11 views

How do I get only the new tweets per request using Twitter API?

I'm trying to get new tweets containing some hashtag from Twitter API. The thing I'm interested in is the number of new tweets each time I request the results. So like this: 10:20 AM: 100 tweets ...
0
votes
0answers
25 views

Select2 nested json parsing not working Rails3

I'm trying to make select2 working with my ajax loaded json data with nested attributes. I wanna get something like this http://ivaynberg.github.io/select2/#multi. eaxmple json: [{ id: 1, name: ...
-4
votes
0answers
22 views

JQUERY plugin for a HTML element - like a modal or a pageslider [closed]

I want an jquery plugin that I can run ajax on it! I used to use modal and pageslider, but now i need something like that in order to contain an HTML element in itself and have ability to run ajax on ...
0
votes
0answers
43 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 ...
-1
votes
1answer
56 views

Can't call Ajax function from my php script, working with live table it

I'm working on this project that uses a live table edit style (works perfectly) but trying to include the twitter style follow and unfollow in one of the columns (The last one precisely) the php works ...
0
votes
4answers
45 views

PHP Pass variable up the page

I came across someone asking the question, How can I pass a variable up the page (on the same page?). I had a think about it but couldn't think of how to do it myself, so I was wondering if it ...
0
votes
3answers
47 views

How to bind behavior on newly inserted Dom elements?

In my website I have buttons that are loaded via AJAX. How can I ensure that my jQuery hide() operation is applied to all buttons that are inserted into the DOM in future? As far as I know on() works ...
0
votes
0answers
42 views

Jquery UI Tab Reloads Page on tab click

I installed ajax jquery ui tabs 1.9.1 found here http://jqueryui.com/tabs/ on my site. i have it installed on a variety of pages, i would like to change the way they work. When a tab is clicked i ...
0
votes
1answer
21 views

Fail to get response from Ajax call in static page

I am wondering if it is possible to make an ajax call from a static html (c:\file.html) to my local server? My html is this: <div id="debug"></div> <button ...
0
votes
0answers
11 views

how to figure out the ids of the tags which append a div tag

I'm currently involve with a project related to django and ajax. and i'm appending several drop downs to a div based on previously selected drop down values (ex: when selecting a project it'll append ...
1
vote
4answers
47 views

Loading Content Via Ajax

Ok, so I'm pretty new to ajax and loading content externally and would appreciate any insight to my problem. I currently have a hidden div that is empty where the ajax content should load in after a ...
0
votes
1answer
38 views

ajax is not capturing actual response from Struts2 action class

The below ajax method firing method in action class and action class failing (with null pointer exception with all stacktrace); but my ajax always goes into success: function.? Please let me know why ...
0
votes
2answers
41 views

How to bind Events on Ajax loaded Content?

I have a link that should insert ajax loaded content into a div (appendedContainer) of my html page. My problem is that the "click" event I have bound with JQuery is not being executed on the newly ...
0
votes
1answer
55 views

photo not displaying after making php call

I am trying to retrieve some data from a database using php, then I add the data inside json_encode array to be sent to my other php file so that the contents could be displayed on a site. currently ...
0
votes
3answers
61 views

javascript while loop not working (infinite loop)

Trying to do a while loop using $.getJSON to return progress of a certain task. The initial $.getJSON works flawlessly; however the loop never completes. I am passing certain variables through a ...
5
votes
3answers
113 views

Looping through an ajax callback with jquery

I'm attempting to loop through an ajax call for 3 different json files with the same naming convention and structure (but with slightly different data). I have been using deferred objects instead of ...
0
votes
4answers
50 views

Cannot access JSON response attribute

I have a JSON response in JavaScript that looks like this: {"opt1":"2.92","opt2":"4.24","opt3":"6.36"}; This is the result of applying console.log(data) where data is the response: success: ...
-4
votes
0answers
12 views

How to send value which have been clicked in modal dialog to parent window?

I have displayed list of data that can choice by user in modal dialog using jquery. When user click on of them, the modal dialog will close and send value of data that i've been clicked before to ...
0
votes
4answers
45 views

submitting a login form using ajax

I have this javascript in one of my forms. This one is the login form I get the URL from the form itself I'm using API style, ("not sure if I got the concept right") but I will attach the code down ...
0
votes
0answers
51 views

ajax get json not receive data from django

I use django 1.4 run on ubutu. I'm trying to use jquery/ajax to display data returned from a django method. my file views.py def json_page(request): to_json = { "key1" : "value1", ...
0
votes
2answers
39 views

Looping through the URL in an AJAX call in jquery

So I recently asked a question concerning looping through data in a json file from an asynchronous AJAX call in jquery that uses callback functions (Looping through AJAX and callbacks in jquery) and I ...
0
votes
3answers
48 views

Looping through AJAX and callbacks in jquery

I'm currently doing an AJAX call with jquery and callback functions to retrieve a result outside of the AJAX call and I am having trouble in attempting to use a loop to printout more data from my json ...
0
votes
1answer
41 views

jquery .on() not working after .load() of php file

I'm attempting to run the following simple bit of code on an html snippet contained in a php file, loaded with jquery's .load() function: $(".thumbnail").on("click", function(event){ ...
0
votes
0answers
18 views

Uploading a file with ajax in ie 7-10

I have successfully used ajax formdata for file uploading, however It does not work on versions of Internet Explorer lower than 10. Is there any JQuery plugins that support file uploading without ...

1 2 3 4 5 78