Nhan Nguyen
Nhan Nguyen
CSS loader is not widely used. It is just a small utils. I think every initial CSS file should be loaded in the head. The dynamic should be loaded after...
Can you describe clearly the problem?
Hi Findborg, You can try the ajax code below. ``` html.ajax('components.php') .done(function (pageContent) { html('#myDiv').text(pageContent); // append the content to your div }).fail(function (xhr) { console.log(xhr.statusText); // log the error,...