wow!!! What a builtfull code :))
Worked perfectly
Thanks a lot, Wizzud
Hope I get that advanced in jquery soon
[]s
Feijó
On Oct 26, 9:04 pm, Wizzud <[EMAIL PROTECTED]> wrote:
> OK, so they're actually children of the grandparents (aunts/
> uncles?)...
>
> var checkBoxes = $('.form-checkbox')
OK, so they're actually children of the grandparents (aunts/
uncles?)...
var checkBoxes = $('.form-checkbox').click(function(e, triggered){
$(this).parent().siblings('input:radio')[0].disabled =
triggered ? this.checked : !this.checked;
});
$('#toggle').click(function(){ checkBoxes.trig
Ops, sorry
I add this jquery to dynamicaly insert the radio
$(document).ready(function() {
$('.form-checkbox').parent().parent().prepend(' ');
});
On Oct 26, 3:28 pm, Wizzud <[EMAIL PROTECTED]> wrote:
> And the radio buttons would be where?
>
> On Oct 26, 11:35 am, Feijó <[EMAIL PROTEC
And the radio buttons would be where?
On Oct 26, 11:35 am, Feijó <[EMAIL PROTECTED]> wrote:
> Here it is
>
> If any checkbox is clicked, it needs do enable the radio next to it.
>
> In the bottom I have 3 links to check it all, uncheck it all, or
> toggle. In those cases the radios need to
Here it is
If any checkbox is clicked, it needs do enable the radio next to it.
In the bottom I have 3 links to check it all, uncheck it all, or
toggle. In those cases the radios need to respond as well.
That's my last jquery attempt:
$('.form-
item:checkbox:not(:checked)').siblings(':rad
Need a bit more information!
If you don't show us some HTML it's a bit difficult to second guess
the relationship between checkbox and radio.
On Oct 25, 8:34 pm, "Alessandro Feijó" <[EMAIL PROTECTED]> wrote:
> I'm trying to control N checkboxes, when one is selected or unselected, I
> need to ena
6 matches
Mail list logo