Viewing 1 replies (of 1 total)
  • Plugin Author smartcat

    (@smartcat)

    you’ll need a jquery click event on the button you want to use as the close button.

    $('#close-button').click(function() {
            $('#sc-popup').fadeOut(350, function() {
                $('#sc-popup-dim').fadeOut(300);
            });
        });
Viewing 1 replies (of 1 total)
  • The topic ‘Button oe link close’ is closed to new replies.