I am using font awesome icons and I need to have a disabled state of the icons. is there any way to do this. I am also using bootstrap.
This is how I am using icons.
$("button[title='Aceptar']").prop("disabled", true); where you can select the button by any of its property (first) and change property disabled.
$("button[title='Aceptar']").prop("disabled", true);