Simple, feature rich jQuery plugin for creating a poll Creates elements with data than can be passed to the plugin through json arrays It makes use of jquery ajax to cal server side methouds to save/retrieve data.
simple usage with the default options: ''' <script> $('#poll').poller(); </script> <body> <div id="poll"></div> </body> '''