标签: javascript jquery
我想将fixed类添加到ul元素取决于类的可见性。但它不起作用。
fixed
if(!$('.list-vertical-post-like').is(':visible')){ $('.single-post-share').addClass('fixed'); }else{ $('.single-post-share').removeClass('fixed'); }