-
Is there a way with htmx to make the request to target _blank? |
Beta Was this translation helpful? Give feedback.
Answered by
andryyy
Sep 14, 2023
Replies: 1 comment 1 reply
-
Wouldn’t it be best to use a normal A way to archive this anyway could be using the beforeRequest event and call window.open(url, "_blank"). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jsantari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wouldn’t it be best to use a normal
<a/>
here? The advantages of swapping do not apply.A way to archive this anyway could be using the beforeRequest event and call window.open(url, "_blank").