摘要: 1. css() --- get or set css propertiestwo kinds of syntax:i. $('#foo').css('background', '#fff000', 'width', '100px');ii. $('#foo').css({background: '... 阅读全文
posted @ 2015-10-11 18:48 m.Just 阅读(125) 评论(0) 推荐(0)