I have n buttons. This button has the same name: setAlg.
I would disable all the buttons that has this name.
I have tried
$("input[name='setAlg']").attr("disabled",true);
but it doesn't work.
How I can do?
Thanks a lot.
I have n buttons. This button has the same name: setAlg.
I would disable all the buttons that has this name.
I have tried
$("input[name='setAlg']").attr("disabled",true);
but it doesn't work.
How I can do?
Thanks a lot.