In the process of learning Ajax requests using jQuery, I tried to load google home page on the click of a link. So I wrote something like:
$(\"#ajax\").click
try adding
Header add Access-Control-Allow-Origin: "http://yoursite.com/"
in htaccess.send some parameters using
$("#g").load("http://www.google.com",{nomeaning:'nomeaning'});
this will send a post request.it worked for me