发布网友 发布时间:2022-04-22 06:24
共3个回答
热心网友 时间:2023-06-07 13:36
灞曞紑鍏ㄩ儴$('p').val(" ")杩介棶浣犵湅浜嗘垜鐨勯棶棰樺悧锛燂紵锛?p>
热心网友 时间:2023-06-24 00:04
$(function(){
$("p").each(function(){
var v=$(this).html();
$(this).replaceWith(v);
})
})
试试!追问这样写,p标签是没了。可是如何只显示.jz_left里面的第一张img标签。连在一起怎么写?
热心网友 时间:2023-06-24 00:05
$(function () {
$("img").each(function (i,item) {
if (i == 0) { $(this).show(); }
else { $(this).hide(); }
})
})
热心网友 时间:2023-06-24 00:05
$('p').val(" ")追问你看了我的问题吗???