alertify.js
alertify.js copied to clipboard
How can I add an checkbox to promt and catch result?
I think, it will be good additional to this framework. Can you help me?
@art1sh0k If you require a checkbox in the prompt, simply do the following after the alertify code:
$(".ajs-content").append("<input type="checkbox" />");