Difference between revisions of "MediaWiki:Common.js"

From Johnisdead Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
$(function () {
 
$(function () {
$('#VidListCall').html('any HTML');
+
$('#VidListCall').html('<p>Testtestteste</p>');
 
var vidList = new Array();
 
var vidList = new Array();
  

Revision as of 14:11, 19 September 2024

$(function () {
$('#VidListCall').html('<p>Testtestteste</p>');
var vidList = new Array();

vidList = [
"dontstickaround.swf",
"Game_over.swf",
"swf.swf"
];
}());