Content deleted Content added
clean up code |
clean up code |
||
Line 12:
'Religion, mythology, faiths, and beliefs', 'Science', 'Sports', 'Technology', 'Transport',
'Miscellaneous'];
$h = $("<div></div>"
"background-color": "#
for (var i = 0; i < a.length; i++) {
$newa = $("<a href=\"#\"></a>");
$newa.click(function (e) {
stubTagMenu($(this).text());
});
Line 31 ⟶ 29:
$("#contentSub").append($h);
$hb = $("<div></div>"
"background-color": "#
$hb.attr("id", "stubtagmenu");
$("#contentSub").append($hb);
|