Курс «Трамплин для успешного старта. Перезагрузка»
$(document).ready(function(){ $(".tramplin_check1").hide(); $(".tramplin_check2").hide(); $(".tramplin_check3").hide(); $(".tramplin_check4").hide(); $(".tramplin_check5").hide(); $(".tramplin_check6").hide(); $(".tramplin_check7").hide(); $(".tramplin_check8").hide(); $(".tramplin_check9").hide(); $(".tramplin_check10").hide(); $(".tramplin_check11").hide(); });
function set_cookie_1(){ $.cookie('the_cookie_11111', 'the_value_1', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_11111')){ $(".one_td").append(""); }
function set_cookie_2(){ $.cookie('the_cookie_22222', 'the_value_2', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_22222')){ $(".two_td").append(""); }
function set_cookie_3(){ $.cookie('the_cookie_33333', 'the_value_3', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_33333')){ $(".three_td").append(""); }
function set_cookie_4(){ $.cookie('the_cookie_44444', 'the_value_4', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_44444')){ $(".four_td").append(""); }
function set_cookie_5(){ $.cookie('the_cookie_55555', 'the_value_5', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_55555')){ $(".five_td").append(""); }
function set_cookie_6(){ $.cookie('the_cookie_66666', 'the_value_6', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_66666')){ $(".six_td").append(""); }
function set_cookie_7(){ $.cookie('the_cookie_77777', 'the_value_7', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_77777')){ $(".seven_td").append(""); }
function set_cookie_8(){ $.cookie('the_cookie_88888', 'the_value_8', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_88888')){ $(".eight_td").append(""); }
function set_cookie_9(){ $.cookie('the_cookie_99999', 'the_value_9', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_99999')){ $(".nine_td").append(""); }
function set_cookie_10(){ $.cookie('the_cookie_1000000', 'the_value_10', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_1000000')){ $(".ten_td").append(""); }
function set_cookie_the_end(){ $.cookie('the_cookie_the_end', 'the_value_the_end', { expires: 256, path: '/' }); alert("Урок отмечен как пройденный!") } if ($.cookie('the_cookie_the_end')){ $(".the_end_td").append(""); }