Ok
Do I have to start an ajax request manual? when I look in firebug, no request was sended
Is there any tech that can dispatch the SQL request into different MySQL DB ?
Is there a request like join left untill id_parents = NULL ?
How to solve "HTTP request status" fail? it says my Drupal7 cannot access external web pages. I have other sites working fine
Is it possible to modify the ajax requests made by views? I need to have something happen upon success/complete of the request.
Is there any way one can make a request to another URI ? Need to call another service, on another port to get a JSON result.
How do I create a request variable before I make a $.post call? I tried: var data; data["firstname"] = John but doesn't seem to work.
How do I load a $.get request for a specific #id on the page? I was using .load("http://blahblah.com/blah #idblah", function(blah blah blah... that was working fine, but the get just loads the html fo
Can an ajax request receive a file's data and display it, such as an image?