MediaWiki:Common.js

From syn2cat - HackerSpace.lu
(Difference between revisions)
Jump to: navigation, search
m
m
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. */
 
var url = document.location;
 
var url = document.location;
document.write(url);
+
document.write(url+'<br/>');
 
var simple=/simple/i;
 
var simple=/simple/i;
document.write(typeof(url));
+
document.write(typeof(url)+'<br/>');
//alert(url.match(simple));
+
var nurl = String(url);
 +
document.write(typeof(nurl)+'<br/>');
 +
document.write(nurl.match(simple)+'<br/>');

Revision as of 01:04, 5 March 2010

/* Any JavaScript here will be loaded for all users on every page load. */
var url = document.location;
document.write(url+'<br/>');
var simple=/simple/i;
document.write(typeof(url)+'<br/>');
var nurl = String(url);
document.write(typeof(nurl)+'<br/>');
document.write(nurl.match(simple)+'<br/>');
Personal tools
Namespaces

Variants
Actions
Navigation
syn2cat
Hackerspace
Activities
Initiatives
Community
Tools
Tools