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.
5
votes
0answers
317 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
158 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
452 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
21 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
40 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
95 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
363 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
416 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
245 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 = ...
2
votes
0answers
121 views
How synchronous AJAX call could cause memory leak?
I understand this general advice given against the use of synchronous ajax calls, because the synchronous calls block the UI rendering.
The other reason generally given is memory leak isssues with ...
2
votes
0answers
192 views
chrome extension popup HTML not updated by JavaScript, standalone HTML works
I am trying to Show a RSS feed in a Google Chrome extension's popup page. I am using jQuery and a RSS plugin for jQuery. The code works perfectly if I load the popup.html in a browser window. However, ...
2
votes
0answers
117 views
Play 2.0 Ajax Call To Re-render Part Of A Form
I want to re-render a portion of a form with an ajax call in Play 2.0.
So, I have a form that calls a jQuery load to re-render a sub portion of that form. The form template includes the sub template ...
2
votes
0answers
597 views
Jquery-Ajax: Open fancybox via submit a second time results in $.fancybox undefined
I use the following script to catch the click on a second submit-button and send the data via ajax to fancybox. The script works fine, but only the first time. If you close fancybox and want to open ...
2
votes
0answers
54 views
Navigation List Attribute filled with empty objects (except for the ID)
Well this should be an easy one (but apperently not for me).
I have an AJAX routine sending all my data in JSON format to the controller. Everything is perfect and the Model object attributes, back at ...
2
votes
0answers
132 views
Script service returns 405 on VS dev server when using HttpContext.RewritePath()?
I seem to encounter a very specific problem, apologies for length of question.
I have a script service physically residing at /somepath/service.asmx.
I am using a url rewriting module ...
2
votes
0answers
255 views
Display output from command line program realtime in asp.net
I am writing a web app where the application runs a command on the system using System.Diagnostics class.
I wanted to display realtime output from a command which takes a lot of time to complete. ...
2
votes
0answers
228 views
JQuery Mobile Dynamic Content Disappears When Gong Back
I am using JQM with AJAX transitions and loading social sharing buttons from sharethis. No problem on initial load:
$( '#recipe' ).live( 'pageinit',function(event){
var ga = ...
2
votes
0answers
163 views
Java website on Tomcat PHP website on Apache - how to get PHP web pages into Java web pages?
We have a Java web application deployed on Tomcat. We also setup Apache and mod_proxy_ajp to route web requests (port 80/443) to Tomcat.
We would like to deploy a PHP application on the same Apache ...
2
votes
0answers
210 views
JQuery AJAX Post fails on Android Tablets Running Honeycomb 3.2
I have a simple enough AJAX 'POST'. It works on IOS phones and tablets (4.0 and 5) and appears to work on Android phones (2.1 and 4.0) but when it is run on two different android tablets both using ...
2
votes
0answers
217 views
how to create a range slider in jquery for steps as daily,weekly and monthly
I want to create a range slider which operates on dropdown menus {daily, weekly and monthly}.
On selection of daily steps are changed to 7 and minDate chages to maxDate means todays date-7. On ...
2
votes
0answers
494 views
Struts 2 Jquery Ajax Form submit filenotfound error
I have a form on my jsp which looks like
<s:form action="registerUser" theme="simple" name="AddUserForm" id="AddUserFormID" method="post">
In my struts.xml I have made entry for the ...
2
votes
0answers
1k views
How can a JQuery plugin be reloaded/redrawn/updated to refresh it's values?
I've got a doubt it surely it's easy to accomplish but I can't find how to do it.
Is it possible to reload a JQuery plugin without refreshing the entire page so it can refresh it's values? I've read ...
2
votes
0answers
351 views
Axis webservice jQuery call, results in error
I created Axis webservice using Eclipse ( Indigo ), using AXIS default from new, other, webservice. I have it running fine and accepting calls and returning data from the Ecplipse tester ( Webservice ...
2
votes
0answers
747 views
Windows Phone 7/IE9 jQuery ajax “Access is denied”
I'm trying to use the following code with jQuery on Windows Phone 7.5. Every time I try to make a ajax request for xml I get returned "Access is Denied" from the error handler. JSONP is not going to ...
2
votes
0answers
842 views
Cross-domain jQuery ajax not working in firefox
Because of my free host's limitations, I need to call a cross-server request from a friends host where I uploaded a simple script.
I've set the headers in the script on my friends domain to allow ...
2
votes
0answers
1k views
Submitting an Ajax.BeginForm form with javascript/jquery still returning partialview as full page with MVC3
(Note: updated after original post - solution at bottom)
The problem:
I'm using MVC3 and have created a partial view with a Telerik ComboBox using Ajax.BeginForm and I'm then trying to submit it ...
2
votes
0answers
698 views
sending multiple parameters asp.net mvc jquery ajax
I get server error:status of 500 when I try to send 2 parameters to my action in a controller with jquery ajax, dont know why?
this is the jquery code:
$(".genreLinks").click(function () {
...
2
votes
0answers
343 views
jQuery AJAX request with Zend_Form_Captcha ReCaptcha
I am trying to create an AJAX form with Zend_Form. It all works, except when the form is returned invalid, the ReCaptcha scripts are "filtered" out by jQuery. I have tried several different methods, ...
2
votes
0answers
301 views
web service error unexpectedly ending
I got following error when calling web service on IIS7, 64-bit, win server 2008:
Request format is unrecognized for URL unexpectedly ending in '/getTopSixNewsByType'.
It is totally fine when the ...
2
votes
0answers
185 views
cross domain log in with ajax yql
I'm trying to build a webapp to analyze some data in the informatic system of my university (nothing illegal!).
The problem is that they use some pretty old technology and i'm having some ...
2
votes
0answers
777 views
jQuery Ajax Request - Response Text empty in Firefox
I'm new to jQuery so hopefully this isn't too dumb of a question. I'm creating a ajax request and it successfully completes but when I try and display the responseText it works in IE but is blank in ...
2
votes
0answers
245 views
jQuery ajax call does not launch callback when data type is 'script'
For example with jQuery 1.5.2 or smaller this code will log 'ololo' in FireBug console:
$.get(
'some_url',
{ data: 'some_data' },
function() {
console.log('ololo')
},
'script')
Same with ...
2
votes
0answers
718 views
MVC + Ajax call to Controller Loses Authentication
I've seen similar issues in some posts but none of the answers have helped yet.
My MVC app has a few AJAX/JSON response methods in one controller, and the calls get to destination but it doesn't work ...
1
vote
0answers
19 views
Can't load div with “data-role=page” via ajax
When I try to load a jquery mobile page via ajax into the body tag, the content is not shown at all if data-role="page".
Why does that happen?
JS:
$(document).ready( function() {
$.ajax({
...
1
vote
0answers
33 views
how call a outlook function in outlook htmlbody by clicking on hyperlink in outlook addin application
how to call CreateOutlookContacts function on click on activation link ..
outlook function code is given below
mailItem.HTMLBody = "
Hi,
Welcome in Constacts World....
Please click on below link ...
1
vote
0answers
28 views
Getting error message from WebMethod while keeping Web.Config secure
I have a page that's doing jQuery Ajax calls to a WebMethod in one of my ASPX pages. In some cases, my WebMethod is throwing an exception with an error message. This error message is really important ...
1
vote
0answers
63 views
ZF2 Form invalid after JQuery execution, getting The input was not found in the haystack
I have a form that was created using array notation. I have two drop down lists. One is the Parent, and the second is the siblings of the selected parent. I am using JQuery to update the sibling list ...
1
vote
0answers
75 views
pass class of models with javascript textboxes in mvc form to ajax function
i have a class of models:
public class MyPhoneBookModel
{
public ContactsModel Contacts { get; set; }
public ContactTypesModel ContactTyeps { get; set; }
public ...
1
vote
0answers
70 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 ...
1
vote
0answers
159 views
ASP .NET MVC 4, datatables submit and concurrent form submits
So, what I'm trying to do here is rather simple, in my ASP .NET MVC4 application, I've a table from which the user can pick different invoices to get a generated PDF in return (A pdf of all the ...
1
vote
0answers
16 views
User to user request dialog not appearing in my application
My url works fine when I put it directly in the address bar, but when executing the code below, it gets to the error.
$.ajax({
type: 'GET',
url: ...
1
vote
0answers
46 views
jQuery Mobile Ajax Navigation - Find whether or not a page was navigated 'back' to
I have a listview that contains links to view the full content. When I click back from the full content page, the list reloads from scratch...obviously not the best experience. I've found that adding ...
1
vote
0answers
100 views
Ajax submit of data array in CakePHP not working
I'm making making a scheduling calendar where schedulers can drag and drop members of an organization onto Fullcalendar. I have gotten as far as storing dropped events in an array Object, ...
1
vote
0answers
33 views
AJAX search - no results returns last line
I am trying to implement a search box that will search a particular play (AJAX file) for any instances of the word, if the word is found it then outputs that line. My problem is that if no results are ...


