There is such a calculator serjo96.imtqy.com/matrix. It is necessary to add functionality for adding and deleting rows, columns for selected radiobuttons, while another placeholder should be added with the report continued (see the link). As I understand it, first you need to add a radio check.
$(document).ready(function(){ var rad=document.getElementsByName('mtrx_sel'); for (var i=0;i<rad.length; i++) { if (rad[i].checked) { alert('Выбран '+i+' radiobutton'); } } }); Well, then in the if already write a click handler? Can anyone throw a sample code or suggest how to implement such things at all?