Почему кнопка alertify confirm cancel не работает?
#javascript #jsp #alertify #alertifyjs #javascript #jsp #оповещать #оповещениеjs Вопрос: Я использую alertify.confirm() его в своем проекте spring mvc. alertify.confirm( "Press OK to Confirm", function(){ console.log("ok") }, function(){ console.log("canceled") }); Но…