Jquery .load and subdomains
Posted
by mark
on Stack Overflow
See other posts from Stack Overflow
or by mark
Published on 2010-03-14T09:30:40Z
Indexed on
2010/03/14
9:35 UTC
Read the original article
Hit count: 245
I am trying to load a file (http://domain.com/v2/inc/review.php) from a subdomain (http://resort.domain.com) using jquery. Although I use the full location it refuses to load. Does anyone know how to get it to work?
$("#resort").load("http://domain.com/v2/inc/review.php");
© Stack Overflow or respective owner