I'm making an Ajax.request to a remote PHP server in a Sencha Touch 2 application (wrapped in PhoneGap).
I have a setup involving Frontend server (Node.js, domain: localhost:3000) <---> Backend (Django, Ajax,
Recently I've realised that, some adblocker extensions (such as adBlocker plus) block some Ajax calls. I
I am trying to create controller actions which will return either JSON or partial html depending upon a parame
I would like to add a custom header to an AJAX POST request from jQuery. I have tried this: $.ajax({ ty
I'm using jQuery and Ajax for my forms to submit data and files but I'm not sure how to send both da
I have a javascript app that sends ajax POST requests to a certain URL. Response might be a JSON string or it
I am trying to create a basic authentication through the browser, but I can't really get there. If this
I have a Struts2 action in the server side for file downloading. <action name="download" class="com.xxx.Do
Here are two pages, test.php and testserver.php. test.php <script src="scripts/jq.js" type="text/javascri
Recently I have started playing with jQuery, and have been following a couple of tutorials. Now I feel slightl
I'm getting this error using ngResource to call a REST API on Amazon Web Services: XMLHttpRequest cannot
I am using Ajax and hash for navigation. Is there a way to check if the window.location.hash changed like th
How do I send a cross-domain POST request via JavaScript? Notes - it shouldn't refresh the page, and I n
I'd like to send some data using an XMLHttpRequest in JavaScript. Say I have the following form in HTML:
I've seen a couple questions around here like How to debug RESTful services, which mentions: Unfortun
In my AJAX call, I want to return a string value back to the calling page. Should I use ActionResult or just