Execute jQuery code after successful login
-
Hello I would like to execute jQuery code after successful login.
Is there something I can make use of? For example like so?
jQuery(document).on(‘lwa_login’, function(event, data, form){
if(data.result === true){
//do something
}…
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Execute jQuery code after successful login’ is closed to new replies.