java/nekurak.net-web/web/js/fotkyPodniku.js
author František Kučera <franta-hg@frantovo.cz>
Tue, 25 May 2010 13:54:21 +0200
changeset 123 9135d52e8b0a
parent 58 e019dbc42723
child 145 0efefbf5f8b6
permissions -rw-r--r--
Test hashovací funkce + test češtiny v identifikátorech
Java Language Specification – 3.8 Identifiers:
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
     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 };