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.
6
votes
0answers
343 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
175 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
250 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
496 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
61 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
57 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
106 views
No callbacks are fired on JQuery.ajax() in Chrome when JSONP request returns 404
So I've been banging my head against the keyboard here for a while, and finally managed to boil this strange behavior down to its core.
It seems that in Chrome, when you make a JSONP request using ...
2
votes
0answers
122 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
47 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
389 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
473 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
68 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
125 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
288 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
203 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 ...