changeset 112 | b139d35b4faf |
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 Wed Apr 28 00:04:13 2010 +0200 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 +};