Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kim L

    (@kimmyx)

    Hi @mohsinworld,

    Out of the box, the plugin doesn’t offer this type of trigger.

    However, you can do this with a little custom coding.

    jQuery('.custom-css-selector-goes-here').on('mouseenter', function () {
    PUM.open(123); // Open popup 123 when element with class custom-css-selector-goes-here is hovered over.
    });

    Check this out for a guide: Getting Started with Custom JavaScript

    Hope that helps!

    Thread Starter Mohsin Alam

    (@mohsinworld)

    I’ll check this out. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Appear on Hovering’ is closed to new replies.