javascript

位置:IT落伍者 >> javascript >> 浏览文章

jquery A连接转换文本连接


发布日期:2022年06月14日
 
jquery A连接转换文本连接
一个jquery A连接转换文本连接代码大家可参考 代码如下复制代码

$(document)ready(function() {

$("#content")each(function(){

$(this)find(a)contents()unwrap(); //第一种方法
$(this)text($(this)text()); //第二种方法
});

})

上一篇:jquery如何设置按钮的disabled属性

下一篇:jQuery绑定事件之live()、bind()方法介绍