Line 1,136: | Line 1,136: | ||
for(x=0; x < data.length; x++ ){ | for(x=0; x < data.length; x++ ){ | ||
− | $("#results_page"). | + | $("#results_page").html("{'team_name':'"+data[x].team_name+"', "+ |
"'region':'"+data[x].region+"', "+ | "'region':'"+data[x].region+"', "+ | ||
"'section':'"+data[x].section+"', "+ | "'section':'"+data[x].section+"', "+ | ||
Line 1,144: | Line 1,144: | ||
"'award':'"+data[x].awards+"', "+ | "'award':'"+data[x].awards+"', "+ | ||
"'nomination':'"+data[x].nominations+"' "+ | "'nomination':'"+data[x].nominations+"' "+ | ||
− | "}, | + | "},"); |
} | } | ||
Revision as of 15:12, 16 September 2019
Code setup page
This page will help you setup the awards and results page
- Place the awards and medals into a excel file to create the variable notation
- Place the variables indicated on the code on this page
- Place the resulting data bases into the results and all teams info pages