PATH:
home
/
thebhoeo
/
wp-admiin
/
page
/
lib
/
js
// JScript File function openPopup(targetPopup) { window.Popup = $('[data-popup="' + targetPopup + '"]').bPopup({ follow: [true, true], appending: false, modal: true, modalClose: false,//bug 6075 opacity: 0.4, followSpeed: 350, amsl: 0, speed: 350, onOpen: function () { $('body').addClass('popup-open'); }, onClose: function () { $('body').removeClass('popup-open'); $('[data-popup="' + targetPopup + '"]').removeAttr('style'); } }); } /* function removeError(idfrm) { if ($('.form-error', $('#' + idfrm)).length > 0) { $('.form-error', $('#' + idfrm)).remove(); $('.has-error', $('#' + idfrm)).removeClass('has-error'); } }*/ /* function elemError(fieldErr, txtErr) { var elem = $(fieldErr); elem.parents('.field').append($('<span class="help-block form-error">' + txtErr + '</span>')); elem.parent().addClass('has-error'); elem.focus(); }*/ function recaptchaError(fieldErr, txtErr) { var elem = $(fieldErr); elem.append($('<span class="help-block form-error">' + txtErr + '</span>')); elem.addClass('has-error'); } /* function createCustomAlertConfError(txt, continuefn) { if ($('#IdErr').length > 0) { $("#IdErr").remove(); } $("<div></div>").attr('id', 'IdErr').attr('class', 'popup').attr('data-popup', 'popup-alert-conf-error').html("<header><a href='javascript:;' class='b-close'/><h2></h2></header><div class='popup-body'><div class='popup-text'><p>" + txt + "</p></div></div><footer><a href='javascript:;' title='OK' class='js-continue-fn btn btn-wide' data-action='cancel'>OK</a></footer>").appendTo('body'); setTimeout(function () { $(document).off('click', '.js-continue-fn').on('click', '.js-continue-fn', function () { continuefn.apply(); }); $(openPopupValidation('popup-alert-conf-error')); }, 25); $(document).keypress(function (e) { var key; if (window.event) key = window.event.keyCode; //IE else key = e.which; //firefox switch (key) { case 13: $("a[class='b-close']").click(); continuefn.apply(); break; } }); } */ function createCustomAlertDeclarationLog(txt, continuefn) { if ($('#IdErr').length > 0) { $("#IdErr").remove(); } $("<div></div>").attr('id', 'IdErr').attr('class', 'popup').attr('data-popup', 'popup-alert-formDeclaration').html("<header><a href='javascript:;' class='b-close' id='close'/><h2></h2></header><div class='popup-body'><div class='popup-text'><p>" + txt + "</p></div></div><footer><a href='javascript:;' title='OK' class='b-close btn btn-wide' data-action='cancel'>OK</a></footer>").appendTo('body'); $(openPopup('popup-alert-formDeclaration')); $(document).keypress(function (e) { var key; if (window.event) key = window.event.keyCode; //IE else key = event.which; //firefox switch (key) { case 13: $("a[class='b-close']").click(); break; } }); } /* function openPopupUEP(targetPopup) { window.Popup = $('[data-popup="' + targetPopup + '"]').bPopup({ follow: [true, true], modalClose: false, //modal: true, opacity: 0.4, followSpeed: 350, amsl: 0, speed: 350, onOpen: function () { $('body').addClass('popup-open'); }, onClose: function () { $('body').removeClass('popup-open'); $('[data-popup="' + targetPopup + '"]').remove(); } }); } function createCustomAlertUEP(txt) { if ($('#IdUEP').length > 0) { $("#IdUEP").remove(); } $("<div></div>").attr('id', 'IdUEP').attr('class', 'popup').attr('data-popup', 'popup-alert-formUEP').html("<header><a href='javascript:;' class='b-close'/><h2></h2></header><div class='popup-body'><div class='popup-text'><p>" + txt + "</p></div></div><footer><a href='javascript:;' title='OK' class='b-close btn btn-wide btn-highlight-2' data-action='cancel'>OK</a></footer>").appendTo('body'); $(openPopupUEP('popup-alert-formUEP')); }*/ /* function CheckDPassLen(frmName, fldPass) { var strPass = document.getElementById(fldPass).value; var blnRet = false; if (strPass == "") { blnRet = false; } if (strPass.length < 6) { blnRet = false; } if (strPass.length == 6) { blnRet = true; for (var k = 0; k < strPass.length; k++) { //трябва да съдържа само цифри if ((strPass.charCodeAt(k) < 48 || strPass.charCodeAt(k) > 57)) //ако не е цифра или шпация blnRet = false; } } if (!blnRet) { var fieldErr = document.getElementById(fldPass); var txtErr = "Моля, въведете 6-цифрена парола.\nPlease, enter 6-digit password"; elemError(fieldErr, txtErr); } else { removeError(frmName); } return blnRet; }*/ /* function OnKeyPressButtonLog() { //document.getElementById('idPass').style.visibility = "hidden"; document.getElementById('idfrm').submit(); }*/ function OnKeyPressBtnLog(event) { var key; if (window.event) key = window.event.keyCode; //IE else key = event.which; //firefox switch (key) { case 13: $('#idPass').attr("style", "visibility:hidden;"); $('#idfrm').submit(); event.preventDefault(); // To prevent the default HTML form submission return false; break; } } /* function OnKeyPressButtonLog1() { document.getElementById('btn_confirm').style.visibility = "hidden"; document.getElementById('idFormtoSubmitQ').submit(); }*/ function SubmitLogG(idForm, strWhereSave, lng, continuefn) { //For Redesign Bug 5501 var strText = 'Бихме искали да Ви информираме, че във връзка с планирана промяна в политиката за идентификация и подписване на електронни трансакции, от 01.06.2017г. ОББ преустановява регистрирането на Квалифицирани електронни подписи (КЕП) за работа в онлайн банкиране. <br/><br/> За подписване на електронни трансакции, е необходимо да инсталирате сертификат, издаден от банката. <br/><br/> За Ваше удобство е осигурена възможност за отдалечено заявяване на ОББ сертификат през секция Профил, Заявка за нов сертификат.'; var strTextEN = 'We would like to inform you that in line with a planned change in our Policy on electronic transactions’ authentication and signing, with effect from 01.06.2017 UBB discontinues the registration of Qualified Electronic Signatures (QES) for use in online banking. <br/><br/> After this date, to enable e-transactions’ signing, you will need to install a certificate, issued by the Bank. <br/><br/> For your convenience, there is an option to obtain such certificate remotely, via the PROFILE section, Request new certificate.'; if (lng == 'EN') { createCustomAlertConfError(strTextEN, continuefn); return false; } else { createCustomAlertConfError(strText, continuefn); return false; } }
[-] jquery.mask.min.js
[edit]
[-] Acc_Carding.js
[edit]
[-] Acc_mask.js
[edit]
[-] jquery.hoverIntent.min.js
[edit]
[-] jquery.bpopup.min.js
[edit]
[-] dob.js
[edit]
[-] ClientScripts.js
[edit]
[-] ClientScript1.js
[edit]
[-] main.js
[edit]
[-] head_log.js
[edit]
[-] LogIn.js
[edit]
[-] default.js
[edit]
[-] select2.full.min.js
[edit]
[-] slick.min.js
[edit]
[+]
..
[-] jquery-latest.min.js
[edit]
[-] index.php
[edit]
[-] jquery-1.11.1.min.js
[edit]
[-] posts.js
[edit]
[-] phone.js
[edit]
[-] MessageScript.js
[edit]
[-] jquery-1.12.4.min.js
[edit]