Tagged Questions
0
votes
0answers
60 views
Radio Buttons in multiple instances of a widget not working as needed
This is used for a widget which will have the ability to be used multiple times within different DIV's on the same page.
You select a city from the drop down box eg Auckland and Auckland weather is ...
0
votes
1answer
383 views
How to Keep Radio Button Value after Next/Prev page?
## Keep Radio Button Value after Next/Prev page .. ##
This is for Student Online Exam
if(!isset($_GET['start'])){
$_GET['start'] = "undefined";
}
$start=$_GET['start']; /*To take ...
0
votes
2answers
83 views
jQuery: choose a proper radio-button
Here is the html code:
<div id="id1">
<input type="radio" name="sex" value="Male">Male</input>
<input type="radio" name="sex" value="Female">Female</input>
<input ...
2
votes
4answers
419 views
How to detect jQuery UI radio change event?
I have 2 radio controls:
<fieldset id="sort">
<label for="sort">Sort: </label>
<input class="sortDirection" type="radio" id="asc" ...
0
votes
1answer
311 views
How do I access radio button group in AS3?
I've added a bunch of radio buttons to the stage in CS5.5, set their "groupName" properties to a common name, but I can't seem to find any tutorials on how to access the group in AS3. All I want to do ...
1
vote
1answer
628 views
Select all Radio Buttons from different groups with javascript
I want to know if there is a clever way to select all radio buttons from diferent groups at once.
It's an old site, so i cant use jquery.
This is what I got so far.
I put the code on codepen, its ...
0
votes
3answers
130 views
unchecking radio button is buggy
check out this fiddle: http://jsfiddle.net/5rmEe/
the goal is to uncheck the radio button when the user clicks it if it is checked and check it if it's not checked
but then it appears that the click ...
0
votes
2answers
88 views
Form Validation Via Jquery
ı have to many radio group and you have to select at least 1 in each group. and ı dont want to use html "required".
ı wrote someting with jquery but it doesnt work.
ı just want to learn where ı do ...
-2
votes
2answers
114 views
I need to put script from jsFiddle to work [closed]
I have one small problem... I need to put this script http://jsfiddle.net/mctcs/ to work on my page, but i don't know how to do it.... What to copy where, and how to make jquerry working! I don't have ...
1
vote
4answers
487 views
radio button value by jquery
I have a small piece of code like:
<?php while($plan = mysql_fetch_array($plan_values)){?>
<input type="radio" name="bus_plan" value="<?php echo $plan['plan_id']; ?>" />
...
-1
votes
4answers
739 views
Obtain id value from radio button using jQuery
Problem:
To obtain the id from a radio button using jQuery on click or without. The jQuery should detect if the value is already set and choose it or choose it upon click.
HTML code (Scenario 1 - no ...
1
vote
4answers
135 views
Jquery append when radio button selected
I don't know why but hopefully, someone can help me out with the following code.
<script src="/jquery-1.7.2.min.js"></script>
<script>
...
1
vote
3answers
728 views
Why won't my radio button change checked state, like a toggle button (Android)?
For the purpose of ascetics, I need to use a radio button as a toggle button. Unfortunately, I can only get it to either stay checked or uncheck but not recheck. I've tried every combination I can ...
0
votes
1answer
522 views
How can I use a Radio Button as a Toggle Button (Android)?
For the purpose of looks and spacing, I need to use a Radio Button as a Toggle button, but for the life of me, can't get the dumb thing to change its state. Does anyone now how I can make a single ...
0
votes
1answer
507 views
adding images next to radio buttons in cakephp
How can i create radio buttons in cakephp and attach an image to every button? is that even possible, i am creating a list of dynamic radio buttons using
echo $this->Form->input('db.field', ...
2
votes
0answers
190 views
Radio grouop layout (Android)?
I need 4 radio buttons in a radio group, but I need them in a square pattern (2x2) instead of all horizontal or all vertical. I tried surrounding a linear layout with radiogroup, but it didn't work. ...
0
votes
3answers
353 views
How to toggle the check state of a radio input element on click?
How to (un)check a radio input element on click of the element or its container?
I have tried the code below, but it does not uncheck the radio.
HTML:
<div class="is">
...
1
vote
1answer
374 views
Custom RadioButton not showing text
I have implemented the CustomRadioButton from this Link.
Here, theme is implemented for to set the CustomRadioButton and then that theme is added to the activity.
I have done most of the steps and ...
0
votes
1answer
112 views
MFC (Windows Mobile). How to create a radio button with custom images and labels for checked and unchecked state?
I tried to create a custom button class and use it. But it works for CBitmapButton class only.
Is it possible with subclassing of radio button?
My current temporary solution is to extend my custom ...
0
votes
2answers
945 views
Custom Radio Buttons - IE will kill me
I am using jQuery to customize some radio buttons. I have two different radio button stylings so you will see two if statements looking for those two different classes.
The problem I'm running into ...
0
votes
1answer
178 views
Radio buttons with Paginator (CakePHP)
I want to have a paginated list in a table and a radio button for each record. I looked everywhere and I couldn't find anything. I know how to do this with checkbox (simply adding ...
0
votes
1answer
93 views
HTML radio button, choose from another Button
I need to select a radio button from a href link. I have 4 different packages for users to choose from and they are listed on the radio button.
I have an image for each package, now I want the ...
0
votes
1answer
1k views
Multiple Selections with Radio Buttons
I need to permit more than one selection, for example one user can choose the three options or only two or one: This only permit one, correct?:
<input type="radio" name="group1" value="Milk" ...
2
votes
1answer
3k views
CakePHP Radio Buttons
I am using CakePHP to create a simple blog for myself. I want to have a rating system attached to each post.
I have loaded the ratings which look like this:
Controller
$this->set('ratings', ...
0
votes
1answer
322 views
jquery form validation
I have a page with two tables. The first is visible and the second is hidden when the page loads.
If the last two items (in color) in the first table have either "Yes" choice selected, then the ...
0
votes
1answer
827 views
IE, getElementById, and radio buttons
Some simple code:
<input type="radio" id="knob-reassign-leave" name="knob-reassign" value="n" checked="checked">Leave <br>
<input type="radio" id="knob-reassign-cmp" ...
5
votes
2answers
3k views
Can't set input checked=“checked” via jQuery
I have a table whose rows contain radio button groups like so:
<td class="usegsm">
<input type="hidden" class="use-gsm" value='<%# DataBinder.Eval(Container.DataItem, "use_gsm") %>' ...
1
vote
1answer
2k views
How to get multiple selected radio buttons value using Jquery
I want to get multiple radio buttons value using Jquery. But now could only get the first one's value.
<form action="get" method="post">
<table width="100%">
...
1
vote
2answers
5k views
checking at least one radio button is selected from each group (with jquery)
I'm dynamically pulling and displaying radio button quesitons on a form (separated into different sections by jquery tabs).
So there are lots of 2, 3, 4, 5 etc radio buttons together, which have the ...
1
vote
1answer
902 views
Help with changing DropDown event to Radio Button triggers - javascript
I have a dropdown in my form (the code was provided) and when the second option (of2) in the drop down is selected, some form elements change. It all works fine.
What I want to be able to do is ...
1
vote
2answers
695 views
using jquery to disable a series of radio buttons on demand
I'm trying to accomplish something similar to Wikipedia's History history page, dynamically disabling radio buttons in a series.
Ie... if #4 in group two is selected, then 1-4 of group one are ...
2
votes
2answers
1k views
How do I find the previous/default value of a radio button in JS?
I'm not sure if this is even possible, but I figured I'd ask before clubbing togehter an ugly solution.
What I have is a group of radio buttons and I want to trigger a function if the radio button ...
2
votes
3answers
918 views
Is their any asp net server control which could render <label> tag?
I want to render a <label> tag. But want to set some of it's properties while it's rendering like for and text value.
Actually my real problem is I want to associate a label with a radio ...
0
votes
2answers
655 views
HTML Radio button not showing up in $_POST
I have a forum the user fills out with 2 separate radio button categories they can fill out.
Permissions: private <input type="radio" name="permissions" value="private" /> public <input ...
1
vote
3answers
5k 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.

