Speech about this library. Connect it. Now if we place this link code on the page:
<a ic-post-to="/click">Link</a> Then he turn into this:
<a ic-post-to="/click" ic-src="/click" ic-verb="POST" ic-trigger-on="default" ic-deps="ignore" ic-id="7">Link</a> New attributes - this tells us that the library is working.
Now to the point. A similar link is in the HTML code, which is dynamically loaded onto the page. And the bottom line is that as a result, exactly the same html link code is placed in the source code of the page, which I pass from the back-end. That is, all these attributes in the link, which the library substitutes for its work - they are not. Library is not working. Yes, and clicking on the link does not leave anything.
That is, if to speak briefly, the library is not initialized at this moment.
How to fix? Help me please.