Witam,
Przed chwilą natknąłem się na tego typu błąd w Google Chrome : "
XMLHttpRequest cannot load file:///C:/Documents%20and%20Settings/dedal/Pulpit/webmaster/jquery/index.html. Origin null is not allowed by Access-Control-Allow-Origin."
Nie mam pojęcia dlaczego, wczytanie strony poprzez ajaxa nie działa, jeżeli ktoś, wie jak rozwiąż ten problem to bardzo proszę o pomoc.
<head><link type="text/css" href="css/ui-lightness/jquery-ui-1.8.9.custom.css" rel="stylesheet" />
<link type="text/css" href="css/style.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.9.custom.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#1f').click(function() {
$('#content').load('index.html');
});
});