Difference between revisions of "User:Kevinly/common.js"

From Course Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
importScript('User:Kevinly/hello-world.js');
 
importScript('User:Kevinly/hello-world.js');
  
testing...
+
$(document).ready( function () {
 +
    console.log('hi');
 +
} );

Latest revision as of 22:46, 14 October 2022

importScript('User:Kevinly/hello-world.js');
 
$(document).ready( function () {
    console.log('hi');
} );