I'm using this for a function and it is showing up in my console as disabled, but I can still select the button. Any idea what I'm doing wrong?
Here is the line in the function (the rest of which is working):
$("#paycd li#li_6hr input[name=radio6]:radio").attr('disabled',true);
the slim (an html generator) code:
li#li_48hr data-turnAroundTime="6"
input.updateTurnaround id='updateTarget_6' type='radio' style='display:none' name="radio6"
And my console output:
<input class="updateTurnaround" id="updateTarget_6" name="radio6" style="display:none" type="radio" disabled="disabled">