Hello,
i've tried jquery .load() function. It is ok when i load files from my server, but i don't know how to load another file from www.
This is my code:
jQuery("#blog").load("/index.html");
jQuery("#blog").load("http://crocoweb.sk/");
The first one is working, the second not. On documentations I can't find how to use http as url parameter here. Please help!