Вежба на Денот 28 Април – Вторник
Вежба на Денот 28 Април – Вторник
5 RFT
12 x Pull Ups
9 x Front Squat 60/40
15 x KB Swing
$(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');
});