Hi, I am thinking about using JQuery in a site I develop, but I am struggling to work out how to achieve what I want, so any advice would be appreciated.
I have a matrix of radio buttons. I can ensure that only one radio per row is selected by giving the radio buttons on each row the same name. In addition to the "one selection per row" rule, I want to use JQuery to ensure that only one radio in each column is selected as well i.e if a radio button is selected, I want to unselect all the radios in the same column (as well as all those in the same row). The complexity is that there will be several of these matrices on each page. Any ideas? Thanks in advance PKJ