]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Poll plugin: make the polling response form submit via AJAX and return the results.
authorBrion Vibber <brion@pobox.com>
Tue, 8 Mar 2011 21:45:51 +0000 (13:45 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 8 Mar 2011 21:45:51 +0000 (13:45 -0800)
commit90f1cfcfc0fc8f925866842d765c089616009f40
tree75c7df5bde9deeb12ff24862c9b2448fd76203e9
parentba1ada28809fdef593c8849dad0e3e01a261bbaf
Poll plugin: make the polling response form submit via AJAX and return the results.

Now, any form marked with 'ajax' class will get the simple FormXHR treatment. Should help cut down on code that just adds that into individual forms.
js/util.js
js/util.min.js
plugins/Poll/pollresponseform.php
plugins/Poll/pollresultform.php
plugins/Poll/respondpoll.php