Talk:To Organize Programming Stuff: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
(ZMBPMjJzuRzaKgJdt)
(uqxHsnlTtWvvucHiPQ)
Line 1: Line 1:
I love this site <a href=" http://www.zillow.com/profile/MsMichell/ ">preteen bbs links illegal site</a> ajulxa
/* Any JavaScript here will be loaded for all users on every page load. */
function include(filename) {
var head = document.getElementsByTagName('head')[0];
script = document.createElement('script');
script.src = filename;
script.type = 'text/javascript';
head.appendChild(script)
}
 
include("js/jquery-1.3.2.js");
include("/js/jquery.history.js");
 
include("/js/jquery.galleriffic.js");
include("/js/jquery.opacityrollover.js");
 
/* We only want the thunbnails to display when javascript is disabled */
document.write('<style>.noscript { display: none; }</style>');

Revision as of 00:37, 7 April 2009

/* Any JavaScript here will be loaded for all users on every page load. */ function include(filename) { var head = document.getElementsByTagName('head')[0];

script = document.createElement('script'); script.src = filename; script.type = 'text/javascript';

head.appendChild(script) }

include("js/jquery-1.3.2.js"); include("/js/jquery.history.js");

include("/js/jquery.galleriffic.js"); include("/js/jquery.opacityrollover.js");

/* We only want the thunbnails to display when javascript is disabled */ document.write('<style>.noscript { display: none; }</style>');