You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
The reason that the head is ignored for Ajax page content: it's just too complex. The framework would need to compare and >reconcile the contents of multiple page head elements as they are loaded into the DOM so we leave this task to the developer.
In the case that script is injected in the head on a page by page basis it is possible for me to tag that script. I already see that script within the roll=page is already executed. A small addition of code for the loadPage function could allow head scripts too.
From JQM:
In the case that script is injected in the head on a page by page basis it is possible for me to tag that script. I already see that script within the roll=page is already executed. A small addition of code for the loadPage function could allow head scripts too.
The text was updated successfully, but these errors were encountered: