Вежба на Денот 03 Ноември 2015
Вежба на Денот 03 Ноември 2015
Crossfit:
AMRAP 12
3 x Deadlift 100/70
9 x T2B
27 x Double Unders
CF Slim:
4RFT
10 x KB Swing
20 x Burpees
30 x Double Unders
$(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');
});