java/nekurak.net-web/web/js/fotkyPodniku.js
author František Kučera <franta-hg@frantovo.cz>
Sun Feb 12 19:42:39 2012 +0100 (2012-02-12)
changeset 203 ac7c8d18831b
parent 58 e019dbc42723
permissions -rw-r--r--
mikroformáty: souřadnice podniku
     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 };