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
47 views

How to make load() work with 100% width and height?

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> body { background-color: ...
1
vote
0answers
88 views

Submit form with hidden field remotely

I have a form based on bootstrap as follows, with a hidden field: <%= form_for @epochdate, {:class => "form-inline", :remote => true} do |f| %> <%= render ...
1
vote
0answers
48 views

What do i have to add to this js external page loader to load also java script from the page?

$(window).load(function() { var rel = $('#nav li a').each(function(){ var page = $(this).attr('rel'); }); $('#nav li a').click(function(){ var toLoad = $(this).attr('rel')+' #content'; ...
1
vote
0answers
186 views

Ajax call with jquery-fileupload

I have following error when load jquery-fileupload on my website: http://www.testsite.net/uploadfile/%5Bobject%20Object%5D?_=1354103435936 error is (page response) <!DOCTYPE HTML PUBLIC ...
1
vote
0answers
209 views

Send request from HTTPS to HTTP and get response

I have a site that uses HTTPS connection. It runs a PHP script for uploading video to a HTTP server, and on successful upload the server returns a key as response. The request can be done ...
1
vote
0answers
70 views

Changing URL not working in IE

I need to change the directory in the URL each time I'm loading a new page with AJAX. Right now it's working in Chrome & FF but not in IE. $('a[data-link="inner"]').live('click', function (e) { ...
1
vote
0answers
172 views

jQuery AJAX Calls Crashing IE9

My app makes many AJAX calls via jQuery back and forth to my PHP files, which gather data from my DB and return it back. When testing the app in Google Chrome, everything works fine and the AJAX ...
1
vote
0answers
78 views

jquery ajax form submission

i am having problems with my ajax form submission. it does not seem to be submitting and i am not sure where i went wrong. the function first load the form submission from another page and ...
1
vote
0answers
67 views

JQuery Post doesn't work on first attempt but all subsequent attempts are fine

I have a JQuery UI modal form dialog based on the demo on the JQuery UI website. The purpose of this is to allow users to post to a social networking site. The user clicks a button on the site, the ...
1
vote
0answers
440 views

Microsoft JScript runtime error: Syntax error, unrecognized expression on second button click

hi I have log in Partial view in jquery dialog , when I click button for the first time, it works true. It means that, if textboxes are empty then it shows client errors to fill them. but when I click ...
1
vote
0answers
239 views

jQuery custom validation - adding error object

Below function works perfectly fine. At present if user name is not available, I'm alerting a message "Email ID already registered - please log in". My query is, instead of alerting, can i add above ...
1
vote
0answers
358 views

jQuery take value for input[type =“text”] in jQuery data with defined variable

I have my markup like this. Now here you can see every button has same class named button. <div class="cart"> <input type="text" name="quantity" size="2" value="12" /> <input ...
1
vote
0answers
132 views

How to disable timeout for ajax jsonp request?

I am making the jQuery ajax jsonp asynchronous request from my browser (IE, Mozilla, Chrome) to my java app. If my response does not come with in 4 minutes, request gets timed out on all browser. In ...
1
vote
0answers
121 views

jQuery webcam. Add taken photo to upload form field

Hello I'm using jQuery AS3 webcam plugin for my project. But can figure out how to get the taken photo and add it to upload form field (if its possible). When I click the capture button it shows the ...
1
vote
0answers
96 views

Rails 3 Ajax Cannot get newly created record to append at bottom of existing table

On my index page I return a table of query results using Ajax. I having successfully created a new record using Ajax too. My problem is trying to get that new record immediately appended to the ...
1
vote
0answers
101 views

Jquery Json response works on everything but Ipad

I am posting back to get a list of stores after the user enters an address and clicks a button. This works great in all browsers except for the Ipad. In its case it returns a success status but an ...
1
vote
0answers
648 views

SyntaxError: identifier starts immediately after numeric literal

I am using $.ajax function in jquery. I have written the following code: <script> $(document).ready(function() { var id =%%GLOBAL_ProductId%%; var AllData="" ; ...
1
vote
0answers
183 views

Unable to apply jquery multiselect widget with ajax populated values

I am using ajax to fill in my select dropdown. I am using this widget to beautify my multiselect dropdown. But for some reason, the dropdown is not getting populated after using this widget. Here is ...
1
vote
0answers
199 views

:remote => true/data-remote on a form loaded via ajax

In my Rails app, I have a form that is loaded via Ajax using jQuery load method. function load_sales_form(product_id) { $("#sales_form").load("<%= url_for(:action => :show_sales_form) ...
1
vote
0answers
241 views

ASP.NET MVC Show View after Ajax call to a Controller

I have a View with a submit form: when I click it a jquery/ajax function is called. This function has to encode the View Model, call a Controller action and show the View returned. Now, this is my ...
1
vote
0answers
44 views

Ajax Max Redirect

I'm trying to run a script that imports information based on a large data source. To make sure it doesn't timeout (i can't use settimelimit), i end up doing a redirect to the same page with different ...
1
vote
0answers
94 views

Geolocation issues in IE9

I am having a few issues with geolocation in IE9 and onwards. The script below works great in all other browsers ,fades out the message in #loader and displays the nearest location in its place. ...
1
vote
0answers
53 views

jQuery code stop excuting after Ajax call returned

i just try to set up admin zone with dynamic database controlling. its working quite nice and i have setted up the add, delete and update records. the issue is when i run the code first time ...
1
vote
0answers
319 views

Jquery ajax text/html to application/json

I have an error on using the ajax request below. $.ajax({ url: "http://webservice.users.com:8000/users", dataType: 'jsonp', beforeSend: function (xhr) { ...
1
vote
0answers
92 views

Firefox keeps giving error 0x80004005 with Redactor.min.js

When I am using redactor in Firefox(only Firefox). The console keeps giving me the error 0x80004005 for random script. For example, if I have facebook's sdk in my page, the error will from that ...
1
vote
0answers
126 views

Is jQuery 1.8.2 incompatible with a Firefox 16 extension?

Here is some sample xul and a little bit of script I added for this example: <?xml version="1.0"?> <?xml-stylesheet href="chrome://linktargetfinder/skin/skin.css" type="text/css"?> ...
1
vote
0answers
311 views

JQuery UI Dialog Slow to Load in IE8 (Loads quickly the first time)

I know IE javascript performance is abysmal compared to FF and Chrome, but most of my users us IE8. I don't notice the performance problem in FF (surprise). I am using Jquery and Jquery-ui for the ...
1
vote
0answers
85 views

Jquery XML POST not properly setting the request

I have a rest service and I'm trying to call it through jquery client. The backend rest service works find when I send a response like below through CURL. curl -H "Accept: text/plain" -X POST -d ...
1
vote
0answers
403 views

Isotope doesn't run at all after jQuery ajax load

I'm having problems with a website that uses isotope and loads all it's contents with ajax. I run the isotope script after the ajax call and it's running fine. The problem is that the elements are ...
1
vote
0answers
69 views

.post() is working under IE and Chrome but not under Firefox

I've got the problem with the below code. In IE and Chrome the POST vars are sent but under FF it is empty. I suspect that the selector is something that the FF does not like as if I give in an exact ...
1
vote
0answers
87 views

OutOfMemory Exception from Struts Ajax call when using non-primitive Java objects

I've got a relatively simple Ajax call to a Struts 2.2.3.1 action that returns a simple Java POJO. Once we add a simple Enum to that POJO and execute the action, we get a bunch of messages like this ...
1
vote
0answers
153 views

Uncaught TypeError: Object function (a,b) - Javascript

I am receiving the following error in Chrome's Console while using a modal overlay jquery plugin called "Fallr." Object function (a,b){return new e.fn.init(a,b,h)} has no method 'fallr' It cites ...
1
vote
0answers
115 views

couchdb Replication of Large Documents via Ajax

I'm working on a couchapp that may have large documents added to it. For example, I'm testing with a 446MB video. User A can request to replicate with user B who may have large files like this. The ...
1
vote
0answers
98 views

Send ajax requests without cookies in the same domain?

I see that google or twitter autosuggest's sends ajax requests which are very lightweight since they don't send any cookies with the request. I was wondering how do they do it? I googled about ways ...
1
vote
0answers
131 views

Form loaded via AJAX delay and show div on submit

I'm using jQuery to load a form via AJAX. I want to show a div on submit before the user is sent to the return url. I've tried several solutions but the div is never shown. // Delay form from being ...
1
vote
0answers
635 views

context.Response.Write(url) return content rather than text

I have some ajax request that is handled in httphandler jQuery.ajax({ type: "GET", url: url, dataType: "text", complete: function (resp, status) { if (status == "success" || status == ...
1
vote
0answers
323 views

jQuery File Upload by bluimp, how to replace instead of renaming

First of all the jQuery plugin can be found here: https://github.com/blueimp/jQuery-File-Upload I'm using the PHP-version of the script and I'm trying to replace images that has the same name ...
1
vote
0answers
148 views

Jquery that containn multiple checkbox using lightbox

Can any one help me to create a pop up that contain multiple check box and after selecting option that values come in text box and if we want to remove particular selection then it allows us from ...
1
vote
0answers
151 views

follow user on twitter using twitter API

I am using following code to follow on twitter <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Page Title</title> ...
1
vote
0answers
1k views

thumbnail image gallery jquery

i am trying to make a thumb gallery. structure: one container to display big images another container which is having 3+ groups each having 3 options of radio button. on selecting any of the ...
1
vote
0answers
220 views

Using Ajax to handle Play Framework requests on external pages

So all the examples that I have seen, look like they are used within the play framework themselves. I'm trying to handle a simple login from an external page that would eventually be used on a mobile ...
1
vote
0answers
1k views

asmx web service - jQuery ajax post json (500 error) - CORS (Access-Control-Allow-Origin is set to *)

This topic seems to be one with a million "solutions" with even more mixed results. So please cut me a little slack as I will try to demonstrate what is going on, what I'm using and how I've ...
1
vote
0answers
133 views

Unexpected jQuery ajax json response

I am having some strange issues with jQuery (1.7.2) ajax and asp.net. When using the code below locally this all appears to work fine. The ajax fires fine, the modal pops up as expected, the div ...
1
vote
0answers
335 views

Struts 2 + JSON + AJAX pdf downloading issue

I have a script in which on Click on link i need to download PDF file present in temp folder on server and this i am doing it by calling AJAX function. that AJAX function is calling struts 2 action ...
1
vote
0answers
170 views

.ClientTemplate issue when calling a $.get() Telerik MVC3 Grid

So, what the end intent really is, is to have a normalized Grid. Meaning I want to store an ID, but display the value in the Master Grid (as a text field, not a combo box). So I tried to go about it ...
1
vote
0answers
200 views

icefaces javascript with partial update does not get evaluated

I use ace:tabset that creates partial ajax updates for the chosen ace:tabPane. It gets the content of the chosen pane with ajax. However components shown from the partial ajax update contain ...
1
vote
0answers
313 views

Invalid postback or callback argument. When dropdown list populated with jquery and there is a postback

I have two dropdown list boxes on change of first I want to fill the second one. I have written a jquery for this as follow function BindModel() { var makeCode = $('#ddMake').val(); var ddModel = ...
1
vote
0answers
151 views

incomplete json payload received at server side in ajax call - asp.net mvc3 / jquery

I am facing a strange issue which happens in some cases but not in regular scenario. I have an ajax call which sends some data to my controller. In majority cases, the ajax call posts data to ...
1
vote
0answers
114 views

How to Push looping data into an js array multidimention

I want to push looping data to array which format look a like Array([2001,6],[2002,7],[2003,5]) MY data from JSON: myDatas = new Array([]); $.each(data, function(d) { ...
1
vote
0answers
185 views

jQuery automatically register event handler(s) to user actions on elements that are added to DOM by Ajax response

For ajax web application that has many screens and navigations, to attach event handlers for div or links or buttons, we can code like : //Using $.on inside Ajax success handler ...

1 2 3 4 5 85