|
|
@ -930,10 +930,10 @@ $(function (){
|
|
|
|
$('.payment_input_phone').children().text($("#phoneNo_heng").val());
|
|
|
|
$('.payment_input_phone').children().text($("#phoneNo_heng").val());
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
$(".bank_order_heng input").focus(function () {
|
|
|
|
$("input").focus(function () {
|
|
|
|
scrollTop = document.scrollingElement.scrollTop;
|
|
|
|
scrollTop = document.scrollingElement.scrollTop;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
$(".bank_order_heng input").blur(function () {
|
|
|
|
$("input").blur(function () {
|
|
|
|
document.scrollingElement.scrollTo(0, this.scrollTop);
|
|
|
|
document.scrollingElement.scrollTo(0, this.scrollTop);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|