Why the following jQuery code doesn't work? I put a div element in the body already. Thanks!
$(document).ready(function(){
$("div").load("http://www.pagetutor.com/index.html");
});
Why the following jQuery code doesn't work? I put a div element in the body already. Thanks!
$(document).ready(function(){
$("div").load("http://www.pagetutor.com/index.html");
});
Without having more info:
You can't load remote domain content unless it's json content.