3
votes
8answers
871 views
How can we access the value of a radio button using the DOM?
How can we access the value of a radio button using the DOM?
For eg. we have the radio button as :
<input name="sex" type="radio" value="male">
<input name="sex" type= …
2
votes
2answers
165 views
IE HTML radio change event
I have a project that requires some values to get updated with JavaScript from an HTML radio change event.
For some reason in IE, it seems that the onchange event isn't called unt …
2
votes
5answers
493 views
Sine Table Interpolation
I want to put together a SDR system that tunes initially AM, later FM etc.
The system I am planning to use to do this will have a sine lookup table for Direct Digital Synthesis (DD …
1
vote
0answers
8 views
Replacing a Windows Media Server (weekly radio show).
I'm moving a weekly live radio show from Windows Media Server and am looking for an alternative to accomplish the same task. We are decommissioning the WMS box and would rather jus …
1
vote
3answers
170 views
Creating a Cocoa radio button programatically
I need to make a Cocoa radio button programatically, can anyone explain how this might be done or post a good link that shows how to do this well.
1
vote
3answers
1k views
How can i check if a radio button is selected in javascript?
i have two radio buttons within a form. a dialog box appears when one of the fields is null. how can i check if a radio button is selected?
1
vote
2answers
221 views
Radio Button Error Style
I have implemented an error style for textboxes using the following code. This sets a tool tip and puts a nice error image to the right of the textbox if the element reports an er …
1
vote
1answer
108 views
What is a simple jquery way to select a radio when checkbox is checked and then deselect the radio when checkbox unchecked?
<input id="myCheckbox" type="checkbox" /> Please, please check me
<input id="myRadio" type="radio" /> Am I selected ?
I would like the following behavior:
When …
1
vote
2answers
150 views
Development kit for Bluetooth which allows customisation of the modulation algorithms.
We need to perform some experiments on the Bluetooth protocol, and for this we need a development kit which allows us to implement/modify different parts of the Bluetooth protocol …
1
vote
3answers
88 views
How many Radio Buttons can be checked at any one time in this specific form?
If a Form contains 2 Group Boxes each containing 3 Radio Buttons and the Form
itself contains 5 Radio Buttons not in either of the Group Boxes how many Radio
Buttons can be checked …
1
vote
3answers
282 views
Streaming live audio with Flash
I've been approached to set up an internet radio station that is focused on the local music scene in El Paso, TX. I've looked at various options, but it seems most solutions out th …
1
vote
3answers
89 views
NHAML Radio Button Syntax
Does anyone know the correct syntax for a selected radio button in NHAML?
This is my current NHAML code: %input{type="radio", name="Relocation", value="Yes"}
The help would be g …
1
vote
3answers
488 views
How to switch on and off checkboxes and radio buttons with JQ
I have tried to get this to work but haven't been successful. I am a a real nube with js so please keep that in mind when trying to help me. You'll have to spell it out for me cuz …
1
vote
4answers
1k views
Place Radio Button Label Above Using CSS
I need the ability to place the labels for radio buttons above the selections, and not to the left or the right. Is there a way to use CSS that would give this effect?
THanks!
1
vote
4answers
226 views
“Pin” a class to the selected radio button?
I'm trying to add a class to the selected radio input
and then remove that class when another radio of the same type is selected
The radio buttons have the class 'radio_button' bu …
