码迷,mamicode.com
首页 > 其他好文 > 详细

密码小眼睛

时间:2019-07-11 09:50:17      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:function   children   span   ==   pre   bsp   UNC   cti   nbsp   

 $(".yan").click(function(){
        console.log($(this).parent().parent().siblings().children("input").attr("type"))
        if ($(this).parent().parent().siblings().children("input").attr("type") == "text") {
            $(this).parent().parent().siblings().children("input")[0].type = "password";
            $( this ).attr("src","images/yan2.png");
        }else{
            $(this).parent().parent().siblings().children("input")[0].type = "text";
            $( this ).attr("src","images/yan.png");
        }
    });

 

密码小眼睛

标签:function   children   span   ==   pre   bsp   UNC   cti   nbsp   

原文地址:https://www.cnblogs.com/sdsd123/p/11167886.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!