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

5
votes
0answers
315 views

jquery mobile collapsible and galaxy tab 10.1 json response gives random responses

Fairly new to jquery mobile and new to parsing json - have done much research to no avail. Have tried 10sec delay in settimeout function My app works correctly on my samsung galaxy s2 but on my ...
3
votes
0answers
157 views

using same origin policy still Why JSON response is blank with jquery ajax on https link?

I have one HTTPS page, on that secured page I am trying to implement jquery autocomplete plugin. My code is as follows : function stateAutoComplete(id, widthParam){ widthParam = typeof widthParam ...
3
votes
0answers
241 views

Struts2 Result type http header 500 does not trigger onErrorTopics in sj:autocompleter

We have a Struts2 application using Struts2-jQuery framework for Ajax operations. While using the Autocompleter (sj:autocompleter) tag in Struts2-jQuery as follows, it makes an ajax request to the ...
3
votes
0answers
450 views

Fading in images as they scroll into the viewport using datasrc, live and the Inview plugin.

I'm pretty close to cracking this, or cracking up, i'm not sure which yet. Maybe both. I have a series of images loading on the page (some quite big) via an infinite scroll javascript (the only one ...
2
votes
0answers
17 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 ...
2
votes
0answers
47 views

json not responding from the model the way I'd like to think - autocomplete select2 with rails

So, I just discovered select2. Awesome. Now I'm trying to figure out how to use it, server side with ajax / json. I'll get right to the nitty gritty. json returns a value, but the searchbox ...
2
votes
0answers
36 views

Ajax Returns errorError: Access is denied on IE

My following code works great on Firefox and Chrome, but shows error-error: Access is denied on IE, can anyone help me with it please. On Firefox it returns Success as status and same success status ...
2
votes
0answers
92 views

AJAX and CSRF in Spring

I'm sending a CSRF token in an HTTP request header and in a POST hidden field to guard against CSRF attacks something like the following. var request; var timeout; function insert(callback) { ...
2
votes
0answers
45 views

Process XML through ajax in Spring 3.0

How can POST XML (approximately 30000 lines) as data , in jQuery in Spring 3.0 .
2
votes
0answers
356 views

Using jquery mobile ajax- my calender only appears after i refresh page?

Didn't know how to word the question but when i move from my index page to my events.html page using jquery mobile, my calender does not appear until i press the refresh button on the browser. Does ...
2
votes
0answers
414 views

MVC routing changes url hash when requesting partial view via AJAX

I'm using AJAX calls to request partial views and load their html into a content area on my main Index view. I'm leveraging a hash in to the url to enable browser history support (the same way GMail ...
2
votes
0answers
55 views

jQuery ajax request to Flickr sporadically fails

Occasionally, an ajax request to Flickr's api will fail. I'm not sure if I'm doing something wrong here - or if I'm just not handling things correctly - but the code works over 90% of the time. When ...
2
votes
0answers
120 views

Date Picker Integration with User's Google Calendar

I'm looking for a date picker for my site's forms, that integrates with the end-user's Google Calendar. For example, I want user1 to be able to log into my site, and update their orders, and if they ...
2
votes
0answers
243 views

MVC: HTML table rows in a PartialView are not rendered in HTML after an Ajax call

My form looks like; @model IEnumerable<SCD.ViewModels.UserLineViewModel> @{ ViewBag.Title = "List"; } <h2>List</h2> <form method="GET" action="@Url.Action("AddNewUser", ...
2
votes
0answers
166 views

Cannot post data with jQuery Form Plugin

I have the following code (works fine) that i want to change it into jQuery Form Plugin ajaxForm() : $("#replysubmit").click(function() { var msg = $("#message").val(); var attach = ...

1 2 3 4 5 283
15 30 50 per page