Вежба на Денот 30 Август – Вторник
Вежба на Денот 30 Август – Вторник
WOD
AMRAP 13 min
100 x Double Unders
80 x Lunges
150 x Double Unders
60 x Pull Ups
200 x Double Unders
Rest of the time RUN!!!
50m = 10 reps
$(document).ready(function () {
$('.trigger').click(function(){
var p = '#' + this.id + 'p';
$('.content').not(p).slideUp();
$(p).slideToggle('medium');
});
});
$(document).ready(function () {
var $answers = $('.skrieno');
$(".pojaveno").click(function () {
var $ans = $(this).next(".skrieno").stop(true).slideToggle('medium');
$answers.not($ans).filter(':visible').stop(true).slideUp();
})
});
$(document).ready(function () {
$('.cenovnikot:nth-child(3n+1)').addClass('iscisti');
});