newbee1981
Programmer
I had my previous post where I had a function which was not working for firefox.
Now to elaborate what I want to do is:
I am dynamically creating checkbox.
Say I have 5 checkbox and I want to achieve mutual exclusiveness in those check boxes.
Example:
my checboxes:
a
b
c
d<mex>
Now what I want is if I have the above
If the user click on the anycheckbox that has mex has the value then I want to uncheck all others. and also the vice versa if the user click any checkbox that does not contain the word mex then uncheck the one containing mex.
I hope I am clear.
Now to elaborate what I want to do is:
I am dynamically creating checkbox.
Say I have 5 checkbox and I want to achieve mutual exclusiveness in those check boxes.
Example:
my checboxes:
a
b
c
d<mex>
Now what I want is if I have the above
If the user click on the anycheckbox that has mex has the value then I want to uncheck all others. and also the vice versa if the user click any checkbox that does not contain the word mex then uncheck the one containing mex.
I hope I am clear.