I need to find if a textbox is disabled or enabled using Jquery.
You can check if a element is disabled or not with this:
if($("#slcCausaRechazo").prop('disabled') == false) { //your code to realice }