More actions
Twentytwo22 (talk | contribs) No edit summary Tags: mobile web edit mobile edit |
Twentytwo22 (talk | contribs) No edit summary Tags: mobile web edit mobile edit |
||
Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
$('counter').html('<h1>hi</h1>'); | |||
}()); | }()); |
Revision as of 11:43, 13 January 2021
$(function () { $('counter').html('<h1>hi</h1>'); }());