Masking insurance number in account creation 1) header.js Function call in .JS :- hideNum(); 2) function displayNum(x) { var p = document.getElementById('employeeHSubscriberNum'); p.setAttribute('type', 'text'); return; } function hideNum() { var p = document.getElementById('employeeHSubscriberNum'); var employeeHSubscriberNumValues = $('#employeeHSubscriberNum').val(); if(employeeHSubscriberNumValues!=null && employeeHSubscriberNumValues!=" ") { p.setAttribute('type', 'password'); }else{ $("#employeeHSubscriberNum").val(""); } ...
Posts
Showing posts from February, 2017
More Than 1 Million Google Accounts Breached by Gooligan
- Get link
- X
- Other Apps