Current Path : /home/numerotech/mcinfo.numerotech.com/mc_info_update/core/static/js/ |
Current File : //home/numerotech/mcinfo.numerotech.com/mc_info_update/core/static/js/main.js |
(function($) { $(".toggle-password").click(function() { $(this).toggleClass("zmdi-eye zmdi-eye-off"); var input = $($(this).attr("toggle")); if (input.attr("type") == "password") { input.attr("type", "text"); } else { input.attr("type", "password"); } }); })(jQuery);