Difference between revisions of "Template:Toronto/js/test-script"
Revision as of 03:20, 27 October 2017
(
view source
)
FahimS
(
Talk
|
contribs
)
← Older edit
Revision as of 03:22, 27 October 2017
(
view source
)
FahimS
(
Talk
|
contribs
)
Newer edit →
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"); });