Code:
function onlyNumbers(x){
x.value = x.value.replace(/[^0-9]/g,'');
}
function onlyLowercase (x){
x.value = x.value.replace(/[^a-z]/g,'');
}
function onlyAlhpa (x){
x.value = x.value.replace(/[^aA-zZ]/g,'');
}
Mixed paint in background: background: linear-gradient(to right, #b6e358, #38b143) Grid view: display: grid; grid-template-columns: a...
No comments:
Post a Comment