Вежба на Денот 06 Ноември 2015
Вежба на Денот 06 Ноември 2015
Crossfit:
4 Rounds of:
AMRAP 1min
Push Ups
AMRAP 1min
Body Row
AMRAP 1min
Burpees
Rest 1min
$(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');
});