Difference between revisions of "Team:Virginia/Notebook"
Line 90: | Line 90: | ||
} | } | ||
$("#right-arrow").click(function(){ | $("#right-arrow").click(function(){ | ||
+ | Console.log("Right Arrow: I’ve been clicked"); | ||
+ | Console.log("var left_page_counter is " + left_page_counter); | ||
$("#left-arrow").fadeIn("fast"); | $("#left-arrow").fadeIn("fast"); | ||
//removes current pages | //removes current pages | ||
Line 113: | Line 115: | ||
$left.addClass("inactive"); | $left.addClass("inactive"); | ||
$right.addClass("inactive"); | $right.addClass("inactive"); | ||
− | + | Console.log("Left Arrow: I’ve been clicked"); | |
− | + | Console.log("var left_page_counter is " + left_page_counter); | |
left_page_counter = left_page_counter - 2; | left_page_counter = left_page_counter - 2; | ||
right_page_counter = right_page_counter - 2; | right_page_counter = right_page_counter - 2; |
Revision as of 20:22, 15 August 2015
Team Notebook
The pages below are directly from our team notebook, which was kept throughout the whole project development process. Click on the top right corner to move forward a page, and click the top left corner to move back a page.