java/nekurak.net-web/web/js/fotkyPodniku.js
changeset 58 e019dbc42723
child 145 0efefbf5f8b6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-web/web/js/fotkyPodniku.js	Tue Mar 09 20:26:30 2010 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +var fotkyPodniku = {};
     1.5 +
     1.6 +fotkyPodniku.aktivuj = function (id) {
     1.7 +    $("#fotkyPodniku" + id).bxSlider({
     1.8 +	mode: "slide",
     1.9 +	speed: 250,
    1.10 +	controls: true,
    1.11 +	next_text: "→",
    1.12 +	prev_text: "←",
    1.13 +	wrapper_class: "fotkyPodniku"
    1.14 +    });
    1.15 +};