Difference between revisions of "All Teams Info"

Line 244: Line 244:
 
}
 
}
 
 
 +
 +
//user is selecting something from the team list dropdown
 
 
 
$( "#team_list" ).change(function() {
 
$( "#team_list" ).change(function() {
  var z = $('#team_list').val()
+
 +
//empty all previous results
 +
$("#filtered_results").empty();
 +
  
print_team(z, all_teams_info);
+
print_team($('#team_list').val(), all_teams_info);
 
});
 
});
 
 

Revision as of 17:18, 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