Friday, October 25, 2013

Changes 10/25/13

Web Design:

  • Moved the background change script to a separate file called main.js
  • Played with the onload attribute of the <body> element, got it so that it would auto run the init() function, which changes the background
  • Updated the button on the main page so that it now called init(), rather than the old function from when the script was embedded in index.html
  • Added the <script> header and <body> onload attribute, making the background change on all pages

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. OK, you're doing such nice work I couldn't resist the temptation to play with it. I copied index.html to index_old.html and changed index.html to use jquery.

    ReplyDelete