0

I have an asp.net button rendered as

ctl00_ContentPlaceHolder1_TabContainer1_tpAllocate_btnNewInvoiceFalse

this is the ID.

Now in jquery in console of inspect element, I am writing.

$("#ctl00_ContentPlaceHolder1_TabContainer1_tpAllocate_btnNewInvoiceFalse").prop("disabled",false)

Not working.

then I tried

$("#ctl00_ContentPlaceHolder1_TabContainer1_tpAllocate_btnNewInvoiceFalse").removeAttr('disabled');

but not working.

Stacky
  • 29
  • 6

0 Answers0