$(document).ready(function() { $('.fphone').mask('+7(999)-999-99-99').on('input',function(){ if(+this.value.replace(/\D+?/g,'').substr(1,1)===8) alert('Achtung!'); }); });