Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter FunnelEnvy.Eddy

    (@funnelenvyeddy)

    Let me fix my statement a bit, I’m currently using something like Optimezly that injects changes through the DOM. I want to be able to trigger your scoll box with a jquery request if the user lands on “Variation B”, is this possible?

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Eddy,

    You should be able to toggle the box using a simple jQuery line like this.

    $(".scroll-triggered-box").fadeToggle();

    Or, if you’re using the slide animation.

    $(".scroll-triggered-box").slideToggle();

    Hope that pushes you in the right direction.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trigger Scroll Box with jQuery’ is closed to new replies.