

Updated 03 Mar 2023
Did this page help you?
The attribute definition calls a globally accessible JavaScript function.
Example
<head> <script> function _loggedOutCallback(){ //possibly redirect the user to the login page } </script> <script src="https://labs.pathfix.com/helper.js" data-on-logged-out="_loggedOutCallback()" ></script> </head>