-
$(document).on('keyup','#expiry',function(){ var _slash = this.value; _slash = _slash.replace(/(\d{2})(\d{2})/, '$1/$2'); this.value = _slash; });