Difference between revisions of "Template:Toronto/js/test-script"

Line 1: Line 1:
alert("testing 4");
+
$( document ).ready(function() {
console.log("asdfa");
+
  console.log( "hi" );
 +
alert("hi");
 +
});

Revision as of 03:22, 27 October 2017

$( document ).ready(function() {

 console.log( "hi" );

alert("hi"); });