js get site scripts, create array


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // get the site scripts
  2.  
  3. var siteScripts = {
  4. jqueryScript: "src/js/jquery.js",
  5. shadowboxScript: "src/js/shadowbox/shadowbox.js",
  6. loginScript: "src/js/login/index.js"
  7. };
  8.  
  9. var myCookies = {
  10. langCookie: "cookLang987",
  11. testerCookie: "cookTest987",
  12. testerValue: "testcookie987",
  13. expiresInDays: 5
  14. };

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.