Oct 4

用jQuery去除链接虚线 不指定

wxxslt , 20:08 , JS , Comments(0) , Trackbacks(0) , Reads(495) , Via Original Large | Medium | Small

$(function(){
        $('a,input[type="button"],input[type="submit"]').bind('focus',function(){
                if(this.blur){ //如果支持 this.blur
                        this.blur();
                };
        });
});
Tags: ,
Add a comment
Emots
emotemotemotemot
emotemotemotemot
emotemotemotemot
emotemotemotemot
emotemotemotemot
Enable HTML
Enable UBB
Enable Emots
Hidden
Remember
Nickname   Password   Optional
Site URI   Email   [Register]