Jquery .load and subdomains
- by mark
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");