java/nekurak.net-web/web/js/fotkyPodniku.js
author František Kučera <franta-hg@frantovo.cz>
Wed Apr 14 00:29:50 2010 +0200 (2010-04-14)
changeset 102 7a7c06ea01db
child 145 0efefbf5f8b6
permissions -rw-r--r--
Dopočítávat souřadnice jen u podniků, které je ještě nemají.
     1 var fotkyPodniku = {};
     2 
     3 fotkyPodniku.aktivuj = function (id) {
     4     $("#fotkyPodniku" + id).bxSlider({
     5 	mode: "slide",
     6 	speed: 250,
     7 	controls: true,
     8 	next_text: "→",
     9 	prev_text: "←",
    10 	wrapper_class: "fotkyPodniku"
    11     });
    12 };