Showing posts with label jquery-ajax. Show all posts
Showing posts with label jquery-ajax. Show all posts

Friday, June 8, 2012

Problems with jQuery getJSON using local files in Chrome


I have a very simple test page that uses XHR requests with jQuery's $.getJSON and $.ajax methods. The same page works in some situations and not in others. Specificially, it doesn't work in Chrome on Ubuntu.

Thursday, May 10, 2012

Jquery UI slider how to make a box follow the handler?


I am trying to create a div that should follow the handler as it is seen here: http://m1.dk/Priser/#tab:#calc,#abb

How to do a ajax request for login


I have this in my PHP code, and it currently does the login request in the same login.php page but now i want to do it with Ajax. Basically I have this in the login.php

Tuesday, April 17, 2012

Jquery - How to make $.post() use contentType=application/json?


I've noticed that when using $.post() in jquery that the default contentType is application/x-www-form-urlencoded - when my asp.net mvc code needs to have contentType=application/json

Wednesday, February 29, 2012

AJAX to Sharepoint Server with Phonegap and JQuery Mobile not working


I have the following Problem. In the Phonegap App(for Android) I want to make an AJAX-Call to connect with a Sharepoint Server, with the following Code:

Friday, February 17, 2012

Using jquery.calculation.js with dynamically added form fields


I'm creating a form with dynamically added fields and would like to sum all added fields. So far I have the following code, but it only sums the first row:

Thursday, January 12, 2012

Long loading times (or not even loading) with jQiery $.ajax on mobile Safari


I'm working on a web app completely made in JS (using jQery) and HTML.

Resend AJAX request with link?


Is there anyway to reload just the AJAX request, so that it updates the content pulled from the external site in the code below?