$('elementname').disabled=true does not work in Chrome

Thanks for your quick reply and for your hint i google what you mean by auto and after rounds of testing got it to work with the following(just to share here, not sure if i am doing right but it did work hahaha..)

jQuery('#leave_record___enddate .btn').removeClass('disabled').css('pointer-events','auto');
 
Back
Top