Info
Top results
- 4xNational Championships Sweden - Road Race ('50, '48, '44, '43)
- 3rd
- 18th
Teams
Date | Result | Race | Distance | Points PCS | Points UCI | |||
---|---|---|---|---|---|---|---|---|
30.06 | 1 | National Championships Sweden - Road Race (NC) | 15 | more |
0 km in 1 days | PCS points: 15 | UCI points: 0
= number of kilometres in a group before the peloton
loading results ..
');
$(".sortByResults a").removeClass('cur');
$(this).addClass('cur');
sort = $(this).attr('data-case');
// console.log('dis: '+discipline+', season: '+season+', sort: '+sort+', cxid: '+cxid+', natid: '+natid+', id: '+id);
$.ajax({ method: "POST", url: subpath+"rdr/start3.php", data: { getresults: 1,id:id, natid: natid, cxid:cxid, season: season, sort: $(this).attr('data-case'), pid: pid, discipline: discipline, filter: filter } }).done(function( response ) { $('#resultsCont').html(response); })
});
$(".filterByResults a").click(function(e){
e.preventDefault();
var season = $(".rdrSeasonNav li.cur").attr('data-season');
$("#resultsCont").html(' loading results ..
');
$(".filterByResults a").removeClass('cur');
$(this).addClass('cur');
filter = $(this).attr('data-case');
// console.log('dis: '+discipline+', season: '+season+', sort: '+sort+', cxid: '+cxid+', natid: '+natid+', id: '+id);
$.ajax({ method: "POST", url: subpath+"rdr/start3.php", data: { getresults: 1,id:id, natid: natid, cxid:cxid, season: season, sort: $(this).attr('data-case'), pid: pid, discipline: discipline, filter: filter } }).done(function( response ) { $('#resultsCont').html(response); })
});
$(".showAllTeams").click(function(e){ e.preventDefault(); $('.rdr-teams2 li').show(); $('.rdr-teams2 li.combiLine').hide(); });
});