$(function(){ $(".p_c_title1 .t1").each(function(){ $(this).parents(".p_c_t").next(".deep-2").prepend("

" + $(this).text() + "

"); }); $(".p_c_title2 .t1").append('') var $inbutton = $(".inbutton").html(); $(".e_categoryC-3 .deep-2").append("
  • " + $inbutton + "
  • "); $(".p_c_title1").each(function(){ let aLink = $(this).attr("href"); $(this).parent().next().children(":last-child").children(":last-child").find("a").attr("href",aLink); }); });