But, when i updated my google chrome to v5.0.375.55 then my external pages are not loading to main index page..
even m using latest jquery version.
Its working all good in Firefox......
<script type="text/javascript">
$(document).ready(function(){
<!-- On Load Page -->
$('#leftcont').load('files/home.html');
$('#footer1').load('files/footer1.html');
$('#footer2').load('files/footer2.html');
$('#akdSights').click(function(){
$('#pageChange').load('files/akdsights.html');
});
$('#events').click(function(){
$('#pageChange').load('files/events.html');
});
$('#upcuming_events').click(function(){
$('#pageChange').load("files/upcomingevents.html");
});
$('#accomodation').click(function(){
$('#pageChange').load("files/accomodation.html");
});
$('#food').click(function(){
$('#pageChange').load("files/food.html");
});
$('#map').click(function(){
$('#pageChange').load("files/maps.html");
});
$('#gallerypage').click(function(){
$('#pageChange').load("gallery.html");
});
});
</script>