js bind0

$(function(){ $("#ul").on('click','li',function(){ if(!$(this).a

 $(function(){
        $("#ul").on('click','li',function(){
            if(!$(this).attr('s')){
                $(this).css('background','red');
                $(this).attr('s',true);
            }else{
                $(this).css('background','#fff');
                $(this).removeAttr('s');
            }
        })
    })

 

ttr('s')){ $(this).css('background','red'); $(this).attr('s',true); }else{ $(this).css('background','#fff'); $(this).removeAttr('s'); } }) })

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324989371&siteId=291194637
Recommended