1.点击显示,再次点击隐藏
$("#pingfen-click").click(function(){ name = document.getElementById("pf-window").className; if(name == ‘hide‘){ $(‘#pf-window‘).removeClass(‘hide‘); }else{ $(‘#pf-window‘).addClass(‘hide‘); } });
时间: 2024-10-12 23:22:42
1.点击显示,再次点击隐藏
$("#pingfen-click").click(function(){ name = document.getElementById("pf-window").className; if(name == ‘hide‘){ $(‘#pf-window‘).removeClass(‘hide‘); }else{ $(‘#pf-window‘).addClass(‘hide‘); } });