On leave action on a container or Check Focus

0
Hello, Is there a way to implement an on leave action on a container  Or check the focus of a container ?
asked
2 answers
0

Hey there,

Unfortunately that is not possible, only when using input fields can you use on leave or on change actions.

answered
0

you can use html/js snippets and use the Javascript mousehover  and mouseleave event also you can use jquery  in this widget

and in jquery we have onblur event or blur function and mouseenter  and mouseleave  function and events 

this on of the suitable event 

answered