Difference between revisions of "Team:Virginia/Parts"
Line 38: | Line 38: | ||
<!-- OTHER STRUCTURAL CODE GOES BELOW HERE --> | <!-- OTHER STRUCTURAL CODE GOES BELOW HERE --> | ||
+ | <h1> Parts </h1> | ||
<div id="table-zone"> | <div id="table-zone"> | ||
<table> | <table> | ||
Line 223: | Line 224: | ||
$("#popup-1").click(function(){ | $("#popup-1").click(function(){ | ||
$("#popup-1").fadeOut("fast"); | $("#popup-1").fadeOut("fast"); | ||
+ | }); | ||
+ | $("table tr:nth-child(5) a").click(function(){ | ||
+ | $("#popup-5").fadeIn("fast"); | ||
+ | }); | ||
+ | $("#popup-5").click(function(){ | ||
+ | $("#popup-5").fadeOut("fast"); | ||
}); | }); | ||
Revision as of 01:09, 17 September 2015