最佳答案
在jQuery中,有.hide()和.show()方法用于设置CSS的display: none设置。
是否有等效的函数来设置visibility: hidden设置?
我知道我可以使用.css(),但我更喜欢一些像.hide()这样的函数。谢谢。