Kevin Olbrich wrote:
I would like to put a checkbox in the column/row headers to toggle the boxes in a particular row or column. Each box has a name like 'position_A1' or 'position_H12'.
Why not just use radio buttons. That is what they are for and they will work without Javascript enabled.
Any suggestions of how to do this?
Maybe give each checkbox in a group a class name? Then use document.getElementsByClassName().
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
