In my page (jsp) i have a radiobutton group and a textbox (which is disabled initially).
$("#some_other_radiobutton").click(function(){ $("#otherDevText").attr("disabled","disabled"); });