I am trying to load an external file that contains some html code into a div using jQuery.load, but I failed: Div:
<div id="htmhtm"></div>
jQuery:
$('#htmhtm').load(
'https://github.com/kastolom/diefororacle/blob/master/2014-08-28-pivot/html/article.html'
);
Could anyone please tell me where the problem is?
I want to have my blog entries outside of the blog hosting, in order to be able to migrate from one resource to another, for example, from blogger.com to wordpress