Return to Snippet

Revision: 28336
at July 7, 2010 04:07 by brandonjp


Updated Code
// get the site scripts

var siteScripts = {
	jqueryScript: "src/js/jquery.js",
	shadowboxScript: "src/js/shadowbox/shadowbox.js",
	loginScript: "src/js/login/index.js"
};

var myCookies = {
	langCookie: "cookLang987",
	testerCookie: "cookTest987",
	testerValue: "testcookie987",
	expiresInDays: 5
};

Revision: 28335
at July 7, 2010 04:05 by brandonjp


Initial Code
// get the site scripts

var siteScripts = {
	jqueryScript: "src/js/jquery.js",
	shadowboxScript: "src/js/shadowbox/shadowbox.js",
	loginScript: "src/js/login/index.js"
};

var myCookies = {
	langCookie: "cookLang987",
	testerCookie: "cookTest987",
	testerValue: "testcookie987",
	expiresInDays: 5
};

Initial URL


Initial Description


Initial Title
js get site scripts, create array

Initial Tags
javascript, js, textmate, array, jquery, files

Initial Language
JavaScript