Content deleted Content added
close <div> |
switch to append |
||
Line 24:
h.append(" • ");
}
$("#contentSub").append(h);
hb = $("<div></div>");
hb.css({
Line 30 ⟶ 32:
});
hb.attr("id", "stubtagmenu");
$("#contentSub").
}
|