html:
<input type="submit" value="Reject" id="btnReject12" class="btn btn-round btn-danger newbtn" name="ButtonType" onclick="kyc.Reject('POA')" />
jquery:
Отклонение:
function (type) {
alertify.prompt("Confirm", "Please provide reason to reject this documents.", ' ',
function (evt, value) {
if (value == ' ') {
alert('Please Enter the reason');
return false;
}
else {
RejectDocument(type, value);
}
},
function () {
}).set('type', 'text').resizeTo('100%', 250);
}
В приглашении Alertify.js текст ввода не работает в Firefox, есть ли какая-либо функция или что-либо, что у меня естьположить туда