$.ajax({
       url: "http://api.example.com";,
       success: function(html){ }});


On 10 Gru, 01:02, Kyle Decot <ow...@affinityskateboards.com> wrote:
> How do i make a ajax call using $.ajax(); to a subdomain on my
> website. I'm calling $.ajax() fromwww.example.com& the url for the
> call is api.example.com Thanks for any information you can provide me
> with.

Reply via email to