java/nekurak.net-web/web/js/fotkyPodniku.js
author František Kučera <franta-hg@frantovo.cz>
Wed, 26 Jan 2011 02:24:34 +0100
changeset 178 afee4e663992
parent 145 0efefbf5f8b6
permissions -rw-r--r--
web.xml: přechod na web-app 3.0 a přesun deklarace překladů do web.xml.
http://java.sun.com/xml/ns/javaee/
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd
franta-hg@58
     1
var fotkyPodniku = {};
franta-hg@58
     2
franta-hg@58
     3
fotkyPodniku.aktivuj = function (id) {
franta-hg@145
     4
	$("#fotkyPodniku" + id).bxSlider({
franta-hg@145
     5
		mode: "slide",
franta-hg@145
     6
		speed: 250,
franta-hg@145
     7
		controls: true,
franta-hg@145
     8
		next_text: "→",
franta-hg@145
     9
		prev_text: "←",
franta-hg@145
    10
		wrapper_class: "fotkyPodniku"
franta-hg@145
    11
	});
franta-hg@58
    12
};