jquery html css
jquery 设置:html
.text() .html() .val()
jquery 添加jquery
.append() .prepend() .before() .after()
jquery 删除app
.remove() .empty()
jQuery 操做 csscode
.addclass() .removeclass() .toggleclass() .css() 设置或返回样式属性 .css("propertyname","value");设置一个样式 .css({"propertyname":"value","propertyname":"value"...});设置多个样式