JavaScript/JQuery information required

Viewed 13
{
        title: 'Congratulations!',
        text: 'You entered the correct answer',
        icon: 'success',
        button: {
          text: "Continue",
          value: true,
          visible: true,
          className: "btn btn-primary"
        }

What type of Bs modal design is this in Js/JQuery and how can I execute a function on its button click?? Any help appreciated.

0 Answers
Related