$(document).ready(function(){
// execute your scripts when the DOM is ready. this is mostly a good habit
$(function() {
// initialize scrollable
$("#scroll").scrollable();
});
$("ul.tabs").tabs("div.panes > div");
$("ul.tabs li").last().children('a').addClass('last');
pocet_tabov = $("ul.tabs li").length + 1;
$.each($("ul.tabs > li"), function(index){
$(this).children('a').css('z-index', pocet_tabov - index);
});
def = $("#hviezdicky .star.active").length;
/* Fancybox */
$("a[rel=skupina]").fancybox({
'titlePosition' : 'inside',
'titleFormat' :
function(title, currentArray, currentIndex, currentOpts) {
return 'Obrázek ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '
' + title : '');
},
'centerOnScroll' : 'true'
});
});
function efekt(){
$("#stred > .image > .vrch > .spodok > .max_size .efekt").remove();
$("#stred > .image > .vrch > .spodok > .max_size img").clone().prependTo("#stred > .image > .vrch > .spodok > .max_size");
$("#stred > .image > .vrch > .spodok > .max_size img").first().wrap('
Hodnotilo "+data+" lidí...
").fadeTo(300, 1); }); } }); } function oznac(kolko, idecko) { $("#hviezdicky" + idecko + " .star").slice(0, kolko).addClass('active'); }