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
HXLocationHxResponseHeader="HX-Location"// Allows you to do a client-side redirect that does not do a full page reload
48
+
HXPushUrlHxResponseHeader="HX-Push-Url"// pushes a new url into the history stack
49
+
HXRedirectHxResponseHeader="HX-Redirect"// can be used to do a client-side redirect to a new location
50
+
HXRefreshHxResponseHeader="HX-Refresh"// if set to "true" the client side will do a full refresh of the page
51
+
HXReplaceUrlHxResponseHeader="HX-Replace-Url"// replaces the current URL in the location bar
52
+
HXReswapHxResponseHeader="HX-Reswap"// Allows you to specify how the response will be swapped. See hx-swap for possible values
53
+
HXRetargetHxResponseHeader="HX-Retarget"// A CSS selector that updates the target of the content update to a different element on the page
54
+
HXReselectHxResponseHeader="HX-Reselect"// A CSS selector that allows you to choose which part of the response is used to be swapped in. Overrides an existing hx-select on the triggering element
55
+
HXTriggerHxResponseHeader="HX-Trigger"// allows you to trigger client side events, see the documentation for more info
56
+
HXTriggerAfterSettleHxResponseHeader="HX-Trigger-After-Settle"// allows you to trigger client side events, see the documentation for more info
57
+
HXTriggerAfterSwapHxResponseHeader="HX-Trigger-After-Swap"// allows you to trigger client side events, see the documentation for more info
0 commit comments