author | František Kučera <franta-hg@frantovo.cz> |
Sat, 08 Jan 2011 21:51:54 +0100 | |
changeset 155 | 0a2943a82c82 |
parent 145 | 0efefbf5f8b6 |
child 179 | 2ed9f3231a28 |
permissions | -rw-r--r-- |
1 var komentare = {};
3 komentare.zobrazFormular = function () {
4 $("#formularKomentuj").toggle();
5 };
7 komentare.nahled = function() {
8 $("#formularKomentuj .vystup").load("komentare", $("#formularKomentuj form").serialize());
9 };
11 komentare.odeslat = function() {
12 $("#formularKomentuj .vystup").load("komentare?odeslat=true", $("#formularKomentuj form").serialize());
13 };