在jQuery中,有.hide()和.show()方法设置CSS display: none设置。
是否有可以设置visibility: hidden设置的等效功能?
我知道我可以使用,.css()但是我喜欢一些类似的功能.hide()。谢谢。
                  我也是jQuery的toggleClass()方法的粉丝:) jqueryui.com/toggleClass   随时查看我在我的答案下面分享的示例stackoverflow.com/a/14632687/1056713
                
                
                  
                    —
                    Chaya Cooper,
                    
                  
                
              
.toggle()