会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dinoy
博客园
首页
新随笔
新文章
联系
订阅
管理
2016年3月23日
js prepend() 和append()区别
摘要: prepend() 方法在被选元素的开头(仍位于内部)插入指定内容。prepend() 语法:$(selector).prepend(content) 或 $(selector).prepend(function(index,html)) prependTo() 语法:$(content).prep
阅读全文
posted @ 2016-03-23 09:26 dinoy
阅读(31800)
评论(1)
推荐(3)
编辑