wip
This commit is contained in:
9
public/web/shella/scripts/cs_functions.js
Normal file
9
public/web/shella/scripts/cs_functions.js
Normal file
@@ -0,0 +1,9 @@
|
||||
$(document).ready(function () {
|
||||
$('#PopupCustomerPhone').inputmask("+(\\9\\93)-69-99-99-99");
|
||||
|
||||
$('#ContactFormPhone').inputmask("+(\\9\\93)-69-99-99-99");
|
||||
})
|
||||
|
||||
function maskMe(el) {
|
||||
$(el).inputmask("+(\\9\\93)-69-99-99-99")
|
||||
}
|
||||
Reference in New Issue
Block a user