Open Popup on hover
-
Hello, I’m trying to open and close a popup on hover using this code
but doesn’t open, just flickers, any help would be appreciated
jQuery(".cell1").on('mouseover', function() { PUM.open(299); }); jQuery(".cell1").on('mouseout', function() { PUM.close(299); });
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Open Popup on hover’ is closed to new replies.