Hello,
sorry first, my english isn't the best and the problem to describe is not easy. I hope i can do.
I have some tabels and every tablke has its own id.
i have some rows in this table.
In every row i have two radio-buttons.
Now I need a function to find the line in the clicked radio.
Sample: (is only a sample to describe what i need)
an which CHILD is the radio-button clicked
The reason why i need that is this
i manipiulate the <input> fields at the row.
with this
$("#box-"+TypeId+" tbody tr:nth-child("+child+") input[name='"+name+"']").prop('disabled', false);
please help ...
many thanks
best regards
Jürgen