Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a jQuery poll plugin?

Tags:

jquery

Looking to make a simple poll, does not even need to be cookie based I don't care how many votes are cast. Is there a plugin or something simple like this?

like image 278
thatryan Avatar asked Jul 20 '09 19:07

thatryan


2 Answers

This is a useful tutorial - let me know if it works for you

using jQuery to build a poll

Here is a demo of the poll working. It uses flatfiledb to store the votes:-

live demo

like image 170
Jonathan Lyon Avatar answered Nov 15 '22 09:11

Jonathan Lyon


Search in the plugins area of jquery turned up

http://plugins.jquery.com/project/jPoll

like image 34
S Philp Avatar answered Nov 15 '22 09:11

S Philp