How to use onMouseIn ?
$w.onReady(()=>{
$w('#myElement').onMouseIn(()=>{
//here ---> do something when Mouse is hovered over the element
});
});
How to use onMouseIn ?
$w.onReady(()=>{
$w('#myElement').onMouseIn(()=>{
//here ---> do something when Mouse is hovered over the element
});
});