官方文档:
$.fn.show* $.fn.hide* $.fn.toggle
这三个函数是动画的基础,大部分动画都包含了出现和隐藏。jQuery的动画均以$.fn.animate函数为基础。
show和hide是改变元素的{w
2014-01-20