jquery操作dom

1、属性处理方法

属性:

attr

removeAttr

prop

removeProp

css

addClass

removeClass

toggleClass

HTML代码/文本/

html()

text()

val()

2、文档处理

内部插入

append()

appendTo()

prepend()

prependTo()

外部插入

after()

before()

insertAfter()

insertBefore()

删除

empty()

remove()

detach()

替换

replaceWith()

replaceAll()

3CSS方法

css

css()

位置

offset()

position()

尺寸

height()

width()

 

posted @ 2017-05-26 15:50  摩柯萨青  阅读(125)  评论(0编辑  收藏  举报