$(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'); } }) })