Content deleted Content added
Writ Keeper (talk | contribs) try different data binding |
Writ Keeper (talk | contribs) rm span |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11:
{
var $link = $($nodeList[i]);
var newLinkString = "
var redlink = false;
var newLinkHref = $link[0].title
Line 21:
var newLinkId = "TBsubmit" + i;
newLinkString += '<a href=' + (($link[0].href).replace("User_talk:", "Special:Contributions/")) + ' style="font-size:x-small; display:inline-block;">C</a>|'
newLinkString += '<a
$($link).after(newLinkString)
$("#" + newLinkId).click({"page":
}
}
|