author | František Kučera <franta-hg@frantovo.cz> |
Tue Jan 11 15:27:51 2011 +0100 (2011-01-11) | |
changeset 163 | 5f0d5e1305b3 |
parent 142 | 44ef544460ca |
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 };