$(document).ready(function() { // 2. dite $("#hk-reg-dite2").hide(); $("#hk-reg-dite2-zobr").click(function() { $("#hk-reg-dite2").slideDown(); $("#hk-reg-dite2-zobr").hide(); }); // 3. dite $("#hk-reg-dite3").hide(); $("#hk-reg-dite3-zobr").click(function() { $("#hk-reg-dite3").slideDown(); $("#hk-reg-dite3-zobr").hide(); }); // 4. dite $("#hk-reg-dite4").hide(); $("#hk-reg-dite4-zobr").click(function() { $("#hk-reg-dite4").slideDown(); $("#hk-reg-dite4-zobr").hide(); }); //schovani 4+ clanku v HK /* $(".hk-cl .hk-cl-nazvy-schovat").hide(); $(".hk-cl .hk-cl-nazvy-vice").click(function() { $(".hk-cl .hk-cl-nazvy-schovat").show(); }); */ $(".hk-cl .hk-cl-nazvy-vice").hide(); //clanky pro reg - predokna + zobr. clanku $("#hk-cl-statpookne").hide(); $("#hk-cl-zobrstat").click(function() { $("#hk-cl-predokno").hide(); $("#hk-cl-statpookne").slideDown(); }); });