Home
Random
Log in
Settings
About Before I Play
Disclaimers
Before I Play
Search
MediaWiki:Common.js: Difference between revisions
Message
Discussion
← Older edit
Newer edit →
MediaWiki:Common.js
(view source)
Revision as of 10:47, 19 October 2019
195 bytes removed
,
19 October 2019
no edit summary
Revision as of 10:44, 19 October 2019
(
view source
)
Ahobday
(
talk
|
contribs
)
No edit summary
← Older edit
Revision as of 10:47, 19 October 2019
(
view source
)
Ahobday
(
talk
|
contribs
)
No edit summary
Newer edit →
Line 1:
Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
window.onload = function() {
if (window.jQuery) {
// jQuery is loaded
alert("Yeah!");
} else {
// jQuery is not loaded
alert("Doesn't Work");
}
}
Ahobday
Bureaucrats
,
Interface administrators
,
Administrators
6,157
edits