anton7r / a7JS

A light 3kb Javascript Framework which focuses on SPAs with a simple built in routing / page sorting system.
MIT License
6 stars 0 forks source link

rendering links #5

Closed anton7r closed 5 years ago

anton7r commented 5 years ago

There is no way to make links work if you add them to the DOM in the trigger phase.

anton7r commented 5 years ago

this feature is now added to the framework just add data-a7-new-link Attribute to those links and call function a7.renderNewLinks() then they should work