jQuery отключить атрибут класса
$("input.myclass").attr("disabled", true);
Mobile Star
$("input.myclass").attr("disabled", true);