java/nekurak.net-web/web/js/fotkyPodniku.js
author František Kučera <franta-hg@frantovo.cz>
Thu, 09 Feb 2012 12:23:09 +0100
changeset 202 8d141ea76a2d
parent 145 0efefbf5f8b6
permissions -rw-r--r--
Texy syntaxe: oprava chyby – ztrácely se konce řádků (problém u elementů s atributy).
     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 };