Why is the following jQuery code not working? I have already added the div element to the body. Thanks!
$(document).ready(function(){ $("div").load("http://www.pagetutor.com/index.html"); });
Without additional information:
You cannot upload remote domain content if it does not contain json.
This is a browser restriction.