Line 332: | Line 332: | ||
temp_object = all_teams_info[x]; | temp_object = all_teams_info[x]; | ||
+ | |||
//check for country | //check for country | ||
if( temp_object.location == values_to_search.location ){ | if( temp_object.location == values_to_search.location ){ | ||
console.log("Found instance of: "+values_to_search.location+" -in team- "+ temp_object.team_name ); | console.log("Found instance of: "+values_to_search.location+" -in team- "+ temp_object.team_name ); | ||
+ | $("#filtered_results").append("Found:"++ temp_object.team_name ); | ||
} | } | ||
Line 340: | Line 342: | ||
if( temp_object.track == values_to_search.track ){ | if( temp_object.track == values_to_search.track ){ | ||
console.log("Found instance of: "+values_to_search.track+" -in team- "+ temp_object.team_name ); | console.log("Found instance of: "+values_to_search.track+" -in team- "+ temp_object.team_name ); | ||
+ | $("#filtered_results").append("Found:"++ temp_object.team_name ); | ||
} | } | ||
Line 346: | Line 349: | ||
if( temp_object.section == values_to_search.section){ | if( temp_object.section == values_to_search.section){ | ||
console.log("Found instance of: "+values_to_search.section+" -in team- "+ temp_object.team_name ); | console.log("Found instance of: "+values_to_search.section+" -in team- "+ temp_object.team_name ); | ||
+ | $("#filtered_results").append("Found:"++ temp_object.team_name ); | ||
} | } | ||
Revision as of 15:58, 5 September 2019
Information on all teams
This page contains information and links to all the 2019 teams. If you would like to search for a specific team or filter by categories you can do so by using the search tool below.
Search and filter tool
Team list
Country / Territory
Tracks
Section
results will be here: