All public logs

Jump to navigation Jump to search

Combined display of all available logs of Traxel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:06, 15 October 2023 RobertBushman talk contribs created page Category:Javascript (Created page with "Category:Hacking = Hacks = Does obj have obj.magilla? <pre> return obj.hasOwnProperty("magilla"); </pre> = Add Lots of Divs = <syntaxhighlight lang="javascript"> var c = document.createDocumentFragment(); for (var i=0; i<10000; i++) { var e = document.createElement("div"); e.className = "test-div"; c.appendChild(e); } document.body.appendChild(c); </syntaxhighlight>")