Difference between revisions of "All Teams Info"

Line 336: Line 336:
 
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 );
+
$("#filtered_results").append("Found:"+ temp_object.team_name );
 
}
 
}
 
 
Line 342: 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 );
+
$("#filtered_results").append("Found:"+ temp_object.team_name );
 
}
 
}
 
 
Line 349: 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 );
+
$("#filtered_results").append("Found:"+ temp_object.team_name );
 
}
 
}
 
 

Revision as of 15:59, 5 September 2019

Loading...

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:

All teams