/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// 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 };