java/nekurak.net-web/web/js/fotkyPodniku.js
author František Kučera <franta-hg@frantovo.cz>
Sun Jun 20 14:46:47 2010 +0200 (2010-06-20)
changeset 145 0efefbf5f8b6
parent 58 e019dbc42723
permissions -rw-r--r--
Formátování kódu, důsledné používání tabulátorů, drobné úpravy, StringBuilder
     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 };