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");
});