摘要:
通过jQuery修改样式:1.修改内联CSSgetter: .css('property') setter: .css('property','value') .css({property1:'value1','property2':'value2'}) 2.基本的隐藏和显示.hide() .show() 3.效果和速度.show('slow||normal||faster') 或数值 .hide('slow||normal||faster')或数值.fadeIn(& 阅读全文
posted @ 2011-03-03 00:01
AngelLee2009
阅读(314)
评论(0)
推荐(1)