User:MC10/stubtagtab.js: Difference between revisions

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