Replies: 1 comment
-
|
That could probably be done with clever use of container selectors. If e.g. both had the same id such as If they differ and you can't change the markup, you could combine both into a single container like For snything more complex, I'd suggest looking into the Fragment Plugin which deals exactly with your type of dynamic containers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to set swup to insert the content of one selector from the target page into another selector within the current page?
Example:
After click the "
<a>";Is it possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions