I want to be able to select all disabled decandants of a given element, in my particular instance a table cell and then enable them.
NOTE that there may be elements that are not "inputs"
I have tired the following with no success
$("#myCell [disabled='disabled']").removeAttr('disabled')
and
$("#myCell [disabled='disabled']").attr('disabled','')