User:Lurker/Sandbox: Difference between revisions
From FrathWiki
Jump to navigationJump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | $(function () { | ||
var myPlace = document.getElementById('tpl-example-placeholder'); | |||
myPlace.innerHTML = 'any HTML'; | |||
}()); | |||
Revision as of 11:28, 14 June 2025
$(function () { var myPlace = document.getElementById('tpl-example-placeholder'); myPlace.innerHTML = 'any HTML'; }());