Tagged Questions
0
votes
3answers
218 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
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
771 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/