User:LB-LM/common.js: Difference between revisions
(Created page with "document.write("hello world");") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
document. | $(document).ready(function () { | ||
console.log("dddddddddd"); | |||
}); |
Latest revision as of 16:40, 13 May 2024
$(document).ready(function () { console.log("dddddddddd"); });