alertify.js icon indicating copy to clipboard operation
alertify.js copied to clipboard

How can I add an checkbox to promt and catch result?

Open art1sh0k opened this issue 8 years ago • 1 comments

I think, it will be good additional to this framework. Can you help me?

art1sh0k avatar May 26 '17 13:05 art1sh0k

@art1sh0k If you require a checkbox in the prompt, simply do the following after the alertify code:

$(".ajs-content").append("<input type="checkbox" />");

MincDev avatar May 11 '18 05:05 MincDev