Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All
Google Chrome Dose Not Support
JavaScript
$('#id').load('page.html');

but Even IE8 Support this Simple J-query

How do I fill a Page In a Div With out
JavaScript
$('#id').load('page.html');

I Need Doing That Because All Browsers Support That But Chrome Can't Run it ..

I think can doing That With GET() . Help Me Please

Best Regards AJ
Posted

1 solution

document.getElementById("id").innerHTML = page.html;

Don't Work Too :D
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900