jQuery文档处理
Posted chen991126
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery文档处理相关的知识,希望对你有一定的参考价值。
内部插入
append(content|fn)
appendTo(content)
prepend(content|fn)
prependTo(content)
外部插入
after(content|fn)
before(content|fn)
insertAfter(content)
insertBefore(content)
包裹
wrap(html|ele|fn)
unwrap()
wrapAll(html|ele)
wrapInner(html|ele|fn)
替换
replaceWith(content|fn)
replaceAll(selector)
删除
empty()
remove([expr])
detach([expr])
复制
clone([Even[,deepEven]])
以上是关于jQuery文档处理的主要内容,如果未能解决你的问题,请参考以下文章