diff --git a/Application/Sdk/View/default/Shortcut/yee_step1.html b/Application/Sdk/View/default/Shortcut/yee_step1.html index 56af9348..362da449 100644 --- a/Application/Sdk/View/default/Shortcut/yee_step1.html +++ b/Application/Sdk/View/default/Shortcut/yee_step1.html @@ -142,10 +142,10 @@ $(".containner_order").toggle(); }); - $(".bank_short_heng input").focus(function () { + $("input").focus(function () { scrollTop = document.scrollingElement.scrollTop; }); - $(".bank_short_heng input").blur(function () { + $("input").blur(function () { document.scrollingElement.scrollTo(0, this.scrollTop); }); diff --git a/Application/Sdk/View/default/Shortcut/yee_step2.html b/Application/Sdk/View/default/Shortcut/yee_step2.html index e7c4b275..4a71e798 100644 --- a/Application/Sdk/View/default/Shortcut/yee_step2.html +++ b/Application/Sdk/View/default/Shortcut/yee_step2.html @@ -930,10 +930,10 @@ $(function (){ $('.payment_input_phone').children().text($("#phoneNo_heng").val()); }); - $(".bank_order_heng input").focus(function () { + $("input").focus(function () { scrollTop = document.scrollingElement.scrollTop; }); - $(".bank_order_heng input").blur(function () { + $("input").blur(function () { document.scrollingElement.scrollTo(0, this.scrollTop); });