Login to your account
QuestMath Blue Logo
1-to-1 live online Math classes
The best of SingaporeMath and RussianMath
Classes designed for your child's precise needs
$(document).on('click', '.toggle-password', function() { $(this).toggleClass("fa-eye fa-eye-slash"); let input = $('#admin_password'); input.attr('type') === 'password' ? input.attr('type','text') : input.attr('type','password') });