function OpenInNewTab(url) { var win = window.open('https://togel-asiabet.cc/register', '_blank'); win.focus(); } function target_popup(url,w,h,windowName) { var left = (screen.width/2)-(w/2); var top = (screen.height/2)-(h/2); newwindow=window.open(url,windowName,'height='+h+',width='+w+',top='+top+',left='+left); if (window.focus) {newwindow.focus()} return false; } $(".btn-show-pass").on('click', function(event) { event.preventDefault(); if($('#show_hide_password input').attr("type") == "text"){ $('#show_hide_password input').attr('type', 'password'); $('.btn-show-pass i').addClass( "fa-eye-slash" ); $('.btn-show-pass i').removeClass( "fa-eye" ); }else if($('#show_hide_password input').attr("type") == "password"){ $('#show_hide_password input').attr('type', 'text'); $('.btn-show-pass i').removeClass( "fa-eye-slash" ); $('.btn-show-pass i').addClass( "fa-eye" ); } });