位置:IT落伍者 >> javascript >> 浏览文章
$(document)ready(function() {
$("#content")each(function(){
$(this)find(a)contents()unwrap(); //第一种方法$(this)text($(this)text()); //第二种方法});
})
上一篇:jquery如何设置按钮的disabled属性
下一篇:jQuery绑定事件之live()、bind()方法介绍