Код: Выделить всё
$(function(){
$('#chk').load('a.html');
});
Код: Выделить всё
$(function(){
$('#chk').load('ftp:/chkblabla.com/public_html/a.html');
});
Подробнее здесь: https://stackoverflow.com/questions/482 ... ote-server
Код: Выделить всё
$(function(){
$('#chk').load('a.html');
});
Код: Выделить всё
$(function(){
$('#chk').load('ftp:/chkblabla.com/public_html/a.html');
});