Вежба на Денот 05 Декември 2015
Вежба на Денот 05 Декември 2015
Crossfit:
3 RFT
15 x Power Clean 60/40
10 x Sit up to Pistol
400m Run
CF Slim:
2RFT
20 x T2B
30 x Lunges
40 x Push Ups
50 x Sit Ups
60 x Squats
$(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');
});