hinclude icon indicating copy to clipboard operation
hinclude copied to clipboard

declarative client-side inclusion for the Web

Results 11 hinclude issues
Sort by recently updated
recently updated
newest added

It is not possible to nest hinclude's. If the loaded content of a hinclude has another hinclude inside, nothing happens. Just the default text between the tags is shown.

needs-work

Auto refresh - add 'refresh' attribute to `` to refresh every 5 seconds

Add feature `BeforeRequestCallback` Add public getter/setter for properties - ClassPrefix - BeforeRequestCallback Offers the possibility to change the classprefix and modify the XHR request, e.g.: ``` javascript hinclude.setClassPrefix('hinclude-http-error hinlcude-http-'); hinclude.setBeforeRequestCallback(function(req,...

needs-work

I'm using hinclude to include a CSRF token in a laravel blade page that has been cached with HTTPCache. When I put the CSRF token inside the body tag, everything...

Maybe I'm missing something here, but with the current version, there is no way to actually access the refresh feature of hinclude. Since there is no exports once the file...

Sorry if this has an obvious answer, but could you specify the supported browsers' versions somewhere, please?

Would love to have default support to "refresh" the hincluded section based on an event. For example: * You click a button * You trigger for example a `window` event...

Make sure that addDOMLoadEvent is still relevant / correct, and plays nicely with jquery, etc.

needs-work

HInclude does a good job of fetching HTML and injecting that into the DOM. This obviously requires the data to be rendered server side. I would like to explore the...

idea

I would be useful to know when a include has finished loading and is ready for instance to be used in Javascript.

needs-tests