• Very easy to learn, lots of customizations, love it!
    One sugestion: why not provide a sample code for an exit button? I’ve implemented something like this:

    $('#exit').on('click', function() {
            $('#wbounce-modal').hide();
            console.log('wbounce clicked on exit!');
    });

    Best regards,
    Andre

  • The topic ‘Saved my a$$’ is closed to new replies.