jQuery JavaScript Library suite for AJAX requests. A full set of functions that allows to load data from the server using asynchronous HTTP requests, without a browser page refresh.

learn more… | top users | synonyms

1
vote
0answers
126 views

Drop Select with Ajax not working in Jquery 1.8.3 . Worked well with 1.4.2

I am using the following with JQuery 1.4.2 and it is working fine. However if i use Jquery 1.8.3 this stop working. $(document).ready(function() { $('.time-location').change(function(){ var ...
1
vote
0answers
99 views

jQuery - Apprise not working in ajax loaded division

I am attempting to utilize apprise link on my website. I have a webpage on which I include the apprise javascript and css files. I also include my own javascript file containing the following function ...
1
vote
0answers
165 views

What is wrong here so that IE9 can do CORS Ajax call but IE8 and FireFox can not?

I make a POST request to my WCF Service sitting on a different domain by jQuery. It works for IE9 as expected: i) I make a request, ii) the Log-In dialog-box pop-ups, iii) I log in and the ...
1
vote
0answers
197 views

Nivo Slider breaks after I navigate away and back to home page while using Ajax

I'm using a Nivo Slider in a website that uses Ajax to load its content. It saves the user from loading new pages every time they click on a link. My problem is that when I load the home page ...
1
vote
0answers
77 views

jQuery saving data in array on click?

I wanted to save data in an array (or whatever best method) using jquery based on clicks. I have set up jquery where user can only click 2 elements (<div> tags), and if they wanted to select ...
1
vote
0answers
111 views

Infinite Ajax Scroll Pager, hide URL page number

Is there any way to hide IAS pager URL? I've remove #/page/ in jquery-ias.js, but the URL still showing pages like: http://foo.com/#2 when go to page 2, http://foo.com/#3 when go to page 3 and so ...
1
vote
0answers
104 views

Missing CORS HTTP header in Google Geocoding Web Service

I'm using Google Geocoding API (Web Service, not through the geocoder object in Google Maps API) in a Javascript aplication with jQuery so I'm using $.getJSON to get the geocoding response. Until ...
1
vote
0answers
47 views

Firefox 17+ infinite throbber

while testing a new website i found a problem/bug with Firefox 17, 18 and 19 (beta). I made a image rotation with jquery cycle2, this rotation seems to cause that Firefox never finish to load the ...
1
vote
0answers
129 views

why doesn't jquery CORS?

This question is solely related to the client side. I understand that CORS in most cases requires a special header from the server for the browser to read the response. However I'm not getting to a ...
1
vote
0answers
74 views

Images in ajax request not being cached

On my site I have successfully cached multiple images (and other file types) using ExpiresActive On in my .htaccess file ExpiresActive On ExpiresByType text/html "access plus 1 month" ExpiresByType ...
1
vote
0answers
200 views

jQuery BBQ, Address or any other hashchange plugin - Recommendation

I am looking for a plugin or function that gives you SEO friendly way of dynamically loading pages, bookmarking via Ajax. I know this has been asked a lot. The things that irriate me: I used to go ...
1
vote
0answers
111 views

Parse error using Remotipart

I'm using remotipart to upload and upgrade images using ajax, the problem is when I edit an item, ajax updates the data, but remotipart(https://github.com/leppert/remotipart) returns a 'parse error' ...
1
vote
0answers
43 views

Getting two methods invoked .blur() and .click() both at once in jquery

I have one input type element on whick i want to bind blur event, and an anchor on which i want to invoke .click() in jquery. here is an example: <a href='#' id='apply-to-all' ...
1
vote
0answers
185 views

Jquery Errors due to updating wordpress 3.5

I've updated WordPress to 3.5 and getting error, J-query is not working. I have reviewed wordpress 3.5 master list and tried debugger script but it did not work. Having this error (Uncaught TypeError: ...
1
vote
0answers
67 views

The callback from $.ajax is triggering next in Jquery Queue without it being called

Okay, So example $node.queue(function1).queue(function2).queue(function3); Function 1 is calling an $.ajax({ type: "GET", url: url, success: callback, dataType: "script", // ...
1
vote
0answers
80 views

what is the opposite of “popState”?

I am doing some ajax page reloading and everything works great, expect that popState only works backwards. I can go back in history, but I cannot go back forward. The question is, should "popState" ...
1
vote
0answers
89 views

Disable ajax retry call

Am develop a mobile app using jquery mobile, the next code makes a ajax call: $.ajax({ timeout:ajaxTimeout, url: url, dataType: dataType, data: { ··· }, success: function (response) { ··· }, ...
1
vote
0answers
112 views

Modify balupton ajaxify-html5.js to use two different zones (divs)

ajaxify-html5.js by balupton : https://gist.github.com/854622 I need to modify this great script to fulfill the following scenario : Some links on my page need to load content into one div and then ...
1
vote
0answers
91 views

Rails csrf_meta_tags keep generating new token everytime

In my Rails app for every ajax request csrf_meta_tags generate new token even though the page is not refreshed and the browser not closed. Here is my ajax function var myobj={tag:"my tag"}; ...
1
vote
0answers
54 views

Getting “Failed to update” message despite successful update

Using the jquery plugin http://code.google.com/p/jquery-in-place-editor/ with Coldfusion. It was working great with a post to a CFM page, but when I moved my update to a CFC, I started getting a ...
1
vote
0answers
85 views

Cannot get .ajax to call my php script

for the life of me I cannot get my PHP file to be called using the ajax function. Here is my relevant HTML: $(document).ready( function(){ ...
1
vote
0answers
120 views

dynamically selecting multiple values in a list box

My solution works, but is there a way to just use objects to compare jquery values and not have to use a comma separated string? This feature is to display already assigned Permissions to Roles. I ...
1
vote
0answers
41 views

How to pass on a path (of the attachment) to phpmailer with ajax?

$(".feedback input.sent").click(function(e) { e.preventDefault(); var name = $(".feedback textarea.name").val(); var mail = $(".feedback textarea.mail").val(); var phone = $("feedback ...
1
vote
0answers
71 views

Extra Request On 301 Moved Permanently Response

I am building a REST API method which return 301 Moved Permanently if my resource identifier gets updated and 204 Modified in other case. But after getting 301 Moved Permanently same request gets ...
1
vote
0answers
186 views

Jquery LoadMask

I am trying to do a LoadMask using this . The mask works nicely initially. Where I have hardly any operation going on, till the point where i have a few validation's and some retrival\updation going ...
1
vote
0answers
313 views

Please let me know how to add update button feature to in this jquery code

<%@taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sj" uri="/struts-jquery-tags" %> <%@ taglib prefix="sjg" uri="/struts-jquery-grid-tags" %> ...
1
vote
0answers
221 views

fill multiple dropdown using jquery populate form

![$.getJSON('admin/admin/update-data/action_page/MasterTransportBusRoutes/data_id/' + dataId, function(data) { formPopulate("frm_add_update", data) //json_str = ...
1
vote
0answers
151 views

Rails with Ajax. Getting data from a model to show

I am just starting out with Rails and Ajax and I am facing some problems integrating Ajax and Jquery. I have data which I want to display and update in my div using jQuery. I have written in Jquery ...
1
vote
0answers
346 views

WordPress admin-ajax.php returns 0

Are currently developing a plugin that need ajax. Was thinking of doing it "correctly", so am trying to use admin-ajax.php. However I always get 0 as response, and somehow get the feeling that it ...
1
vote
0answers
746 views

Trying to make ajax call, display Json data using jqgrid

I have following json-data, after an ajax call to struts2 action-class: {"jsonData":[{"age":1,"name":"Aifa"},{"age":2,"name":"Afraa"},{"age":27,"name":"Zafar"}],"searchId":0,"searchName":""} ...
1
vote
0answers
115 views

How to report progress of asynchronous server task in realtime and read the progress with client side JavaScript

Here's a use case: I'm using ASP .NET Web Forms 3.5 & jQuery On the web page, I initialize a javascript request to the server (eg. DoAsyncTask.aspx) On the server I take advantage of ...
1
vote
0answers
320 views

ASPXAUTH cookie getting lost on jquery Ajax Call

For some reason, after 2 or 3 calls, my cookie is no longer getting passed. Usually, after 3 requests, my cookie disappears from the request. I have no idea why. I am not making any cross domain ...
1
vote
0answers
213 views

How to use data from ajax load function?

Let's say I have the following code below. Depending on which value they select from the dropdown, it displays checkboxes associated with the value. This part works just fine, except when I go submit ...
1
vote
0answers
146 views

Unexpected GET request after POST on AJAX call to MVC Action

I have an action method that is invoked with POST method over AJAX. Method looks like this: [HttpPost] public ActionResult Save(MyModel model) { /// do something and save return new ...
1
vote
0answers
65 views

Script on demand stoped working after moving code from html to PHP

i've stumbled upon quite weird problem. I made my website using ajax (jquery load to be exact) content in html it all worked fine, but i had to rewrite it to PHP mainly because of SEO problems with ...
1
vote
0answers
170 views

high charts consuming high CPU

We are using jquery ajax call to render highcharts as im using setInterval to render dynamic graph for every 1 minute my cpu memory is consuming more almost its reaching to 100% and im getting kill ...
1
vote
0answers
101 views

How can I remove new blank line that pops up after I execute JQuery Ajax in Rails3?

In index.html.erb, I made the button that switches from Follow to Un-follow, Follow to Un-follow back and forth when it's pressed. It's working perfect but when I press the button, it makes another ...
1
vote
0answers
56 views

Limit Ajax Requests to Foursquare suggestcompletion

I am using Twitter bootstrap's typeahead via javascript to provide a typeahead for foursquare venues using this snippet of code : function addLocationTypeaheadHandler() { ...
1
vote
0answers
32 views

Ajax request working on local, not on remote - unsecure variable?

I am using an ajax request this way to show comment on a page : $.ajax({ type: "POST", url: "my_url.php", data: ...
1
vote
0answers
181 views

jquery $ajax + jsonp 404 error from Server showing success

(I think this may be a bug in jquery, not sure) If I do an ajax call with jQuery like so: $.ajax({ type: "GET", url: url, dataType: "json", crossDomain: true ...
1
vote
0answers
55 views

Does the request header (Accept) get persisted across requests?

I am aware that a 'request' component should only be valid for the duration of that request. Thus my puzzling question. Consider the following form: <form action="${requestUri}" id="someform"> ...
1
vote
0answers
680 views

Microsoft JScript runtime error: Permission denied

I am using JQUER AJAX to call webservice method from ASP.Net using Javascript.When i using the web service in local system it works good but when i upload the same webservice in IIS Server it shows ...
1
vote
0answers
220 views

jQuery - Using validate plugin with AJAX form plugin

I have used both the validate plugin and the AJAX form plugin to great success, but using them together is baffling me. If I use the validate plugin to validate, then on success, post the AJAX form, ...
1
vote
0answers
236 views

Control dropdown menu with radio buttons without modifying html

So this question is actually an update related to previous question Update drop down selection with radio button selection using jquery from a couple years back. I have come across a similar situation ...
1
vote
0answers
396 views

jquery dialog with file upload using ajaxSubmit not posting after failing validation (IE caching issue?)

This only happens in IE. Chrome and Firefox work fine. I am using ASP.NET MVC 3 and jQuery. I have a jQuery dialog with a form that has a file upload, so I'm using ajaxSubmit to submit the form to ...
1
vote
0answers
158 views

spring web flow: set a dropdown list dynamically on child view using parent name

I am new to spring web flow. I am trying to load a dropdown list on a view(child) dynamically based on the value / values set from the previous(parent) view. So a list of agents are selected from a ...
1
vote
0answers
247 views

Binding Complex array data returned from ajax call to viewmodel

I have a retrieveEntity web service method that returns fields as json strings and arrays. I am having trouble binding these fields to text boxes, while keeping the view model intact. First I make an ...
1
vote
0answers
85 views

jQuery: Detect if there was an ajax call or not

I have a function X the may or may not send an ajax call. Then I have a function Y that calls X, and wants to know what happend - if the ajax call was sent or not. I should mention that function X is ...
1
vote
0answers
62 views

JQMobile - unable to load spinner in custom ajax

I have a search form that is data-ajax=false. As i want to write my own custom ajax call. <form id="search" data-ajax="false"> <fieldset data-role="controlgroup" data-mini="true"> ...
1
vote
0answers
85 views

Logic behind Browser loading indicator

I have a web app where I make a bunch of ajax calls when the page is loaded. I was expecting the browser would drop the loading indicator as soon as the page was loaded and the JS, CSS files were ...

1 2 3 4 5 85