Tagged Questions

0
votes
3answers
223 views

Selecting multiple radio buttons (through jquery, javasscript?)

I currently have a form with lets say 5 radio button entries (see below). What im looking archive is the following: - Being able to choose multiple radio buttons - lets say 3 and submit the form. ...
0
votes
1answer
142 views

.NET Poll w/ jQuery - Tweet/Post to Facebook and Twitter

I have a more generic question, so I'm hoping someone here has some info on my dilemma. I'm thinking about creating a .NET jQuery Poll: One question with a few choices. Once the user chooses an ...
0
votes
1answer
448 views

Building dynamic poll with jquery, php and html

Okey, this is what I've got. <?php $options[1] = 'jQuery'; $options[2] = 'Ext JS'; $options[3] = 'Dojo'; $options[4] = 'Prototype'; $options[5] = 'YUI'; $options[6] = 'mootools'; That is my ...
0
votes
1answer
140 views

Under what conditions will a “long polling” PHP script cease to execute?

Does it have to stop itself? What if someone visits my site, starts the script on the server, and then leaves (or his phone hibernates)? I'm using jQuery.
0
votes
3answers
773 views

jquery & php poll in Blogger

Would it be possible to use a poll like this in Blogger? Link: http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/
-2
votes
1answer
25 views

Dynamic poll plugin for J2ee web application not PHP

I am looking for a dynamic POLL plugin to my website ,but there is no such plugin available with j2ee .All i have found is for PHP .Can anyone knows any plugin for J2ee(Java) . I can use either xml ...